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

    • stickerType

      public TdApi.StickerType stickerType
      Type of the sticker sets to search for.
    • 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(TdApi.StickerType stickerType, String query, int limit)
      Searches for installed sticker sets by looking for specified query in their title and name. Returns StickerSets
      Parameters:
      stickerType - StickerType Type of the sticker sets to search for.
      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