StickerSet#

class aiogram.types.sticker_set.StickerSet(*, name: str, title: str, sticker_type: str, is_animated: bool, is_video: bool, stickers: List[Sticker], thumbnail: PhotoSize | None = None, **extra_data: Any)[source]#

This object represents a sticker set.

Source: https://core.telegram.org/bots/api#stickerset

name: str#

Sticker set name

title: str#

Sticker set title

sticker_type: str#

Type of stickers in the set, currently one of „regular“, „mask“, „custom_emoji“

is_animated: bool#

True, if the sticker set contains animated stickers

model_computed_fields: ClassVar[dict[str, ComputedFieldInfo]] = {}#

A dictionary of computed field names and their corresponding ComputedFieldInfo objects.

is_video: bool#

True, if the sticker set contains video stickers

stickers: List[Sticker]#

List of all set stickers

thumbnail: PhotoSize | None#

Optional. Sticker set thumbnail in the .WEBP, .TGS, or .WEBM format