Link Search Menu Expand Document

Constructor: updateStickerSetsOrder

Back to constructors index

The order of stickersets was changed

Attributes:

NameTypeRequiredDescription
masksBoolOptionalWhether the updated stickers are mask stickers
emojisBoolOptionalWhether the updated stickers are custom emoji stickers
orderArray of longYesNew sticker order by sticker ID

Type: Update

Example:

$updateStickerSetsOrder = ['_' => 'updateStickerSetsOrder', 'masks' => Bool, 'emojis' => Bool, 'order' => [long, long]];