Skip to content

reorderInstalledStickerSets

Sahri Riza Umami edited this page Jun 23, 2018 · 4 revisions

Changes the order of installed sticker sets.

reorderInstalledStickerSets(is_masks, sticker_set_ids, callback, data)
Field Type Description
is_masks Bool Pass true to change the order of mask sticker sets; pass false to change the order of ordinary sticker sets.
sticker_set_ids vector Identifiers of installed sticker sets in the new correct order.

Example

  • Changes the order of installed sticker sets.

    reorderInstalledStickerSets(0, '{[0] = 643524467607207955, 1842540969984001, 106963033770688513}')

    Response:

    {
      ["@type"] = "ok"
    }

Frequently Asked Questions
The Functions

Clone this wiki locally