MadelineProtoDocs/old_docs/API_docs_v102/constructors/messages_featuredStickers.md
2019-06-24 15:45:02 +02:00

968 B

title description image
messages.featuredStickers Featured stickers https://docs.madelineproto.xyz/favicons/android-chrome-256x256.png

Constructor: messages.featuredStickers

Back to constructors index

Featured stickers

Attributes:

Name Type Required Description
hash int Yes Hash
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}}