StickerSet#

class pyrogram.raw.types.StickerSet#

Represents a stickerset (stickerpack).

Constructor of StickerSet.

Details:
  • Layer: 158

  • ID: 2DD14EDC

Parameters:
  • id (int 64-bit) – ID of the stickerset.

  • access_hash (int 64-bit) – Access hash of stickerset.

  • title (str) – Title of stickerset.

  • short_name (str) – Short name of stickerset, used when sharing stickerset using stickerset deep links.

  • count (int 32-bit) – Number of stickers in pack.

  • hash (int 32-bit) – Hash.

  • archived (bool, optional) – Whether this stickerset was archived (due to too many saved stickers in the current account).

  • official (bool, optional) – Is this stickerset official.

  • masks (bool, optional) – Is this a mask stickerset.

  • animated (bool, optional) – Is this an animated stickerpack.

  • videos (bool, optional) – Is this a video stickerpack.

  • emojis (bool, optional) – This is a custom emoji stickerset.

  • installed_date (int 32-bit, optional) – When was this stickerset installed.

  • thumbs (List of PhotoSize, optional) – Stickerset thumbnail.

  • thumb_dc_id (int 32-bit, optional) – DC ID of thumbnail.

  • thumb_version (int 32-bit, optional) – Thumbnail version.

  • thumb_document_id (int 64-bit, optional) – Document ID of custom emoji thumbnail, fetch the document using messages.getCustomEmojiDocuments.