Skip to main content
Defined in: WAProto/index.d.ts:7853

Implements

Constructors

new HistorySyncOnDemandRequest()

new HistorySyncOnDemandRequest(p?): HistorySyncOnDemandRequest
Defined in: WAProto/index.d.ts:7854

Parameters

p?
IHistorySyncOnDemandRequest

Returns

HistorySyncOnDemandRequest

Properties

accountLid?

optional accountLid: null | string
Defined in: WAProto/index.d.ts:7860

Implementation of

IHistorySyncOnDemandRequest.accountLid

chatJid?

optional chatJid: null | string
Defined in: WAProto/index.d.ts:7855

Implementation of

IHistorySyncOnDemandRequest.chatJid

oldestMsgFromMe?

optional oldestMsgFromMe: null | boolean
Defined in: WAProto/index.d.ts:7857

Implementation of

IHistorySyncOnDemandRequest.oldestMsgFromMe

oldestMsgId?

optional oldestMsgId: null | string
Defined in: WAProto/index.d.ts:7856

Implementation of

IHistorySyncOnDemandRequest.oldestMsgId

oldestMsgTimestampMs?

optional oldestMsgTimestampMs: null | number | Long
Defined in: WAProto/index.d.ts:7859

Implementation of

IHistorySyncOnDemandRequest.oldestMsgTimestampMs

onDemandMsgCount?

optional onDemandMsgCount: null | number
Defined in: WAProto/index.d.ts:7858

Implementation of

IHistorySyncOnDemandRequest.onDemandMsgCount

Methods

create()

static create(properties?): HistorySyncOnDemandRequest
Defined in: WAProto/index.d.ts:7861

Parameters

properties?
IHistorySyncOnDemandRequest

Returns

HistorySyncOnDemandRequest

decode()

static decode(r, l?): HistorySyncOnDemandRequest
Defined in: WAProto/index.d.ts:7863

Parameters

r
Uint8Array<ArrayBufferLike> | Reader
l?
number

Returns

HistorySyncOnDemandRequest

encode()

static encode(m, w?): Writer
Defined in: WAProto/index.d.ts:7862

Parameters

m
IHistorySyncOnDemandRequest
w?
Writer

Returns

Writer

fromObject()

static fromObject(d): HistorySyncOnDemandRequest
Defined in: WAProto/index.d.ts:7864

Parameters

d

Returns

HistorySyncOnDemandRequest

getTypeUrl()

static getTypeUrl(typeUrlPrefix?): string
Defined in: WAProto/index.d.ts:7867

Parameters

typeUrlPrefix?
string

Returns

string

toJSON()

toJSON(): object
Defined in: WAProto/index.d.ts:7866

Returns

object

toObject()

static toObject(m, o?): object
Defined in: WAProto/index.d.ts:7865

Parameters

m
HistorySyncOnDemandRequest
o?
IConversionOptions

Returns

object