Skip to content

setSupergroupStickerSet

Sahri Riza Umami edited this page Jul 1, 2018 · 1 revision

Changes the sticker set of a supergroup; requires appropriate rights in the supergroup.

setSupergroupStickerSet(supergroup_id, sticker_set_id, callback, data)
Field Type Description
supergroup_id int32 Identifier of the supergroup.
sticker_set_id int64 New value of the supergroup sticker set identifier. Use 0 to remove the supergroup sticker set.

Example

  • Changes the sticker set of a supergroup 1234567890 to 283944415402131457.

    setSupergroupStickerSet(1234567890, 283944415402131457)

    Response:

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

Frequently Asked Questions
The Functions

Clone this wiki locally