mirror of
https://github.com/danog/MadelineProtoDocs.git
synced 2024-12-02 09:38:28 +01:00
950 B
950 B
title | description | nav_exclude | image |
---|---|---|---|
updateStickerSetsOrder | The order of stickersets was changed | true | https://docs.madelineproto.xyz/favicons/android-chrome-256x256.png |
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]];