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