MadelineProto/old_docs/API_docs_v51/constructors/updateStickerSetsOrder.md

36 lines
589 B
Markdown

---
title: updateStickerSetsOrder
description: updateStickerSetsOrder attributes, type and example
---
## Constructor: updateStickerSetsOrder
[Back to constructors index](index.md)
### Attributes:
| Name | Type | Required |
|----------|:-------------:|---------:|
|order|Array of [long](../types/long.md) | Yes|
### Type: [Update](../types/Update.md)
### Example:
```
$updateStickerSetsOrder = ['_' => 'updateStickerSetsOrder', 'order' => [long], ];
```
Or, if you're into Lua:
```
updateStickerSetsOrder={_='updateStickerSetsOrder', order={long}, }
```