Deprecated message-new & message-update + fix presence update for groups

The chat-update event is fired now when a message is received/updated
This commit is contained in:
Adhiraj Singh
2020-11-13 16:07:08 +05:30
parent eaf56f6d71
commit eace0c1795
6 changed files with 59 additions and 39 deletions

View File

@@ -425,8 +425,6 @@ export type BaileysEvent =
'user-status-update' |
'chat-new' |
'chat-update' |
'message-new' |
'message-update' |
'message-status-update' |
'group-participants-update' |
'group-update' |