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

Implements

Constructors

new StatusQuestionAnswerMessage()

new StatusQuestionAnswerMessage(p?): StatusQuestionAnswerMessage
Defined in: WAProto/index.d.ts:8920

Parameters

p?
IStatusQuestionAnswerMessage

Returns

StatusQuestionAnswerMessage

Properties

key?

optional key: null | IMessageKey
Defined in: WAProto/index.d.ts:8921

Implementation of

IStatusQuestionAnswerMessage.key

text?

optional text: null | string
Defined in: WAProto/index.d.ts:8922

Implementation of

IStatusQuestionAnswerMessage.text

Methods

create()

static create(properties?): StatusQuestionAnswerMessage
Defined in: WAProto/index.d.ts:8923

Parameters

properties?
IStatusQuestionAnswerMessage

Returns

StatusQuestionAnswerMessage

decode()

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

Parameters

r
Uint8Array<ArrayBufferLike> | Reader
l?
number

Returns

StatusQuestionAnswerMessage

encode()

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

Parameters

m
IStatusQuestionAnswerMessage
w?
Writer

Returns

Writer

fromObject()

static fromObject(d): StatusQuestionAnswerMessage
Defined in: WAProto/index.d.ts:8926

Parameters

d

Returns

StatusQuestionAnswerMessage

getTypeUrl()

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

Parameters

typeUrlPrefix?
string

Returns

string

toJSON()

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

Returns

object

toObject()

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

Parameters

m
StatusQuestionAnswerMessage
o?
IConversionOptions

Returns

object