Skip to main content

Class: StatusQuotedMessage

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

Implements

Constructors

new StatusQuotedMessage()

new StatusQuotedMessage(p?): StatusQuotedMessage

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

Parameters

p?

IStatusQuotedMessage

Returns

StatusQuotedMessage

Properties

originalStatusId?

optional originalStatusId: null | IMessageKey

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

Implementation of

IStatusQuotedMessage.originalStatusId


text?

optional text: null | string

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

Implementation of

IStatusQuotedMessage.text


thumbnail?

optional thumbnail: null | Uint8Array<ArrayBufferLike>

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

Implementation of

IStatusQuotedMessage.thumbnail


type?

optional type: null | QUESTION_ANSWER

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

Implementation of

IStatusQuotedMessage.type

Methods

toJSON()

toJSON(): object

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

Returns

object


create()

static create(properties?): StatusQuotedMessage

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

Parameters

properties?

IStatusQuotedMessage

Returns

StatusQuotedMessage


decode()

static decode(r, l?): StatusQuotedMessage

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

Parameters

r

Uint8Array<ArrayBufferLike> | Reader

l?

number

Returns

StatusQuotedMessage


encode()

static encode(m, w?): Writer

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

Parameters

m

IStatusQuotedMessage

w?

Writer

Returns

Writer


fromObject()

static fromObject(d): StatusQuotedMessage

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

Parameters

d

Returns

StatusQuotedMessage


getTypeUrl()

static getTypeUrl(typeUrlPrefix?): string

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

Parameters

typeUrlPrefix?

string

Returns

string


toObject()

static toObject(m, o?): object

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

Parameters

m

StatusQuotedMessage

o?

IConversionOptions

Returns

object