TDLib v0.0.2 TDLib.Object.Sticker View Source

Describes a sticker.

NameTypeDescription
set_idstringThe identifier of the sticker set to which the sticker belongs; 0 if none.
widthnumberSticker width; as defined by the sender.
heightnumberSticker height; as defined by the sender.
emojistringEmoji corresponding to the sticker.
is_maskboolTrue, if the sticker is a mask.
mask_positionmaskPositionPosition where the mask should be placed; may be null.
thumbnailphotoSizeSticker thumbnail in WEBP or JPEG format; may be null.
stickerfileFile containing the sticker.

More details on telegram’s documentation.