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

Implements

Constructors

new AutoDownloadSettings()

new AutoDownloadSettings(p?): AutoDownloadSettings
Defined in: WAProto/index.d.ts:777

Parameters

p?
IAutoDownloadSettings

Returns

AutoDownloadSettings

Properties

downloadAudio?

optional downloadAudio: null | boolean
Defined in: WAProto/index.d.ts:779

Implementation of

IAutoDownloadSettings.downloadAudio

downloadDocuments?

optional downloadDocuments: null | boolean
Defined in: WAProto/index.d.ts:781

Implementation of

IAutoDownloadSettings.downloadDocuments

downloadImages?

optional downloadImages: null | boolean
Defined in: WAProto/index.d.ts:778

Implementation of

IAutoDownloadSettings.downloadImages

downloadVideo?

optional downloadVideo: null | boolean
Defined in: WAProto/index.d.ts:780

Implementation of

IAutoDownloadSettings.downloadVideo

Methods

create()

static create(properties?): AutoDownloadSettings
Defined in: WAProto/index.d.ts:782

Parameters

properties?
IAutoDownloadSettings

Returns

AutoDownloadSettings

decode()

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

Parameters

r
Uint8Array<ArrayBufferLike> | Reader
l?
number

Returns

AutoDownloadSettings

encode()

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

Parameters

m
IAutoDownloadSettings
w?
Writer

Returns

Writer

fromObject()

static fromObject(d): AutoDownloadSettings
Defined in: WAProto/index.d.ts:785

Parameters

d

Returns

AutoDownloadSettings

getTypeUrl()

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

Parameters

typeUrlPrefix?
string

Returns

string

toJSON()

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

Returns

object

toObject()

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

Parameters

m
AutoDownloadSettings
o?
IConversionOptions

Returns

object