Module tdlight.api

Class TdApi.SearchInstalledStickerSets

Enclosing class:
TdApi

public static final class TdApi.SearchInstalledStickerSets extends TdApi.Function<TdApi.StickerSets>
Searches for installed sticker sets by looking for specified query in their title and name.

Returns StickerSets

  • Field Details

    • isMasks

      public boolean isMasks
      Pass true to return mask sticker sets; pass false to return ordinary sticker sets.
    • query

      public String query
      Query to search for.
    • limit

      public int limit
      The maximum number of sticker sets to return.
    • CONSTRUCTOR

      public static final int CONSTRUCTOR
      See Also:
  • Constructor Details

    • SearchInstalledStickerSets

      public SearchInstalledStickerSets()
      Searches for installed sticker sets by looking for specified query in their title and name.

      Returns StickerSets

    • SearchInstalledStickerSets

      public SearchInstalledStickerSets(boolean isMasks, String query, int limit)
      Searches for installed sticker sets by looking for specified query in their title and name.

      Returns StickerSets

      Parameters:
      isMasks - boolean Pass true to return mask sticker sets; pass false to return ordinary sticker sets.
      query - String Query to search for.
      limit - int The maximum number of sticker sets to return.
    • SearchInstalledStickerSets

      public SearchInstalledStickerSets(DataInput input) throws IOException
      Searches for installed sticker sets by looking for specified query in their title and name.

      Returns StickerSets

      Throws:
      IOException
  • Method Details