MadelineProto/old_docs/API_docs_v55/constructors/messages_featuredStickers.md
2017-01-19 23:02:27 +01:00

703 B

title description
messages.featuredStickers messages_featuredStickers attributes, type and example

Constructor: messages.featuredStickers

Back to constructors index

Attributes:

Name Type Required
hash int Required
sets Array of StickerSetCovered Required
unread Array of long Required

Type: messages_FeaturedStickers

Example:

$messages_featuredStickers = ['_' => 'messages.featuredStickers', 'hash' => int, 'sets' => [Vector t], 'unread' => [Vector t], ];