Constructs a new StickerMessage.
Optional
properties:
IStickerMessage
Properties to set
Optional
accessibilityStickerMessage accessibilityLabel.
Optional
contextStickerMessage contextInfo.
Optional
directStickerMessage directPath.
Optional
fileStickerMessage fileEncSha256.
Optional
fileStickerMessage fileLength.
Optional
fileStickerMessage fileSha256.
Optional
firstStickerMessage firstFrameLength.
Optional
firstStickerMessage firstFrameSidecar.
Optional
height
StickerMessage height.
Optional
isStickerMessage isAiSticker.
Optional
isStickerMessage isAnimated.
Optional
isStickerMessage isAvatar.
Optional
isStickerMessage isLottie.
Optional
mediaStickerMessage mediaKey.
Optional
mediaStickerMessage mediaKeyTimestamp.
Optional
mimetype
StickerMessage mimetype.
Optional
pngStickerMessage pngThumbnail.
Optional
stickerStickerMessage stickerSentTs.
Optional
url
StickerMessage url.
Optional
width
StickerMessage width.
Static
create
Creates a new StickerMessage instance using the specified properties.
Optional
properties:
IStickerMessage
Properties to set
StickerMessage instance
Static
decode
Decodes a StickerMessage message from the specified reader or buffer.
Reader or buffer to decode from
Optional
length:
number
Message length if known beforehand
StickerMessage
If the payload is not a reader or valid buffer
If required fields are missing
Static
decodeDecodes a StickerMessage message from the specified reader or buffer, length delimited.
Reader or buffer to decode from
StickerMessage
If the payload is not a reader or valid buffer
If required fields are missing
Static
encode
Encodes the specified StickerMessage message. Does not implicitly verify messages.
StickerMessage message or plain object to encode
Optional
writer:
Writer
Writer to encode to
Writer
Static
encodeEncodes the specified StickerMessage message, length delimited. Does not implicitly verify messages.
StickerMessage message or plain object to encode
Optional
writer:
Writer
Writer to encode to
Writer
Static
fromCreates a StickerMessage message from a plain object. Also converts values to their respective internal types.
Plain object
StickerMessage
Static
getStatic
toCreates a plain object from a StickerMessage message. Also converts values to other types if specified.
StickerMessage
Optional
options:
IConversionOptions
Conversion options
Plain object
Static
verify
Generated using TypeDoc
Represents a StickerMessage.