Skip to content

searchStickerSets

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

Searches for ordinary sticker sets by looking for specified query in their title and name.
Excludes installed sticker sets from the results.

searchStickerSets(query, callback, data)
Field Type Description
query string Query to search for.

Example

  • Searches for ordinary sticker sets by looking for query "kabayan" in their title and name.

    searchStickerSets('kabayan')

    Response:

    {
      ["@type"] = "stickerSets",
      sets = {},
      total_count = 0
    }

Frequently Asked Questions
The Functions

Clone this wiki locally