Merge branch 'main' into fix-buttons-list

This commit is contained in:
Rajeh Taher
2023-01-24 19:47:49 +02:00
committed by GitHub
68 changed files with 357 additions and 263 deletions

3
index.d.ts vendored
View File

@@ -508,7 +508,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 */