mirror of
https://github.com/danog/MadelineProtoDocs.git
synced 2025-01-22 05:41:46 +01:00
1.3 KiB
1.3 KiB
title | description | nav_exclude | image | redirect_from |
---|---|---|---|---|
messages.featuredStickers | Featured stickersets | true | 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 |
---|---|---|---|
premium | Bool | Optional | Whether this is a premium stickerset |
hash | long | Yes | Hash for pagination, for more info click here |
count | int | Yes | Total number of featured stickers |
sets | Array of StickerSetCovered | Yes | Featured stickersets |
unread | Array of long | Yes | IDs of new featured stickersets |
Type: messages.FeaturedStickers
Example:
$messages_featuredStickers = ['_' => 'messages.featuredStickers', 'premium' => Bool, 'hash' => long, 'count' => int, 'sets' => [StickerSetCovered, StickerSetCovered], 'unread' => [long, long]];