StickerSet¶
Represents a sticker set
StickerSet(
id: int64,
title: string,
name: string,
thumbnail: Thumbnail,
thumbnail_outline: Outline,
is_owned: Bool,
is_installed: Bool,
is_archived: Bool,
is_official: Bool,
sticker_type: StickerType,
needs_repainting: Bool,
is_allowed_as_chat_emoji_status: Bool,
is_viewed: Bool,
stickers: list of Sticker,
emojis: list of Emojis
) → StickerSet
id¶
int64
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, TGS, or WEBM format with width and height 100; may be null. The file can be downloaded only before the thumbnail is changed
thumbnail_outline¶
Sticker set thumbnail's outline; may be null if unknown
is_owned¶
Bool
True, if the sticker set is owned by the current user
is_installed¶
Bool
True, if the sticker set has been installed by the current user
is_archived¶
Bool
True, if the sticker set has been archived. A sticker set can't be installed and archived simultaneously
is_official¶
Bool
True, if the sticker set is official
sticker_type¶
Type of the stickers in the set
needs_repainting¶
Bool
True, if stickers in the sticker set are custom emoji that must be repainted; for custom emoji sticker sets only
is_allowed_as_chat_emoji_status¶
Bool
True, if stickers in the sticker set are custom emoji that can be used as chat emoji status; for custom emoji sticker sets only
is_viewed¶
Bool
True for already viewed trending sticker sets
stickers¶
list of Sticker
List of stickers in this set
emojis¶
list of Emojis
A list of emojis 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