1
0
mirror of https://github.com/danog/MadelineProto.git synced 2024-12-15 05:56:55 +01:00
MadelineProto/docs/TD_docs/methods/reorderStickerSets.md
2017-08-25 14:43:29 +02:00

24 lines
645 B
Markdown

---
title: reorderStickerSets
description: Changes the order of installed sticker sets
---
## Method: reorderStickerSets
[Back to methods index](index.md)
YOU CANNOT USE THIS METHOD IN MADELINEPROTO
Changes the order of installed sticker sets
### Params:
| Name | Type | Required | Description |
|----------|---------------|----------|-------------|
|is\_masks|[Bool](../types/Bool.md) | Yes|Pass true to change masks order, pass false to change stickers order|
|sticker\_set\_ids|Array of [long](../types/long.md) | Yes|Identifiers of installed sticker sets in the new right order|
### Return type: [Ok](../types/Ok.md)