Class TdApi.SearchStickerSets

Enclosing class:
TdApi

public static class TdApi.SearchStickerSets extends TdApi.Function<TdApi.StickerSets>
Searches for ordinary sticker sets by looking for specified query in their title and name. Excludes installed sticker sets from the results.

Returns StickerSets

  • Field Details

  • Constructor Details

    • SearchStickerSets

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

      Returns StickerSets

    • SearchStickerSets

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

      Returns StickerSets

      Parameters:
      query - String Query to search for.
    • SearchStickerSets

      public SearchStickerSets(DataInput input) throws IOException
      Throws:
      IOException
  • Method Details