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

897 B

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 int Yes
sets Array of StickerSet Yes All stickersets

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}}