913 B
913 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
Info about all installed stickers
Attributes:
Name | Type | Required | Description |
---|---|---|---|
hash | string | Yes | |
sets | Array of StickerSet | Yes | All stickersets |
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}}