View Source ExTDLib.Object.Sticker (ExTDLib v0.0.4)

Describes a sticker.

NameTypeDescription
idstringUnique sticker identifier within the set; 0 if none.
set_idstringIdentifier 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.
formatStickerFormatSticker format.
full_typeStickerFullTypeSticker's full type.
outlineclosedVectorPathSticker's outline represented as a list of closed vector paths; may be empty. The coordinate system origin is in the upper-left corner.
thumbnailthumbnailSticker thumbnail in WEBP or JPEG format; may be null.
stickerfileFile containing the sticker.

More details on telegram's documentation.