Constructs a new StickerPackMessage.
Optional
properties:
IStickerPackMessage
Properties to set
Optional
caption
StickerPackMessage caption.
Optional
contextStickerPackMessage contextInfo.
Optional
directStickerPackMessage directPath.
Optional
fileStickerPackMessage fileEncSha256.
Optional
fileStickerPackMessage fileLength.
Optional
fileStickerPackMessage fileSha256.
Optional
imageStickerPackMessage imageDataHash.
Optional
mediaStickerPackMessage mediaKey.
Optional
mediaStickerPackMessage mediaKeyTimestamp.
Optional
name
StickerPackMessage name.
Optional
packStickerPackMessage packDescription.
Optional
publisher
StickerPackMessage publisher.
Optional
stickerStickerPackMessage stickerPackId.
Optional
stickerStickerPackMessage stickerPackOrigin.
Optional
stickerStickerPackMessage stickerPackSize.
StickerPackMessage stickers.
Optional
thumbnailStickerPackMessage thumbnailDirectPath.
Optional
thumbnailStickerPackMessage thumbnailEncSha256.
Optional
thumbnailStickerPackMessage thumbnailHeight.
Optional
thumbnailStickerPackMessage thumbnailSha256.
Optional
thumbnailStickerPackMessage thumbnailWidth.
Optional
trayStickerPackMessage trayIconFileName.
Static
create
Creates a new StickerPackMessage instance using the specified properties.
Optional
properties:
IStickerPackMessage
Properties to set
StickerPackMessage instance
Static
decode
Decodes a StickerPackMessage message from the specified reader or buffer.
Reader or buffer to decode from
Optional
length:
number
Message length if known beforehand
StickerPackMessage
If the payload is not a reader or valid buffer
If required fields are missing
Static
decodeDecodes a StickerPackMessage message from the specified reader or buffer, length delimited.
Reader or buffer to decode from
StickerPackMessage
If the payload is not a reader or valid buffer
If required fields are missing
Static
encode
Encodes the specified StickerPackMessage message. Does not implicitly verify messages.
StickerPackMessage message or plain object to encode
Optional
writer:
Writer
Writer to encode to
Writer
Static
encodeEncodes the specified StickerPackMessage message, length delimited. Does not implicitly verify messages.
StickerPackMessage message or plain object to encode
Optional
writer:
Writer
Writer to encode to
Writer
Static
fromCreates a StickerPackMessage message from a plain object. Also converts values to their respective internal types.
Plain object
StickerPackMessage
Static
getStatic
toCreates a plain object from a StickerPackMessage message. Also converts values to other types if specified.
StickerPackMessage
Optional
options:
IConversionOptions
Conversion options
Plain object
Static
verify
Generated using TypeDoc
Represents a StickerPackMessage.