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