Class TdApi.SearchStickerSets

Enclosing class:
TdApi

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

Returns StickerSets

  • Field Details

    • stickerType

      public TdApi.StickerType stickerType
      Type of the sticker sets to return.
    • query

      public String query
      Query to search for.
    • CONSTRUCTOR

      public static final int CONSTRUCTOR
      Identifier uniquely determining type of the object.
      See Also:
  • Constructor Details

    • SearchStickerSets

      public SearchStickerSets()
      Default constructor for a function, which searches for sticker sets by looking for specified query in their title and name. Excludes installed sticker sets from the results.

      Returns StickerSets

    • SearchStickerSets

      public SearchStickerSets(TdApi.StickerType stickerType, String query)
      Creates a function, which searches for sticker sets by looking for specified query in their title and name. Excludes installed sticker sets from the results.

      Returns StickerSets

      Parameters:
      stickerType - Type of the sticker sets to return.
      query - Query to search for.
  • 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