18 lines
366 B
Markdown
18 lines
366 B
Markdown
## Constructor: updateStickerSetsOrder
|
|
|
|
### Attributes:
|
|
|
|
| Name | Type | Required |
|
|
|----------|:-------------:|---------:|
|
|
|masks|[Bool](../types/Bool.md) | Optional|
|
|
|order|Array of [long](../types/long.md) | Required|
|
|
|
|
|
|
### Type: [Update](../types/Update.md)
|
|
|
|
### Example:
|
|
|
|
|
|
```
|
|
$updateStickerSetsOrder = ['masks' => Bool, 'order' => [long], ];
|
|
``` |