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

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

Back to constructors index

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