Skip to main content

Class: VideoEndCard

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

Implements

Constructors

new VideoEndCard()

new VideoEndCard(p?): VideoEndCard

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

Parameters

p?

IVideoEndCard

Returns

VideoEndCard

Properties

caption

caption: string

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

Implementation of

IVideoEndCard.caption


profilePictureUrl

profilePictureUrl: string

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

Implementation of

IVideoEndCard.profilePictureUrl


thumbnailImageUrl

thumbnailImageUrl: string

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

Implementation of

IVideoEndCard.thumbnailImageUrl


username

username: string

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

Implementation of

IVideoEndCard.username

Methods

toJSON()

toJSON(): object

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

Returns

object


create()

static create(properties?): VideoEndCard

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

Parameters

properties?

IVideoEndCard

Returns

VideoEndCard


decode()

static decode(r, l?): VideoEndCard

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

Parameters

r

Uint8Array<ArrayBufferLike> | Reader

l?

number

Returns

VideoEndCard


encode()

static encode(m, w?): Writer

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

Parameters

m

IVideoEndCard

w?

Writer

Returns

Writer


fromObject()

static fromObject(d): VideoEndCard

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

Parameters

d

Returns

VideoEndCard


getTypeUrl()

static getTypeUrl(typeUrlPrefix?): string

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

Parameters

typeUrlPrefix?

string

Returns

string


toObject()

static toObject(m, o?): object

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

Parameters

m

VideoEndCard

o?

IConversionOptions

Returns

object