MadelineProtoDocs/docs/API_docs/constructors/messages.featuredStickers.md
2024-05-01 14:53:46 +02:00

1.3 KiB

title description nav_exclude image redirect_from
messages.featuredStickers Featured stickersets true https://docs.madelineproto.xyz/favicons/android-chrome-256x256.png /API_docs/constructors/messages_featuredStickers.html

Constructor: messages.featuredStickers

Back to constructors index

Featured stickersets

Attributes:

Name Type Required Description
premium Bool Optional Whether this is a premium stickerset
hash long Yes Hash for pagination, for more info click here
count int Yes Total number of featured stickers
sets Array of StickerSetCovered Yes Featured stickersets
unread Array of long Yes IDs of new featured stickersets

Type: messages.FeaturedStickers

Example:

$messages_featuredStickers = ['_' => 'messages.featuredStickers', 'premium' => Bool, 'hash' => long, 'count' => int, 'sets' => [StickerSetCovered, StickerSetCovered], 'unread' => [long, long]];