MadelineProtoDocs/old_docs/API_docs_v2/constructors/messages.allStickers.md

1.0 KiB

title description image redirect_from
messages.allStickers Info about all installed stickers https://docs.madelineproto.xyz/favicons/android-chrome-256x256.png /API_docs/constructors/messages_allStickers.html

Constructor: messages.allStickers

Back to constructors index

Info about all installed stickers

Attributes:

Name Type Required Description
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, StickerPack], 'documents' => [Document, Document]];

Or, if you're into Lua:

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