MadelineProtoDocs/docs/API_docs/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 Hash for pagination, for more info click here
sets Array of StickerSetCovered Yes Sets
unread Array of long Yes Unread

Type: messages.FeaturedStickers

Example:

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

Or, if you're into Lua:

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