StickerSet

class pyrogram.types.StickerSet

A stickerset.

Parameters:
  • id (Integer) – Identifier for this stickerset.

  • title (String) – Title of stickerset.

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

  • count (Integer) – Number of stickers in stickerset.

  • masks (Boolean) – Is this a mask stickerset.

  • animated (Boolean) – Is this a animated stickerset.

  • videos (Boolean) – Is this a videos stickerset.

  • emojis (Boolean) – Is this a emojis stickerset.