Constructor: updateStickerSetsOrder
The order of stickersets was changed
Attributes:
| Name | Type | Required | Description |
|---|---|---|---|
| masks | Bool | Optional | Whether the updated stickers are mask stickers |
| emojis | Bool | Optional | Whether the updated stickers are custom emoji stickers |
| order | Array of long | Yes | New sticker order by sticker ID |
Type: Update
Example:
$updateStickerSetsOrder = ['_' => 'updateStickerSetsOrder', 'masks' => Bool, 'emojis' => Bool, 'order' => [long, long]];