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?
optionalkey:null|IMessageKey
Defined in: WAProto/index.d.ts:8969
Implementation of
IStatusStickerInteractionMessage.key
stickerKey?
optionalstickerKey:null|string
Defined in: WAProto/index.d.ts:8970
Implementation of
IStatusStickerInteractionMessage.stickerKey
type?
optionaltype: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()
staticcreate(properties?):StatusStickerInteractionMessage
Defined in: WAProto/index.d.ts:8972
Parameters
properties?
IStatusStickerInteractionMessage
Returns
StatusStickerInteractionMessage
decode()
staticdecode(r,l?):StatusStickerInteractionMessage
Defined in: WAProto/index.d.ts:8974
Parameters
r
Uint8Array<ArrayBufferLike> | Reader
l?
number
Returns
StatusStickerInteractionMessage
encode()
staticencode(m,w?):Writer
Defined in: WAProto/index.d.ts:8973
Parameters
m
IStatusStickerInteractionMessage
w?
Writer
Returns
Writer
fromObject()
staticfromObject(d):StatusStickerInteractionMessage
Defined in: WAProto/index.d.ts:8975
Parameters
d
Returns
StatusStickerInteractionMessage
getTypeUrl()
staticgetTypeUrl(typeUrlPrefix?):string
Defined in: WAProto/index.d.ts:8978
Parameters
typeUrlPrefix?
string
Returns
string
toObject()
statictoObject(m,o?):object
Defined in: WAProto/index.d.ts:8976
Parameters
m
StatusStickerInteractionMessage
o?
IConversionOptions
Returns
object