TDLib v0.0.2 TDLib.Object.StickerSetInfo View Source

Represents short information about 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 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.
sizenumberTotal number of stickers in the set.
coverssticker[]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.