MadelineProto/old_docs/API_docs_v38/constructors/messages_allStickers.md
2017-07-23 16:11:02 +02:00

837 B

title description
messages.allStickers messages_allStickers attributes, type and example

Constructor: messages.allStickers

Back to constructors index

Attributes:

Name Type Required
hash string Yes
sets Array of StickerSet Yes

Type: messages_AllStickers

Example:

$messages_allStickers = ['_' => 'messages.allStickers', 'hash' => string, 'sets' => [StickerSet], ];

PWRTelegram json-encoded version:

{"_":"messages.allStickers","hash":"string","sets":["StickerSet"]}

Or, if you're into Lua:

messages_allStickers={_='messages.allStickers', hash=string, sets={StickerSet}, }