Package org.drinkless.tdlib
Class TdApi.SearchStickerSets
- Enclosing class:
- TdApi
Searches for sticker sets by looking for specified query in their title and name. Excludes installed sticker sets from the results.
Returns StickerSets
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final intIdentifier uniquely determining type of the object.Query to search for.Type of the sticker sets to return. -
Constructor Summary
ConstructorsConstructorDescriptionDefault constructor for a function, which searches for sticker sets by looking for specified query in their title and name.SearchStickerSets(TdApi.StickerType stickerType, String query) Creates a function, which searches for sticker sets by looking for specified query in their title and name. -
Method Summary
Modifier and TypeMethodDescriptionintReturns an identifier uniquely determining type of the object.Methods inherited from class org.drinkless.tdlib.TdApi.Function
toString
-
Field Details
-
stickerType
Type of the sticker sets to return. -
query
Query to search for. -
CONSTRUCTOR
public static final int CONSTRUCTORIdentifier 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
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.ObjectReturns an identifier uniquely determining type of the object.- Specified by:
getConstructorin classTdApi.Object- Returns:
- this.CONSTRUCTOR
-