StickerSetInfo
Represents short information about a sticker set.
This is an alias for the StickerSetInfoUnion
type.
chevron_leftchevron_right
Parameters
Interface
Name | Type | Description |
---|---|---|
_ | "stickerSetInfo" | |
id | string | Identifier of the sticker set |
title | string | Title of the sticker set |
name | string | Name of the sticker set |
thumbnail | Sticker set thumbnail in WEBP or TGS format with width and height 100; may be null | |
thumbnailOutline | 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 | |
isInstalled | boolean | True, if the sticker set has been installed by the current user |
isArchived | boolean | True, if the sticker set has been archived. A sticker set can't be installed and archived simultaneously |
isOfficial | boolean | True, if the sticker set is official |
isAnimated | boolean | True, is the stickers in the set are animated |
isMasks | boolean | True, if the stickers in the set are masks |
isViewed | boolean | True for already viewed trending sticker sets |
size | number | Total number of stickers in the set |
covers | Up to the first 5 stickers from the set, depending on the context. If the application needs more stickers the full sticker set needs to be requested |