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

24 lines
645 B
Markdown
Raw Normal View History

---
title: reorderStickerSets
description: Changes the order of installed sticker sets
---
## Method: reorderStickerSets
[Back to methods index](index.md)
2017-06-06 18:39:21 +02:00
YOU CANNOT USE THIS METHOD IN MADELINEPROTO
Changes the order of installed sticker sets
### Params:
| Name | Type | Required | Description |
2017-08-20 11:05:56 +02:00
|----------|---------------|----------|-------------|
|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)