Skip to main content

StatusNotificationMessage

amiudmodz


amiudmodz / proto / Message / StatusNotificationMessage

Class: StatusNotificationMessage

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

Implements

Constructors

new StatusNotificationMessage()

new StatusNotificationMessage(p?): StatusNotificationMessage

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

Parameters

p?

IStatusNotificationMessage

Returns

StatusNotificationMessage

Properties

originalMessageKey?

optional originalMessageKey: null | IMessageKey

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

Implementation of

IStatusNotificationMessage.originalMessageKey


responseMessageKey?

optional responseMessageKey: null | IMessageKey

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

Implementation of

IStatusNotificationMessage.responseMessageKey


type?

optional type: null | StatusNotificationType

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

Implementation of

IStatusNotificationMessage.type

Methods

toJSON()

toJSON(): object

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

Returns

object


create()

static create(properties?): StatusNotificationMessage

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

Parameters

properties?

IStatusNotificationMessage

Returns

StatusNotificationMessage


decode()

static decode(r, l?): StatusNotificationMessage

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

Parameters

r

Uint8Array<ArrayBufferLike> | Reader

l?

number

Returns

StatusNotificationMessage


encode()

static encode(m, w?): Writer

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

Parameters

m

IStatusNotificationMessage

w?

Writer

Returns

Writer


fromObject()

static fromObject(d): StatusNotificationMessage

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

Parameters

d

Returns

StatusNotificationMessage


getTypeUrl()

static getTypeUrl(typeUrlPrefix?): string

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

Parameters

typeUrlPrefix?

string

Returns

string


toObject()

static toObject(m, o?): object

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

Parameters

m

StatusNotificationMessage

o?

IConversionOptions

Returns

object