StickerSet
Represents a sticker set.
This is an alias for the StickerSetUnion
type.
chevron_leftchevron_right
Parameters
Interface
Name | Type | Description |
---|---|---|
_ | "stickerSet" | |
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. The file can be downloaded only before the thumbnail is changed | |
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 |
stickers | List of stickers in this set | |
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 |