Class TdApi.SearchInstalledStickerSets

java.lang.Object
it.tdlight.jni.TdApi.Object
it.tdlight.jni.TdApi.Function
it.tdlight.jni.TdApi.SearchInstalledStickerSets
Enclosing class:
TdApi

public static class TdApi.SearchInstalledStickerSets
extends TdApi.Function
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:
      Constant Field Values
  • 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
      Throws:
      IOException
  • Method Details