MadelineProto/docs/TD_docs/methods/reorderInstalledStickerSets.md

24 lines
697 B
Markdown
Raw Normal View History

---
2017-08-25 15:05:53 +02:00
title: reorderInstalledStickerSets
description: Changes the order of installed sticker sets
---
2017-08-25 15:05:53 +02:00
## Method: reorderInstalledStickerSets
[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
|----------|---------------|----------|-------------|
2017-08-25 15:05:53 +02:00
|is\_masks|[Bool](../types/Bool.md) | Yes|Pass true to change mask sticker sets order, pass false to change ordinary sticker sets order|
2017-12-21 21:08:25 +01:00
|sticker\_set\_ids|Array of [int64](../constructors/int64.md) | Yes|Identifiers of installed sticker sets in the new right order|
### Return type: [Ok](../types/Ok.md)