Type Alias: BufferedEventData
BufferedEventData:
object
Defined in: src/Types/Events.ts:70
Type declaration
chatDeletes
chatDeletes:
Set
<string
>
chatUpdates
chatUpdates:
object
Index Signature
[jid
: string
]: Partial
<IConversation
& object
& object
>
chatUpserts
chatUpserts:
object
Index Signature
[jid
: string
]: Chat
contactUpdates
contactUpdates:
object
Index Signature
[jid
: string
]: Partial
<Contact
>
contactUpserts
contactUpserts:
object
Index Signature
[jid
: string
]: Contact
groupUpdates
groupUpdates:
object
Index Signature
[jid
: string
]: Partial
<GroupMetadata
>
historySets
historySets:
object
historySets.chats
chats:
object
Index Signature
[jid
: string
]: Chat
historySets.contacts
contacts:
object
Index Signature
[jid
: string
]: Contact
historySets.empty
empty:
boolean
historySets.isLatest
isLatest:
boolean
historySets.messages
messages:
object
Index Signature
[uqId
: string
]: IWebMessageInfo
historySets.peerDataRequestSessionId?
optional
peerDataRequestSessionId:string
historySets.progress?
optional
progress:number
|null
historySets.syncType?
optional
syncType:HistorySyncType
messageDeletes
messageDeletes:
object
Index Signature
[key
: string
]: IMessageKey
messageReactions
messageReactions:
object
Index Signature
[key
: string
]: object
messageReceipts
messageReceipts:
object
Index Signature
[key
: string
]: object
messageUpdates
messageUpdates:
object
Index Signature
[key
: string
]: WAMessageUpdate
messageUpserts
messageUpserts:
object
Index Signature
[key
: string
]: object