MadelineProtoDocs/docs/API_docs/constructors/messages_featuredStickers.md

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}}