Skip to main content

Class: StatusStickerInteractionMessage

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

Implements

Constructors

new StatusStickerInteractionMessage()

new StatusStickerInteractionMessage(p?): StatusStickerInteractionMessage

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

Parameters

p?

IStatusStickerInteractionMessage

Returns

StatusStickerInteractionMessage

Properties

key?

optional key: null | IMessageKey

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

Implementation of

IStatusStickerInteractionMessage.key


stickerKey?

optional stickerKey: null | string

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

Implementation of

IStatusStickerInteractionMessage.stickerKey


type?

optional type: null | StatusStickerType

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

Implementation of

IStatusStickerInteractionMessage.type

Methods

toJSON()

toJSON(): object

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

Returns

object


create()

static create(properties?): StatusStickerInteractionMessage

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

Parameters

properties?

IStatusStickerInteractionMessage

Returns

StatusStickerInteractionMessage


decode()

static decode(r, l?): StatusStickerInteractionMessage

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

Parameters

r

Uint8Array<ArrayBufferLike> | Reader

l?

number

Returns

StatusStickerInteractionMessage


encode()

static encode(m, w?): Writer

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

Parameters

m

IStatusStickerInteractionMessage

w?

Writer

Returns

Writer


fromObject()

static fromObject(d): StatusStickerInteractionMessage

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

Parameters

d

Returns

StatusStickerInteractionMessage


getTypeUrl()

static getTypeUrl(typeUrlPrefix?): string

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

Parameters

typeUrlPrefix?

string

Returns

string


toObject()

static toObject(m, o?): object

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

Parameters

m

StatusStickerInteractionMessage

o?

IConversionOptions

Returns

object