TDLib v0.0.2 TDLib.Object.Sticker View Source
Describes a sticker.
| Name | Type | Description |
|---|---|---|
| set_id | string | The 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. |
| is_mask | bool | True, if the sticker is a mask. |
| mask_position | maskPosition | Position where the mask should be placed; may be null. |
| thumbnail | photoSize | Sticker thumbnail in WEBP or JPEG format; may be null. |
| sticker | file | File containing the sticker. |
More details on telegram’s documentation.