1
0
mirror of https://github.com/danog/MadelineProto.git synced 2024-12-04 21:47:50 +01:00
MadelineProto/docs/API_docs/constructors/updateStickerSetsOrder.md

28 lines
552 B
Markdown

---
title: updateStickerSetsOrder
description: updateStickerSetsOrder attributes, type and example
---
## Constructor: updateStickerSetsOrder
[Back to constructors index](index.md)
### 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 = ['_' => 'updateStickerSetsOrder', 'masks' => true, 'order' => [Vector t], ];
```