messages.FeaturedStickers#

class pyrogram.raw.types.messages.FeaturedStickers#

Featured stickersets.

Constructor of FeaturedStickers.

Details:
  • Layer: 158

  • ID: BE382906

Parameters:
  • hash (int 64-bit) – Hash for pagination.

  • count (int 32-bit) – Total number of featured stickers.

  • sets (List of StickerSetCovered) – Featured stickersets.

  • unread (List of int 64-bit) – IDs of new featured stickersets.

  • premium (bool, optional) – Whether this is a premium stickerset.

Functions:

This object can be returned by 3 functions.

messages.GetFeaturedStickers

Get featured stickers.

messages.GetOldFeaturedStickers

Method for fetching previously featured stickers.

messages.GetFeaturedEmojiStickers

Gets featured custom emoji stickersets.