Skip to main content

Class: AutoDownloadSettings

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

Implements

Constructors

new AutoDownloadSettings()

new AutoDownloadSettings(p?): AutoDownloadSettings

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

Parameters

p?

IAutoDownloadSettings

Returns

AutoDownloadSettings

Properties

downloadAudio?

optional downloadAudio: null | boolean

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

Implementation of

IAutoDownloadSettings.downloadAudio


downloadDocuments?

optional downloadDocuments: null | boolean

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

Implementation of

IAutoDownloadSettings.downloadDocuments


downloadImages?

optional downloadImages: null | boolean

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

Implementation of

IAutoDownloadSettings.downloadImages


downloadVideo?

optional downloadVideo: null | boolean

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

Implementation of

IAutoDownloadSettings.downloadVideo

Methods

toJSON()

toJSON(): object

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

Returns

object


create()

static create(properties?): AutoDownloadSettings

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

Parameters

properties?

IAutoDownloadSettings

Returns

AutoDownloadSettings


decode()

static decode(r, l?): AutoDownloadSettings

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

Parameters

r

Uint8Array<ArrayBufferLike> | Reader

l?

number

Returns

AutoDownloadSettings


encode()

static encode(m, w?): Writer

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

Parameters

m

IAutoDownloadSettings

w?

Writer

Returns

Writer


fromObject()

static fromObject(d): AutoDownloadSettings

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

Parameters

d

Returns

AutoDownloadSettings


getTypeUrl()

static getTypeUrl(typeUrlPrefix?): string

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

Parameters

typeUrlPrefix?

string

Returns

string


toObject()

static toObject(m, o?): object

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

Parameters

m

AutoDownloadSettings

o?

IConversionOptions

Returns

object