MadelineProto/docs/API_docs/constructors/updateStickerSetsOrder.md

18 lines
402 B
Markdown
Raw Normal View History

## 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:
```
2016-12-19 17:48:27 +01:00
$updateStickerSetsOrder = ['_' => updateStickerSetsOrder', 'masks' => true, 'order' => [Vector t], ];
```