Package org.drinkless.tdlib
Class TdApi.SearchStickerSets
- java.lang.Object
-
- org.drinkless.tdlib.TdApi.Object
-
- org.drinkless.tdlib.TdApi.Function
-
- org.drinkless.tdlib.TdApi.SearchStickerSets
-
- Enclosing class:
- TdApi
public static class TdApi.SearchStickerSets extends TdApi.Function
Searches for ordinary sticker sets by looking for specified query in their title and name. Excludes installed sticker sets from the results.Returns
StickerSets
-
-
Field Summary
Fields Modifier and Type Field Description static intCONSTRUCTORIdentifier uniquely determining type of the object.StringqueryQuery to search for.
-
Constructor Summary
Constructors Constructor Description SearchStickerSets()Default constructor for a function, which searches for ordinary sticker sets by looking for specified query in their title and name.SearchStickerSets(String query)Creates a function, which searches for ordinary sticker sets by looking for specified query in their title and name.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description intgetConstructor()-
Methods inherited from class org.drinkless.tdlib.TdApi.Function
toString
-
-
-
-
Field Detail
-
query
public String query
Query to search for.
-
CONSTRUCTOR
public static final int CONSTRUCTOR
Identifier uniquely determining type of the object.- See Also:
- Constant Field Values
-
-
Constructor Detail
-
SearchStickerSets
public SearchStickerSets()
Default constructor for a function, which searches for ordinary sticker sets by looking for specified query in their title and name. Excludes installed sticker sets from the results.Returns
StickerSets
-
SearchStickerSets
public SearchStickerSets(String query)
Creates a function, which searches for ordinary sticker sets by looking for specified query in their title and name. Excludes installed sticker sets from the results.Returns
StickerSets- Parameters:
query- Query to search for.
-
-
Method Detail
-
getConstructor
public int getConstructor()
- Specified by:
getConstructorin classTdApi.Object- Returns:
- this.CONSTRUCTOR
-
-