feat: handle chat deletes + message stars

This commit is contained in:
Adhiraj Singh
2022-05-25 12:12:17 +05:30
parent 515dbaf476
commit 59652a5368
2 changed files with 35 additions and 3 deletions

View File

@@ -77,6 +77,7 @@ const startSock = async() => {
sock.ev.on('message-receipt.update', m => console.log(m))
sock.ev.on('presence.update', m => console.log(m))
sock.ev.on('chats.update', m => console.log(m))
sock.ev.on('chats.delete', m => console.log(m))
sock.ev.on('contacts.upsert', m => console.log(m))
sock.ev.on('connection.update', (update) => {