MadelineProtoDocs/old_docs/API_docs_v41/constructors/messages.featuredStickers.md

1.1 KiB

title description image redirect_from
messages.featuredStickers Featured stickersets 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
hash int Yes
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', 'hash' => int, 'count' => int, 'sets' => [StickerSetCovered, StickerSetCovered], 'unread' => [long, long]];

Or, if you're into Lua:

messages.featuredStickers={_='messages.featuredStickers', hash=int, count=int, sets={StickerSetCovered}, unread={long}}