TDLib v0.0.2 TDLib.Object.StickerSet View Source
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. |
| 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. |
| is_masks | bool | True, if the stickers in the set are masks. |
| is_viewed | bool | True for already viewed trending sticker sets. |
| stickers | sticker[] | List of stickers in this set. |
| emojis | stickerEmojis[] | A list of emoji corresponding to the stickers in the same order. |
More details on telegram’s documentation.