1
0
mirror of https://github.com/danog/MadelineProto.git synced 2024-12-15 06:56:55 +01:00
MadelineProto/docs/TD_docs/methods/reorderInstalledStickerSets.md

24 lines
719 B
Markdown

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