TDLib v0.0.2 TDLib.Object.StickerSetInfo View Source
Represents short information about 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 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. |
| size | number | Total number of stickers in the set. |
| covers | sticker[] | Contains up to the first 5 stickers from the set, depending on the context. If the client needs more stickers the full set should be requested. |
More details on telegram’s documentation.