HistorySync
amiudmodz / proto / HistorySync
Class: HistorySync
Defined in: WAProto/index.d.ts:5080
Implements
Constructors
new HistorySync()
new HistorySync(
p?):HistorySync
Defined in: WAProto/index.d.ts:5081
Parameters
p?
Returns
Properties
accounts
accounts:
IAccount[]
Defined in: WAProto/index.d.ts:5098
Implementation of
aiWaitListState?
optionalaiWaitListState:null|BotAIWaitListState
Defined in: WAProto/index.d.ts:5094
Implementation of
callLogRecords
callLogRecords:
ICallLogRecord[]
Defined in: WAProto/index.d.ts:5093
Implementation of
chunkOrder?
optionalchunkOrder:null|number
Defined in: WAProto/index.d.ts:5085
Implementation of
companionMetaNonce?
optionalcompanionMetaNonce:null|string
Defined in: WAProto/index.d.ts:5096
Implementation of
IHistorySync.companionMetaNonce
conversations
conversations:
IConversation[]
Defined in: WAProto/index.d.ts:5083
Implementation of
globalSettings?
optionalglobalSettings:null|IGlobalSettings
Defined in: WAProto/index.d.ts:5088
Implementation of
inlineContacts
inlineContacts:
IInlineContact[]
Defined in: WAProto/index.d.ts:5100
Implementation of
inlineContactsProvided?
optionalinlineContactsProvided:null|boolean
Defined in: WAProto/index.d.ts:5101
Implementation of
IHistorySync.inlineContactsProvided
nctSalt?
optionalnctSalt:null|Uint8Array<ArrayBufferLike>
Defined in: WAProto/index.d.ts:5099
Implementation of
pastParticipants
pastParticipants:
IPastParticipants[]
Defined in: WAProto/index.d.ts:5092
Implementation of
phoneNumberToLidMappings
phoneNumberToLidMappings:
IPhoneNumberToLIDMapping[]
Defined in: WAProto/index.d.ts:5095
Implementation of
IHistorySync.phoneNumberToLidMappings
progress?
optionalprogress:null|number
Defined in: WAProto/index.d.ts:5086
Implementation of
pushnames
pushnames:
IPushname[]
Defined in: WAProto/index.d.ts:5087
Implementation of
recentStickers
recentStickers:
IStickerMetadata[]
Defined in: WAProto/index.d.ts:5091
Implementation of
shareableChatIdentifierEncryptionKey?
optionalshareableChatIdentifierEncryptionKey:null|Uint8Array<ArrayBufferLike>
Defined in: WAProto/index.d.ts:5097
Implementation of
IHistorySync.shareableChatIdentifierEncryptionKey
statusV3Messages
statusV3Messages:
IWebMessageInfo[]
Defined in: WAProto/index.d.ts:5084
Implementation of
syncType
syncType:
HistorySyncType
Defined in: WAProto/index.d.ts:5082
Implementation of
threadDsTimeframeOffset?
optionalthreadDsTimeframeOffset:null|number
Defined in: WAProto/index.d.ts:5090
Implementation of
IHistorySync.threadDsTimeframeOffset
threadIdUserSecret?
optionalthreadIdUserSecret:null|Uint8Array<ArrayBufferLike>
Defined in: WAProto/index.d.ts:5089
Implementation of
IHistorySync.threadIdUserSecret
Methods
toJSON()
toJSON():
object
Defined in: WAProto/index.d.ts:5107
Returns
object
create()
staticcreate(properties?):HistorySync
Defined in: WAProto/index.d.ts:5102
Parameters
properties?
Returns
decode()
staticdecode(r,l?):HistorySync
Defined in: WAProto/index.d.ts:5104
Parameters
r
Uint8Array<ArrayBufferLike> | Reader
l?
number
Returns
encode()
staticencode(m,w?):Writer
Defined in: WAProto/index.d.ts:5103
Parameters
m
w?
Writer
Returns
Writer
fromObject()
staticfromObject(d):HistorySync
Defined in: WAProto/index.d.ts:5105
Parameters
d
Returns
getTypeUrl()
staticgetTypeUrl(typeUrlPrefix?):string
Defined in: WAProto/index.d.ts:5108
Parameters
typeUrlPrefix?
string
Returns
string
toObject()
statictoObject(m,o?):object
Defined in: WAProto/index.d.ts:5106
Parameters
m
o?
IConversionOptions
Returns
object