MadelineProtoDocs/old_docs/API_docs_v105/constructors/messages_allStickers.md
2019-12-27 17:48:04 +01:00

926 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 int Yes Hash for pagination, for more info click here
sets Array of StickerSet Yes Sets

Type: messages_AllStickers

Example:

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

Or, if you're into Lua:

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