Function: downloadAndProcessHistorySyncNotification()
downloadAndProcessHistorySyncNotification(
msg
,options
):Promise
<{chats
:Chat
[];contacts
:Contact
[];messages
:IWebMessageInfo
[];progress
:undefined
|null
|number
;syncType
:HistorySyncType
; }>
Defined in: src/Utils/history.ts:102
Parameters
msg
options
AxiosRequestConfig
<{}>
Returns
Promise
<{ chats
: Chat
[]; contacts
: Contact
[]; messages
: IWebMessageInfo
[]; progress
: undefined
| null
| number
; syncType
: HistorySyncType
; }>