Skip to main content

Class: HistorySyncNotification

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

Implements

Constructors

new HistorySyncNotification()

new HistorySyncNotification(p?): HistorySyncNotification

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

Parameters

p?

IHistorySyncNotification

Returns

HistorySyncNotification

Properties

chunkOrder?

optional chunkOrder: null | number

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

Implementation of

IHistorySyncNotification.chunkOrder


directPath?

optional directPath: null | string

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

Implementation of

IHistorySyncNotification.directPath


encHandle?

optional encHandle: null | string

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

Implementation of

IHistorySyncNotification.encHandle


fileEncSha256?

optional fileEncSha256: null | Uint8Array<ArrayBufferLike>

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

Implementation of

IHistorySyncNotification.fileEncSha256


fileLength?

optional fileLength: null | number | Long

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

Implementation of

IHistorySyncNotification.fileLength


fileSha256?

optional fileSha256: null | Uint8Array<ArrayBufferLike>

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

Implementation of

IHistorySyncNotification.fileSha256


fullHistorySyncOnDemandRequestMetadata?

optional fullHistorySyncOnDemandRequestMetadata: null | IFullHistorySyncOnDemandRequestMetadata

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

Implementation of

IHistorySyncNotification.fullHistorySyncOnDemandRequestMetadata


initialHistBootstrapInlinePayload?

optional initialHistBootstrapInlinePayload: null | Uint8Array<ArrayBufferLike>

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

Implementation of

IHistorySyncNotification.initialHistBootstrapInlinePayload


mediaKey?

optional mediaKey: null | Uint8Array<ArrayBufferLike>

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

Implementation of

IHistorySyncNotification.mediaKey


messageAccessStatus?

optional messageAccessStatus: null | IHistorySyncMessageAccessStatus

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

Implementation of

IHistorySyncNotification.messageAccessStatus


oldestMsgInChunkTimestampSec?

optional oldestMsgInChunkTimestampSec: null | number | Long

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

Implementation of

IHistorySyncNotification.oldestMsgInChunkTimestampSec


originalMessageId?

optional originalMessageId: null | string

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

Implementation of

IHistorySyncNotification.originalMessageId


peerDataRequestSessionId?

optional peerDataRequestSessionId: null | string

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

Implementation of

IHistorySyncNotification.peerDataRequestSessionId


progress?

optional progress: null | number

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

Implementation of

IHistorySyncNotification.progress


syncType?

optional syncType: null | HistorySyncType

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

Implementation of

IHistorySyncNotification.syncType

Methods

toJSON()

toJSON(): object

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

Returns

object


create()

static create(properties?): HistorySyncNotification

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

Parameters

properties?

IHistorySyncNotification

Returns

HistorySyncNotification


decode()

static decode(r, l?): HistorySyncNotification

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

Parameters

r

Uint8Array<ArrayBufferLike> | Reader

l?

number

Returns

HistorySyncNotification


encode()

static encode(m, w?): Writer

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

Parameters

m

IHistorySyncNotification

w?

Writer

Returns

Writer


fromObject()

static fromObject(d): HistorySyncNotification

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

Parameters

d

Returns

HistorySyncNotification


getTypeUrl()

static getTypeUrl(typeUrlPrefix?): string

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

Parameters

typeUrlPrefix?

string

Returns

string


toObject()

static toObject(m, o?): object

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

Parameters

m

HistorySyncNotification

o?

IConversionOptions

Returns

object