Skip to main content

Class: StatusNotificationMessage

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

Implements

Constructors

new StatusNotificationMessage()

new StatusNotificationMessage(p?): StatusNotificationMessage

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

Parameters

p?

IStatusNotificationMessage

Returns

StatusNotificationMessage

Properties

originalMessageKey?

optional originalMessageKey: null | IMessageKey

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

Implementation of

IStatusNotificationMessage.originalMessageKey


responseMessageKey?

optional responseMessageKey: null | IMessageKey

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

Implementation of

IStatusNotificationMessage.responseMessageKey


type?

optional type: null | StatusNotificationType

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

Implementation of

IStatusNotificationMessage.type

Methods

toJSON()

toJSON(): object

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

Returns

object


create()

static create(properties?): StatusNotificationMessage

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

Parameters

properties?

IStatusNotificationMessage

Returns

StatusNotificationMessage


decode()

static decode(r, l?): StatusNotificationMessage

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

Parameters

r

Uint8Array<ArrayBufferLike> | Reader

l?

number

Returns

StatusNotificationMessage


encode()

static encode(m, w?): Writer

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

Parameters

m

IStatusNotificationMessage

w?

Writer

Returns

Writer


fromObject()

static fromObject(d): StatusNotificationMessage

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

Parameters

d

Returns

StatusNotificationMessage


getTypeUrl()

static getTypeUrl(typeUrlPrefix?): string

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

Parameters

typeUrlPrefix?

string

Returns

string


toObject()

static toObject(m, o?): object

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

Parameters

m

StatusNotificationMessage

o?

IConversionOptions

Returns

object