mirror of
https://github.com/FranP-code/Baileys.git
synced 2025-10-13 00:32:22 +00:00
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>[]
|
'chats.update': Partial<Chat>[]
|
||||||
/** delete chats with given ID */
|
/** delete chats with given ID */
|
||||||
'chats.delete': string[]
|
'chats.delete': string[]
|
||||||
|
'labels.association': LabelAssociation
|
||||||
|
'labels.edit': Label
|
||||||
/** presence of contact in a chat updated */
|
/** presence of contact in a chat updated */
|
||||||
'presence.update': { id: string, presences: { [participant: string]: PresenceData } }
|
'presence.update': { id: string, presences: { [participant: string]: PresenceData } }
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user