mirror of
https://github.com/cheveguerra/whatsapp-web.js.git
synced 2026-04-20 20:49:14 +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',
|
DISCONNECTED = 'disconnected',
|
||||||
STATE_CHANGED = 'change_state',
|
STATE_CHANGED = 'change_state',
|
||||||
BATTERY_CHANGED = 'change_battery',
|
BATTERY_CHANGED = 'change_battery',
|
||||||
REMOTE_SESSION_SAVED = 'remote_session_saved'
|
REMOTE_SESSION_SAVED = 'remote_session_saved',
|
||||||
|
CALL = 'call'
|
||||||
}
|
}
|
||||||
|
|
||||||
/** Group notification types */
|
/** Group notification types */
|
||||||
|
|||||||
Reference in New Issue
Block a user