Update README.md

This commit is contained in:
azudin
2023-12-08 00:19:25 +08:00
committed by GitHub
parent b93d1f5bd7
commit 64ba1a7e12

View File

@@ -698,6 +698,15 @@ WA uses an encrypted form of communication to send chat/app updates. This has be
},
'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.