Skip to content

removeRecentSticker

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

Removes a sticker from the list of recently used stickers.

removeRecentSticker(is_attached, sticker, callback, data)
Field Type Description
is_attached Bool Pass true to remove the sticker from the list of stickers recently attached to photo or video files; pass false to remove the sticker from the list of recently sent stickers.
sticker InputFile Sticker file to delete.

Example

  • Removes sticker id 212 from the list of recently used stickers.

    removeRecentSticker(0, 212)

    Response:

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

Frequently Asked Questions
The Functions

Clone this wiki locally