TDLib v0.0.2 TDLib.Object.StickerSet View Source

Represents a sticker set.

NameTypeDescription
idstringIdentifier of the sticker set.
titlestringTitle of the sticker set.
namestringName of the sticker set.
is_installedboolTrue, if the sticker set has been installed by the current user.
is_archivedboolTrue, if the sticker set has been archived. A sticker set can’t be installed and archived simultaneously.
is_officialboolTrue, if the sticker set is official.
is_masksboolTrue, if the stickers in the set are masks.
is_viewedboolTrue for already viewed trending sticker sets.
stickerssticker[]List of stickers in this set.
emojisstickerEmojis[]A list of emoji corresponding to the stickers in the same order.

More details on telegram’s documentation.