Thanks to visit codestin.com
Credit goes to github.com

Skip to content
This repository was archived by the owner on Dec 14, 2025. It is now read-only.

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