MadelineProtoDocs/docs/API_docs/constructors/messages.allStickers.md
2024-05-01 14:53:46 +02:00

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

Back to constructors index

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]];