diff --git a/README.md b/README.md index c0047f7..a5a8821 100644 --- a/README.md +++ b/README.md @@ -240,6 +240,8 @@ export type BaileysEventMap = { 'chats.update': Partial[] /** 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 } }