1
0
mirror of https://github.com/danog/MadelineProto.git synced 2024-11-27 14:34:39 +01:00
MadelineProto/docs/API_docs/constructors/updateStickerSetsOrder.md

19 lines
403 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|
2016-12-19 18:56:05 +01:00
### Type: [Update](../types/Update.md)
### Example:
```
2016-12-19 17:48:27 +01:00
$updateStickerSetsOrder = ['_' => updateStickerSetsOrder', 'masks' => true, 'order' => [Vector t], ];
```