mirror of
https://github.com/cheveguerra/whatsapp-web.js.git
synced 2026-04-17 19:26:20 +00:00
Adding missing CALL in events enum (#1899)
This commit is contained in:
3
index.d.ts
vendored
3
index.d.ts
vendored
@@ -506,7 +506,8 @@ declare namespace WAWebJS {
|
||||
DISCONNECTED = 'disconnected',
|
||||
STATE_CHANGED = 'change_state',
|
||||
BATTERY_CHANGED = 'change_battery',
|
||||
REMOTE_SESSION_SAVED = 'remote_session_saved'
|
||||
REMOTE_SESSION_SAVED = 'remote_session_saved',
|
||||
CALL = 'call'
|
||||
}
|
||||
|
||||
/** Group notification types */
|
||||
|
||||
Reference in New Issue
Block a user