Skip to main content

Class: AIRichResponseReelItem

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

Implements

Constructors

new AIRichResponseReelItem()

new AIRichResponseReelItem(p?): AIRichResponseReelItem

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

Parameters

p?

IAIRichResponseReelItem

Returns

AIRichResponseReelItem

Properties

profileIconUrl?

optional profileIconUrl: null | string

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

Implementation of

IAIRichResponseReelItem.profileIconUrl


thumbnailUrl?

optional thumbnailUrl: null | string

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

Implementation of

IAIRichResponseReelItem.thumbnailUrl


title?

optional title: null | string

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

Implementation of

IAIRichResponseReelItem.title


videoUrl?

optional videoUrl: null | string

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

Implementation of

IAIRichResponseReelItem.videoUrl

Methods

toJSON()

toJSON(): object

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

Returns

object


create()

static create(properties?): AIRichResponseReelItem

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

Parameters

properties?

IAIRichResponseReelItem

Returns

AIRichResponseReelItem


decode()

static decode(r, l?): AIRichResponseReelItem

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

Parameters

r

Uint8Array<ArrayBufferLike> | Reader

l?

number

Returns

AIRichResponseReelItem


encode()

static encode(m, w?): Writer

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

Parameters

m

IAIRichResponseReelItem

w?

Writer

Returns

Writer


fromObject()

static fromObject(d): AIRichResponseReelItem

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

Parameters

d

Returns

AIRichResponseReelItem


getTypeUrl()

static getTypeUrl(typeUrlPrefix?): string

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

Parameters

typeUrlPrefix?

string

Returns

string


toObject()

static toObject(m, o?): object

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

Parameters

m

AIRichResponseReelItem

o?

IConversionOptions

Returns

object