Skip to content

clearRecentStickers

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

Clears the list of recently used stickers.

clearRecentStickers(is_attached, callback, data)
Field Type Description
is_attached Bool Pass true to clear the list of stickers recently attached to photo or video files; pass false to clear the list of recently sent stickers.

Example

  • Clear list of stickers recently attached to photo or video files.

    clearRecentStickers(1)

    Response:

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

Frequently Asked Questions
The Functions

Clone this wiki locally