MadelineProtoDocs/old_docs/API_docs_v33/constructors/messages.allStickers.md
2019-12-27 18:25:37 +01:00

843 B

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

Constructor: messages.allStickers

Back to constructors index

Info about all installed stickers

Attributes:

Name Type Required Description
hash string Yes Hash
sets Array of StickerSet Yes Sets

Type: messages.AllStickers

Example:

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

Or, if you're into Lua:

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