Skip to content

removeRecentHashtag

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

Removes a hashtag from the list of recently used hashtags.

removeRecentHashtag(hashtag, callback, data)
Field Type Description
hashtag string Hashtag to delete.

Example

  • Removes hashtag "tandain" from the list of recently used hashtags.

    removeRecentHashtag('tandain')

    Response:

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

Frequently Asked Questions
The Functions

Clone this wiki locally