mirror of
https://github.com/danog/MadelineProtoDocs.git
synced 2024-12-02 09:38:28 +01:00
956 B
956 B
title | description | nav_exclude | image | redirect_from |
---|---|---|---|---|
messages.allStickers | Info about all installed stickers | true | 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 | long | Yes | Hash for pagination, for more info click here |
sets | Array of StickerSet | Yes | All stickersets |
Type: messages.AllStickers
Example:
$messages_allStickers = ['_' => 'messages.allStickers', 'hash' => long, 'sets' => [StickerSet, StickerSet]];