mirror of
https://github.com/FranP-code/Baileys.git
synced 2025-10-13 00:32:22 +00:00
docs: remove extra braces
This commit is contained in:
@@ -667,7 +667,7 @@ WA uses an encrypted form of communication to send chat/app updates. This has be
|
|||||||
const lastMsgInChat = await getLastMessageInChat('123456@s.whatsapp.net') // implement this on your end
|
const lastMsgInChat = await getLastMessageInChat('123456@s.whatsapp.net') // implement this on your end
|
||||||
await sock.chatModify({
|
await sock.chatModify({
|
||||||
delete: true,
|
delete: true,
|
||||||
lastMessages: [{ key: lastMsgInChat.key, messageTimestamp: lastMsgInChat.messageTimestamp }] }
|
lastMessages: [{ key: lastMsgInChat.key, messageTimestamp: lastMsgInChat.messageTimestamp }]
|
||||||
},
|
},
|
||||||
'123456@s.whatsapp.net')
|
'123456@s.whatsapp.net')
|
||||||
```
|
```
|
||||||
|
|||||||
Reference in New Issue
Block a user