1006 B
1006 B
title | description |
---|---|
messages.featuredStickers | messages_featuredStickers attributes, type and example |
Constructor: messages.featuredStickers
Attributes:
Name | Type | Required |
---|---|---|
hash | int | Yes |
sets | Array of StickerSetCovered | Yes |
unread | Array of long | Yes |
Type: messages_FeaturedStickers
Example:
$messages_featuredStickers = ['_' => 'messages.featuredStickers', 'hash' => int, 'sets' => [StickerSetCovered], 'unread' => [long]];
PWRTelegram json-encoded version:
{"_": "messages.featuredStickers", "hash": int, "sets": [StickerSetCovered], "unread": [long]}
Or, if you're into Lua:
messages_featuredStickers={_='messages.featuredStickers', hash=int, sets={StickerSetCovered}, unread={long}}