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