update README.md, added the events to the Handling Events section
This commit is contained in:
@@ -240,6 +240,8 @@ export type BaileysEventMap = {
|
||||
'chats.update': Partial<Chat>[]
|
||||
/** delete chats with given ID */
|
||||
'chats.delete': string[]
|
||||
'labels.association': LabelAssociation
|
||||
'labels.edit': Label
|
||||
/** presence of contact in a chat updated */
|
||||
'presence.update': { id: string, presences: { [participant: string]: PresenceData } }
|
||||
|
||||
|
||||
Reference in New Issue
Block a user