MadelineProto/old_docs/API_docs_v25/constructors/messages_allStickers.md

814 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
packs Array of StickerPack Yes
documents Array of Document Yes

Type: messages_AllStickers

Example:

$messages_allStickers = ['_' => 'messages.allStickers', 'hash' => string, 'packs' => [StickerPack], 'documents' => [Document], ];

Or, if you're into Lua:

messages_allStickers={_='messages.allStickers', hash=string, packs={StickerPack}, documents={Document}, }