Skip to main content

Class: HistorySyncConfig

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

Implements

Constructors

new HistorySyncConfig()

new HistorySyncConfig(p?): HistorySyncConfig

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

Parameters

p?

IHistorySyncConfig

Returns

HistorySyncConfig

Properties

completeOnDemandReady?

optional completeOnDemandReady: null | boolean

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

Implementation of

IHistorySyncConfig.completeOnDemandReady


fullSyncDaysLimit?

optional fullSyncDaysLimit: null | number

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

Implementation of

IHistorySyncConfig.fullSyncDaysLimit


fullSyncSizeMbLimit?

optional fullSyncSizeMbLimit: null | number

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

Implementation of

IHistorySyncConfig.fullSyncSizeMbLimit


inlineInitialPayloadInE2EeMsg?

optional inlineInitialPayloadInE2EeMsg: null | boolean

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

Implementation of

IHistorySyncConfig.inlineInitialPayloadInE2EeMsg


onDemandReady?

optional onDemandReady: null | boolean

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

Implementation of

IHistorySyncConfig.onDemandReady


recentSyncDaysLimit?

optional recentSyncDaysLimit: null | number

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

Implementation of

IHistorySyncConfig.recentSyncDaysLimit


storageQuotaMb?

optional storageQuotaMb: null | number

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

Implementation of

IHistorySyncConfig.storageQuotaMb


supportAddOnHistorySyncMigration?

optional supportAddOnHistorySyncMigration: null | boolean

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

Implementation of

IHistorySyncConfig.supportAddOnHistorySyncMigration


supportBizHostedMsg?

optional supportBizHostedMsg: null | boolean

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

Implementation of

IHistorySyncConfig.supportBizHostedMsg


supportBotUserAgentChatHistory?

optional supportBotUserAgentChatHistory: null | boolean

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

Implementation of

IHistorySyncConfig.supportBotUserAgentChatHistory


supportCagReactionsAndPolls?

optional supportCagReactionsAndPolls: null | boolean

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

Implementation of

IHistorySyncConfig.supportCagReactionsAndPolls


supportCallLogHistory?

optional supportCallLogHistory: null | boolean

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

Implementation of

IHistorySyncConfig.supportCallLogHistory


supportFbidBotChatHistory?

optional supportFbidBotChatHistory: null | boolean

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

Implementation of

IHistorySyncConfig.supportFbidBotChatHistory


supportGroupHistory?

optional supportGroupHistory: null | boolean

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

Implementation of

IHistorySyncConfig.supportGroupHistory


supportGuestChat?

optional supportGuestChat: null | boolean

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

Implementation of

IHistorySyncConfig.supportGuestChat


supportHostedGroupMsg?

optional supportHostedGroupMsg: null | boolean

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

Implementation of

IHistorySyncConfig.supportHostedGroupMsg


supportMessageAssociation?

optional supportMessageAssociation: null | boolean

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

Implementation of

IHistorySyncConfig.supportMessageAssociation


supportRecentSyncChunkMessageCountTuning?

optional supportRecentSyncChunkMessageCountTuning: null | boolean

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

Implementation of

IHistorySyncConfig.supportRecentSyncChunkMessageCountTuning


thumbnailSyncDaysLimit?

optional thumbnailSyncDaysLimit: null | number

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

Implementation of

IHistorySyncConfig.thumbnailSyncDaysLimit

Methods

toJSON()

toJSON(): object

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

Returns

object


create()

static create(properties?): HistorySyncConfig

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

Parameters

properties?

IHistorySyncConfig

Returns

HistorySyncConfig


decode()

static decode(r, l?): HistorySyncConfig

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

Parameters

r

Uint8Array<ArrayBufferLike> | Reader

l?

number

Returns

HistorySyncConfig


encode()

static encode(m, w?): Writer

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

Parameters

m

IHistorySyncConfig

w?

Writer

Returns

Writer


fromObject()

static fromObject(d): HistorySyncConfig

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

Parameters

d

Returns

HistorySyncConfig


getTypeUrl()

static getTypeUrl(typeUrlPrefix?): string

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

Parameters

typeUrlPrefix?

string

Returns

string


toObject()

static toObject(m, o?): object

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

Parameters

m

HistorySyncConfig

o?

IConversionOptions

Returns

object