mirror of
https://github.com/FranP-code/Baileys.git
synced 2025-10-13 00:32:22 +00:00
Update README.md
This commit is contained in:
@@ -698,6 +698,15 @@ WA uses an encrypted form of communication to send chat/app updates. This has be
|
|||||||
},
|
},
|
||||||
'123456@s.whatsapp.net')
|
'123456@s.whatsapp.net')
|
||||||
```
|
```
|
||||||
|
|
||||||
|
- Star/unstar a message
|
||||||
|
``` ts
|
||||||
|
await sock.chatModify({
|
||||||
|
star: {
|
||||||
|
messages: [{ id: 'messageID', fromMe: true // or `false` }],
|
||||||
|
star: true // - true: Star Message; false: Unstar Message
|
||||||
|
}},'123456@s.whatsapp.net');
|
||||||
|
```
|
||||||
|
|
||||||
**Note:** if you mess up one of your updates, WA can log you out of all your devices and you'll have to log in again.
|
**Note:** if you mess up one of your updates, WA can log you out of all your devices and you'll have to log in again.
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user