MadelineProtoDocs/docs/TD_docs/constructors/stickerSetInfo.md
Daniil Gentili e5a1324684 docufix
2018-04-04 23:19:57 +00:00

1.4 KiB

title description image
stickerSetInfo Represents short information about sticker set https://docs.madelineproto.xyz/favicons/android-chrome-256x256.png

Constructor: stickerSetInfo

Back to constructors index

Represents short information about sticker set

Attributes:

Name Type Required Description
id int64 Yes Sticker set identifier
title string Yes Title of the sticker set
name string Yes Name of the sticker set
is_installed Bool Yes True if sticker set is installed by logged in user
is_archived Bool Yes True if sticker set is archived. A sticker set can't be installed and archived simultaneously
is_official Bool Yes True if sticker set is official
is_masks Bool Yes True if stickers in the set are masks
is_viewed Bool Yes True for viewed trending sticker set
size int Yes Total number of stickers in the set
covers Array of sticker Yes Up to 5 first stickers from the set depending on the context. If client needs more stickers it should request full sticker set

Type: StickerSetInfo