Skip to main content

HistorySync

amiudmodz


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?

IHistorySync

Returns

HistorySync

Properties

accounts

accounts: IAccount[]

Defined in: WAProto/index.d.ts:5098

Implementation of

IHistorySync.accounts


aiWaitListState?

optional aiWaitListState: null | BotAIWaitListState

Defined in: WAProto/index.d.ts:5094

Implementation of

IHistorySync.aiWaitListState


callLogRecords

callLogRecords: ICallLogRecord[]

Defined in: WAProto/index.d.ts:5093

Implementation of

IHistorySync.callLogRecords


chunkOrder?

optional chunkOrder: null | number

Defined in: WAProto/index.d.ts:5085

Implementation of

IHistorySync.chunkOrder


companionMetaNonce?

optional companionMetaNonce: 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

IHistorySync.conversations


globalSettings?

optional globalSettings: null | IGlobalSettings

Defined in: WAProto/index.d.ts:5088

Implementation of

IHistorySync.globalSettings


inlineContacts

inlineContacts: IInlineContact[]

Defined in: WAProto/index.d.ts:5100

Implementation of

IHistorySync.inlineContacts


inlineContactsProvided?

optional inlineContactsProvided: null | boolean

Defined in: WAProto/index.d.ts:5101

Implementation of

IHistorySync.inlineContactsProvided


nctSalt?

optional nctSalt: null | Uint8Array<ArrayBufferLike>

Defined in: WAProto/index.d.ts:5099

Implementation of

IHistorySync.nctSalt


pastParticipants

pastParticipants: IPastParticipants[]

Defined in: WAProto/index.d.ts:5092

Implementation of

IHistorySync.pastParticipants


phoneNumberToLidMappings

phoneNumberToLidMappings: IPhoneNumberToLIDMapping[]

Defined in: WAProto/index.d.ts:5095

Implementation of

IHistorySync.phoneNumberToLidMappings


progress?

optional progress: null | number

Defined in: WAProto/index.d.ts:5086

Implementation of

IHistorySync.progress


pushnames

pushnames: IPushname[]

Defined in: WAProto/index.d.ts:5087

Implementation of

IHistorySync.pushnames


recentStickers

recentStickers: IStickerMetadata[]

Defined in: WAProto/index.d.ts:5091

Implementation of

IHistorySync.recentStickers


shareableChatIdentifierEncryptionKey?

optional shareableChatIdentifierEncryptionKey: 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

IHistorySync.statusV3Messages


syncType

syncType: HistorySyncType

Defined in: WAProto/index.d.ts:5082

Implementation of

IHistorySync.syncType


threadDsTimeframeOffset?

optional threadDsTimeframeOffset: null | number

Defined in: WAProto/index.d.ts:5090

Implementation of

IHistorySync.threadDsTimeframeOffset


threadIdUserSecret?

optional threadIdUserSecret: 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()

static create(properties?): HistorySync

Defined in: WAProto/index.d.ts:5102

Parameters

properties?

IHistorySync

Returns

HistorySync


decode()

static decode(r, l?): HistorySync

Defined in: WAProto/index.d.ts:5104

Parameters

r

Uint8Array<ArrayBufferLike> | Reader

l?

number

Returns

HistorySync


encode()

static encode(m, w?): Writer

Defined in: WAProto/index.d.ts:5103

Parameters

m

IHistorySync

w?

Writer

Returns

Writer


fromObject()

static fromObject(d): HistorySync

Defined in: WAProto/index.d.ts:5105

Parameters

d

Returns

HistorySync


getTypeUrl()

static getTypeUrl(typeUrlPrefix?): string

Defined in: WAProto/index.d.ts:5108

Parameters

typeUrlPrefix?

string

Returns

string


toObject()

static toObject(m, o?): object

Defined in: WAProto/index.d.ts:5106

Parameters

m

HistorySync

o?

IConversionOptions

Returns

object