Package org.drinkless.tdlib
Class TdApi.SearchInstalledStickerSets
java.lang.Object
org.drinkless.tdlib.TdApi.Object
org.drinkless.tdlib.TdApi.Function<TdApi.StickerSets>
org.drinkless.tdlib.TdApi.SearchInstalledStickerSets
- Enclosing class:
- TdApi
Searches for installed sticker sets by looking for specified query in their title and name.
Returns StickerSets
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final intIdentifier uniquely determining type of the object.intThe maximum number of sticker sets to return.Query to search for.Type of the sticker sets to search for. -
Constructor Summary
ConstructorsConstructorDescriptionDefault constructor for a function, which searches for installed sticker sets by looking for specified query in their title and name.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. -
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 search for. -
query
Query to search for. -
limit
public int limitThe maximum number of sticker sets to return. -
CONSTRUCTOR
public static final int CONSTRUCTORIdentifier 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
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.ObjectReturns an identifier uniquely determining type of the object.- Specified by:
getConstructorin classTdApi.Object- Returns:
- this.CONSTRUCTOR
-