Function downloadAndProcessHistorySyncNotification
- downloadAndProcessHistorySyncNotification(msg, options): Promise<{
chats: Chat[];
contacts: Contact[];
messages: IWebMessageInfo[];
}> Parameters
options: AxiosRequestConfig<any>
Returns Promise<{
chats: Chat[];
contacts: Contact[];
messages: IWebMessageInfo[];
}>