Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
lukacat10 authored Mar 1, 2025
1 parent 7466a8f commit 65d1a99
Showing 1 changed file with 1 addition and 9 deletions.
10 changes: 1 addition & 9 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -824,15 +824,7 @@ await sock.chatModify({ markRead: false, lastMessages: [lastMsgInChat] }, jid)
```ts
await sock.chatModify(
{
clear: {
messages: [
{
id: 'ATWYHDNNWU81732J',
fromMe: true,
timestamp: '1654823909'
}
]
}
clear: true
},
jid
)
Expand Down

0 comments on commit 65d1a99

Please sign in to comment.