View Source ExTDLib.Object.Sticker (ExTDLib v0.0.4)
Describes a sticker.
| Name | Type | Description |
|---|---|---|
| id | string | Unique sticker identifier within the set; 0 if none. |
| set_id | string | Identifier of the sticker set to which the sticker belongs; 0 if none. |
| width | number | Sticker width; as defined by the sender. |
| height | number | Sticker height; as defined by the sender. |
| emoji | string | Emoji corresponding to the sticker. |
| format | StickerFormat | Sticker format. |
| full_type | StickerFullType | Sticker's full type. |
| outline | closedVectorPath | Sticker's outline represented as a list of closed vector paths; may be empty. The coordinate system origin is in the upper-left corner. |
| thumbnail | thumbnail | Sticker thumbnail in WEBP or JPEG format; may be null. |
| sticker | file | File containing the sticker. |
More details on telegram's documentation.