Skip to content

removeFavoriteSticker

Sahri Riza Umami edited this page Jun 23, 2018 · 1 revision

Removes a sticker from the list of favorite stickers.

removeFavoriteSticker(sticker, callback, data)
Field Type Description
sticker InputFile Sticker file to delete from the list.

Example

  • Removes sticker id 1234567890 from the list of favorite stickers.

    removeFavoriteSticker(1234567890)

    Response:

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

Frequently Asked Questions
The Functions

Clone this wiki locally