MadelineProto/old_docs/API_docs_v46/constructors/updateStickerSetsOrder.md

27 lines
491 B
Markdown
Raw Normal View History

---
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) | Required|
### Type: [Update](../types/Update.md)
### Example:
```
$updateStickerSetsOrder = ['_' => 'updateStickerSetsOrder', 'order' => [Vector t], ];
```