Skip to main content

AutoDownloadSettings

amiudmodz


amiudmodz / proto / AutoDownloadSettings

Class: AutoDownloadSettings

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

Implements

Constructors

new AutoDownloadSettings()

new AutoDownloadSettings(p?): AutoDownloadSettings

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

Parameters

p?

IAutoDownloadSettings

Returns

AutoDownloadSettings

Properties

downloadAudio?

optional downloadAudio: null | boolean

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

Implementation of

IAutoDownloadSettings.downloadAudio


downloadDocuments?

optional downloadDocuments: null | boolean

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

Implementation of

IAutoDownloadSettings.downloadDocuments


downloadImages?

optional downloadImages: null | boolean

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

Implementation of

IAutoDownloadSettings.downloadImages


downloadVideo?

optional downloadVideo: null | boolean

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

Implementation of

IAutoDownloadSettings.downloadVideo

Methods

toJSON()

toJSON(): object

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

Returns

object


create()

static create(properties?): AutoDownloadSettings

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

Parameters

properties?

IAutoDownloadSettings

Returns

AutoDownloadSettings


decode()

static decode(r, l?): AutoDownloadSettings

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

Parameters

r

Uint8Array<ArrayBufferLike> | Reader

l?

number

Returns

AutoDownloadSettings


encode()

static encode(m, w?): Writer

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

Parameters

m

IAutoDownloadSettings

w?

Writer

Returns

Writer


fromObject()

static fromObject(d): AutoDownloadSettings

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

Parameters

d

Returns

AutoDownloadSettings


getTypeUrl()

static getTypeUrl(typeUrlPrefix?): string

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

Parameters

typeUrlPrefix?

string

Returns

string


toObject()

static toObject(m, o?): object

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

Parameters

m

AutoDownloadSettings

o?

IConversionOptions

Returns

object