mirror of
https://github.com/FranP-code/Baileys.git
synced 2025-10-13 00:32:22 +00:00
refactor: history processing
1. fixes issue when some chats/messages are not synced 2. adds info about whether the history chunk is the latest
This commit is contained in:
@@ -10,7 +10,7 @@ export * from './Events'
|
||||
|
||||
import type NodeCache from 'node-cache'
|
||||
|
||||
import { AuthenticationState, AuthenticationCreds } from './Auth'
|
||||
import { AuthenticationState } from './Auth'
|
||||
import { proto } from '../../WAProto'
|
||||
import { CommonSocketConfig } from './Socket'
|
||||
|
||||
@@ -49,6 +49,7 @@ export type WABusinessHoursConfig = {
|
||||
open_time?: number
|
||||
close_time?: number
|
||||
}
|
||||
|
||||
export type WABusinessProfile = {
|
||||
description: string
|
||||
email: string
|
||||
|
||||
Reference in New Issue
Block a user