Skip to main content

AIMediaCollectionMessage

amiudmodz


amiudmodz / proto / AIMediaCollectionMessage

Class: AIMediaCollectionMessage

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

Implements

Constructors

new AIMediaCollectionMessage()

new AIMediaCollectionMessage(p?): AIMediaCollectionMessage

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

Parameters

p?

IAIMediaCollectionMessage

Returns

AIMediaCollectionMessage

Properties

collectionId?

optional collectionId: null | string

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

Implementation of

IAIMediaCollectionMessage.collectionId


expectedMediaCount?

optional expectedMediaCount: null | number

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

Implementation of

IAIMediaCollectionMessage.expectedMediaCount


hasGlobalCaption?

optional hasGlobalCaption: null | boolean

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

Implementation of

IAIMediaCollectionMessage.hasGlobalCaption

Methods

toJSON()

toJSON(): object

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

Returns

object


create()

static create(properties?): AIMediaCollectionMessage

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

Parameters

properties?

IAIMediaCollectionMessage

Returns

AIMediaCollectionMessage


decode()

static decode(r, l?): AIMediaCollectionMessage

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

Parameters

r

Uint8Array<ArrayBufferLike> | Reader

l?

number

Returns

AIMediaCollectionMessage


encode()

static encode(m, w?): Writer

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

Parameters

m

IAIMediaCollectionMessage

w?

Writer

Returns

Writer


fromObject()

static fromObject(d): AIMediaCollectionMessage

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

Parameters

d

Returns

AIMediaCollectionMessage


getTypeUrl()

static getTypeUrl(typeUrlPrefix?): string

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

Parameters

typeUrlPrefix?

string

Returns

string


toObject()

static toObject(m, o?): object

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

Parameters

m

AIMediaCollectionMessage

o?

IConversionOptions

Returns

object