Class TdApi.SearchInstalledStickerSets

Enclosing class:
TdApi

public static 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
      Identifier uniquely determining type of the object.
      See Also:
  • Constructor Details

    • SearchInstalledStickerSets

      public SearchInstalledStickerSets()
      Default constructor for a function, which 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)
      Creates a function, which searches for installed sticker sets by looking for specified query in their title and name.

      Returns StickerSets

      Parameters:
      stickerType - Type of the sticker sets to search for.
      query - Query to search for.
      limit - The maximum number of sticker sets to return.
  • Method Details

    • getConstructor

      public int getConstructor()
      Description copied from class: TdApi.Object
      Returns an identifier uniquely determining type of the object.
      Specified by:
      getConstructor in class TdApi.Object
      Returns:
      this.CONSTRUCTOR