mirror of
https://github.com/danog/MadelineProtoDocs.git
synced 2024-12-02 17:55:35 +01:00
32 lines
950 B
Markdown
32 lines
950 B
Markdown
---
|
|
title: "updateStickerSetsOrder"
|
|
description: "The order of stickersets was changed"
|
|
nav_exclude: true
|
|
image: https://docs.madelineproto.xyz/favicons/android-chrome-256x256.png
|
|
---
|
|
# Constructor: updateStickerSetsOrder
|
|
[Back to constructors index](/API_docs/constructors/index.html)
|
|
|
|
|
|
|
|
The order of stickersets was changed
|
|
|
|
### Attributes:
|
|
|
|
| Name | Type | Required | Description |
|
|
|----------|---------------|----------|-------------|
|
|
|masks|[Bool](/API_docs/types/Bool.html) | Optional|Whether the updated stickers are mask stickers|
|
|
|emojis|[Bool](/API_docs/types/Bool.html) | Optional|Whether the updated stickers are custom emoji stickers|
|
|
|order|Array of [long](/API_docs/types/long.html) | Yes|New sticker order by sticker ID|
|
|
|
|
|
|
|
|
### Type: [Update](/API_docs/types/Update.html)
|
|
|
|
|
|
### Example:
|
|
|
|
```
|
|
$updateStickerSetsOrder = ['_' => 'updateStickerSetsOrder', 'masks' => Bool, 'emojis' => Bool, 'order' => [long, long]];
|
|
```
|