1
0
mirror of https://github.com/danog/MadelineProto.git synced 2024-12-15 13:06:55 +01:00
MadelineProto/docs/TD_docs/constructors/stickerSetInfo.md
2017-08-25 14:43:29 +02:00

1.2 KiB

title description
stickerSetInfo Represents short information about sticker set

Constructor: stickerSetInfo

Back to constructors index

Represents short information about sticker set

Attributes:

Name Type Required Description
id long 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
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

Type: StickerSetInfo