messages.FeaturedStickers

class pyrogram.raw.base.messages.FeaturedStickers

Featured stickers

Constructors:

This base type has 2 constructors available.

messages.FeaturedStickers

Featured stickersets

messages.FeaturedStickersNotModified

Featured stickers haven't changed

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.

TL Schema

messages.featuredStickers#be382906
flags:#
premium:flags.0?true
hash:long
count:int
sets:Vector<StickerSetCovered>
unread:Vector<long>

= messages.FeaturedStickers

Parameter Tree

FeaturedStickers
├── premium → true (optional)
├── hash → long
├── count → int
├── sets → Vector < StickerSetCovered >
│ ├── StickerSetCovered
│ │ ├── set → StickerSet
│ │ │ └── StickerSet
│ │ │ ├── archived → true (optional)
│ │ │ ├── official → true (optional)
│ │ │ ├── masks → true (optional)
│ │ │ ├── emojis → true (optional)
│ │ │ ├── text_color → true (optional)
│ │ │ ├── channel_emoji_status → true (optional)
│ │ │ ├── creator → true (optional)
│ │ │ ├── installed_date → int (optional)
│ │ │ ├── id → long
│ │ │ ├── access_hash → long
│ │ │ ├── title → string
│ │ │ ├── short_name → string
│ │ │ ├── thumbs → Vector < PhotoSize > (optional)
│ │ │ │ ├── PhotoSizeEmpty
│ │ │ │ ├── PhotoSize
│ │ │ │ ├── PhotoCachedSize
│ │ │ │ ├── PhotoStrippedSize
│ │ │ │ ├── PhotoSizeProgressive
│ │ │ │ └── PhotoPathSize
│ │ │ ├── thumb_dc_id → int (optional)
│ │ │ ├── thumb_version → int (optional)
│ │ │ ├── thumb_document_id → long (optional)
│ │ │ ├── count → int
│ │ │ └── hash → int
│ │ └── cover → Document
│ │ ├── DocumentEmpty
│ │ │ └── id → long
│ │ └── Document
│ │ ├── id → long
│ │ ├── access_hash → long
│ │ ├── file_reference → bytes
│ │ ├── date → int
│ │ ├── mime_type → string
│ │ ├── size → long
│ │ ├── thumbs → Vector < PhotoSize > (optional)
│ │ │ ├── PhotoSizeEmpty
│ │ │ ├── PhotoSize
│ │ │ ├── PhotoCachedSize
│ │ │ ├── PhotoStrippedSize
│ │ │ ├── PhotoSizeProgressive
│ │ │ └── PhotoPathSize
│ │ ├── video_thumbs → Vector < VideoSize > (optional)
│ │ │ ├── VideoSize
│ │ │ ├── VideoSizeEmojiMarkup
│ │ │ └── VideoSizeStickerMarkup
│ │ ├── dc_id → int
│ │ └── attributes → Vector < DocumentAttribute >
│ │ ├── DocumentAttributeImageSize
│ │ ├── DocumentAttributeAnimated
│ │ ├── DocumentAttributeSticker
│ │ ├── DocumentAttributeVideo
│ │ ├── DocumentAttributeAudio
│ │ ├── DocumentAttributeFilename
│ │ ├── set → StickerSet
│ │ │ └── StickerSet
│ │ │ ├── archived → true (optional)
│ │ │ ├── official → true (optional)
│ │ │ ├── masks → true (optional)
│ │ │ ├── emojis → true (optional)
│ │ │ ├── text_color → true (optional)
│ │ │ ├── channel_emoji_status → true (optional)
│ │ │ ├── creator → true (optional)
│ │ │ ├── installed_date → int (optional)
│ │ │ ├── id → long
│ │ │ ├── access_hash → long
│ │ │ ├── title → string
│ │ │ ├── short_name → string
│ │ │ ├── thumbs → Vector < PhotoSize > (optional)
│ │ │ │ ├── PhotoSizeEmpty
│ │ │ │ ├── PhotoSize
│ │ │ │ ├── PhotoCachedSize
│ │ │ │ ├── PhotoStrippedSize
│ │ │ │ ├── PhotoSizeProgressive
│ │ │ │ └── PhotoPathSize
│ │ │ ├── thumb_dc_id → int (optional)
│ │ │ ├── thumb_version → int (optional)
│ │ │ ├── thumb_document_id → long (optional)
│ │ │ ├── count → int
│ │ │ └── hash → int
│ │ └── covers → Vector < Document >
│ │ ├── DocumentEmpty
│ │ │ └── id → long
│ │ └── Document
│ │ ├── id → long
│ │ ├── access_hash → long
│ │ ├── file_reference → bytes
│ │ ├── date → int
│ │ ├── mime_type → string
│ │ ├── size → long
│ │ ├── thumbs → Vector < PhotoSize > (optional)
│ │ │ ├── PhotoSizeEmpty
│ │ │ ├── PhotoSize
│ │ │ ├── PhotoCachedSize
│ │ │ ├── PhotoStrippedSize
│ │ │ ├── PhotoSizeProgressive
│ │ │ └── PhotoPathSize
│ │ ├── video_thumbs → Vector < VideoSize > (optional)
│ │ │ ├── VideoSize
│ │ │ ├── VideoSizeEmojiMarkup
│ │ │ └── VideoSizeStickerMarkup
│ │ ├── dc_id → int
│ │ └── attributes → Vector < DocumentAttribute >
│ │ ├── DocumentAttributeImageSize
│ │ ├── DocumentAttributeAnimated
│ │ ├── DocumentAttributeSticker
│ │ ├── DocumentAttributeVideo
│ │ ├── DocumentAttributeAudio
│ │ ├── DocumentAttributeFilename
│ ├── StickerSetFullCovered
│ │ ├── set → StickerSet
│ │ │ └── StickerSet
│ │ │ ├── archived → true (optional)
│ │ │ ├── official → true (optional)
│ │ │ ├── masks → true (optional)
│ │ │ ├── emojis → true (optional)
│ │ │ ├── text_color → true (optional)
│ │ │ ├── channel_emoji_status → true (optional)
│ │ │ ├── creator → true (optional)
│ │ │ ├── installed_date → int (optional)
│ │ │ ├── id → long
│ │ │ ├── access_hash → long
│ │ │ ├── title → string
│ │ │ ├── short_name → string
│ │ │ ├── thumbs → Vector < PhotoSize > (optional)
│ │ │ │ ├── PhotoSizeEmpty
│ │ │ │ ├── PhotoSize
│ │ │ │ ├── PhotoCachedSize
│ │ │ │ ├── PhotoStrippedSize
│ │ │ │ ├── PhotoSizeProgressive
│ │ │ │ └── PhotoPathSize
│ │ │ ├── thumb_dc_id → int (optional)
│ │ │ ├── thumb_version → int (optional)
│ │ │ ├── thumb_document_id → long (optional)
│ │ │ ├── count → int
│ │ │ └── hash → int
│ │ ├── packs → Vector < StickerPack >
│ │ │ └── StickerPack
│ │ │ ├── emoticon → string
│ │ │ └── documents → Vector < long >
│ │ ├── keywords → Vector < StickerKeyword >
│ │ │ └── StickerKeyword
│ │ │ ├── document_id → long
│ │ │ └── keyword → Vector < string >
│ │ └── documents → Vector < Document >
│ │ ├── DocumentEmpty
│ │ │ └── id → long
│ │ └── Document
│ │ ├── id → long
│ │ ├── access_hash → long
│ │ ├── file_reference → bytes
│ │ ├── date → int
│ │ ├── mime_type → string
│ │ ├── size → long
│ │ ├── thumbs → Vector < PhotoSize > (optional)
│ │ │ ├── PhotoSizeEmpty
│ │ │ ├── PhotoSize
│ │ │ ├── PhotoCachedSize
│ │ │ ├── PhotoStrippedSize
│ │ │ ├── PhotoSizeProgressive
│ │ │ └── PhotoPathSize
│ │ ├── video_thumbs → Vector < VideoSize > (optional)
│ │ │ ├── VideoSize
│ │ │ ├── VideoSizeEmojiMarkup
│ │ │ └── VideoSizeStickerMarkup
│ │ ├── dc_id → int
│ │ └── attributes → Vector < DocumentAttribute >
│ │ ├── DocumentAttributeImageSize
│ │ ├── DocumentAttributeAnimated
│ │ ├── DocumentAttributeSticker
│ │ ├── DocumentAttributeVideo
│ │ ├── DocumentAttributeAudio
│ │ ├── DocumentAttributeFilename
│ └── StickerSetNoCovered
│ └── set → StickerSet
│ └── StickerSet
│ ├── archived → true (optional)
│ ├── official → true (optional)
│ ├── masks → true (optional)
│ ├── emojis → true (optional)
│ ├── text_color → true (optional)
│ ├── channel_emoji_status → true (optional)
│ ├── creator → true (optional)
│ ├── installed_date → int (optional)
│ ├── id → long
│ ├── access_hash → long
│ ├── title → string
│ ├── short_name → string
│ ├── thumbs → Vector < PhotoSize > (optional)
│ │ ├── PhotoSizeEmpty
│ │ ├── PhotoSize
│ │ ├── PhotoCachedSize
│ │ ├── PhotoStrippedSize
│ │ ├── PhotoSizeProgressive
│ │ └── PhotoPathSize
│ ├── thumb_dc_id → int (optional)
│ ├── thumb_version → int (optional)
│ ├── thumb_document_id → long (optional)
│ ├── count → int
│ └── hash → int
└── unread → Vector < long >

Example

FeaturedStickers(
    premium=None,
    hash=0,
    count=0,
    sets=[
            StickerSetCovered(
                set=StickerSet(
                    archived=None,
                    official=None,
                    masks=None,
                    emojis=None,
                    text_color=None,
                    channel_emoji_status=None,
                    creator=None,
                    installed_date=None,
                    id=0,
                    access_hash=0,
                    title="text",
                    short_name="text",
                    thumbs=None,
                    thumb_dc_id=None,
                    thumb_version=None,
                    thumb_document_id=None,
                    count=0,
                    hash=0
                ),
                cover=DocumentEmpty(id=0)
            )
        ],
    unread=[0],
)