2016-12-19 16:56:52 +01:00
|
|
|
## 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], ];
|
2016-12-19 16:56:52 +01:00
|
|
|
```
|