View Source ExTDLib.Object.StickerSet (ExTDLib v0.0.4)
Represents a sticker set.
| Name | Type | Description |
|---|---|---|
| id | string | Identifier of the sticker set. |
| title | string | Title of the sticker set. |
| name | string | Name of the sticker set. |
| thumbnail | thumbnail | Sticker set thumbnail in WEBP, TGS, or WEBM format with width and height 100; may be null. The file can be downloaded only before the thumbnail is changed. |
| thumbnail_outline | closedVectorPath | Sticker set thumbnail's outline represented as a list of closed vector paths; may be empty. The coordinate system origin is in the upper-left corner. |
| is_installed | bool | True, if the sticker set has been installed by the current user. |
| is_archived | bool | True, if the sticker set has been archived. A sticker set can't be installed and archived simultaneously. |
| is_official | bool | True, if the sticker set is official. |
| sticker_format | StickerFormat | Format of the stickers in the set. |
| sticker_type | StickerType | Type of the stickers in the set. |
| needs_repainting | bool | True, if stickers in the sticker set are custom emoji that must be repainted; for custom emoji sticker sets only. |
| is_viewed | bool | True for already viewed trending sticker sets. |
| stickers | sticker | List of stickers in this set. |
| emojis | emojis | A list of emoji corresponding to the stickers in the same order. The list is only for informational purposes, because a sticker is always sent with a fixed emoji from the corresponding Sticker object. |
More details on telegram's documentation.