Skip to content

changeStickerSet

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

Installs/uninstalls or activates/archives a sticker set.

changeStickerSet(set_id, is_installed, is_archived, callback, data)
Field Type Description
set_id int64 Identifier of the sticker set.
is_installed Bool The new value of is_installed.
is_archived Bool The new value of is_archived. A sticker set can't be installed and archived simultaneously.

Example

  • Installs sticker set 7173162320003073.

    changeStickerSet(7173162320003073, 1, 0)

    Response:

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

Frequently Asked Questions
The Functions

Clone this wiki locally