Skip to content

searchHashtags

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

Searches for recently used hashtags by their prefix.

searchHashtags(prefix, limit)
Field Type Description
prefix string Hashtag prefix to search for.
limit int32 Maximum number of hashtags to be returned.

Example

  • Searches for recently used hashtags by their '#tandain' prefix.

    searchHashtags('tandain', 2)

    Response:

    {
      ["@type"] = "hashtags",
      hashtags = {
        "tandain",
        "tandainaja"
      }
    }

Frequently Asked Questions
The Functions

Clone this wiki locally