968 B
968 B
title | description | image |
---|---|---|
messages.featuredStickers | Featured stickers | https://docs.madelineproto.xyz/favicons/android-chrome-256x256.png |
Constructor: messages.featuredStickers
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}}