Skip to content

StickerSetInfo

Type · TDLib 1.8.67 · d1085f9c

Represents short information about a sticker set

StickerSetInfo(
  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,
  size: int32,
  covers: list of Sticker
) → StickerSetInfo

id

int64

Identifier of the sticker set

title

string

Title of the sticker set

name

string

Name of the sticker set

thumbnail

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

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

StickerType

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

size

int32

Total number of stickers in the set

covers

list of Sticker

Up to the first 5 stickers from the set, depending on the context. If the application needs more stickers the full sticker set needs to be requested