Package org.drinkless.tdlib
Class TdApi.SearchInstalledStickerSets
- java.lang.Object
-
- org.drinkless.tdlib.TdApi.Object
-
- org.drinkless.tdlib.TdApi.Function
-
- org.drinkless.tdlib.TdApi.SearchInstalledStickerSets
-
- Enclosing class:
- TdApi
public static class TdApi.SearchInstalledStickerSets extends TdApi.Function
Searches for installed sticker sets by looking for specified query in their title and name.Returns
StickerSets
-
-
Field Summary
Fields Modifier and Type Field Description static intCONSTRUCTORIdentifier uniquely determining type of the object.booleanisMasksPass true to return mask sticker sets; pass false to return ordinary sticker sets.intlimitThe maximum number of sticker sets to return.StringqueryQuery to search for.
-
Constructor Summary
Constructors Constructor Description SearchInstalledStickerSets()Default constructor for a function, which searches for installed sticker sets by looking for specified query in their title and name.SearchInstalledStickerSets(boolean isMasks, 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
All Methods Instance Methods Concrete Methods Modifier and Type Method Description intgetConstructor()-
Methods inherited from class org.drinkless.tdlib.TdApi.Function
toString
-
-
-
-
Field Detail
-
isMasks
public boolean isMasks
Pass true to return mask sticker sets; pass false to return ordinary sticker sets.
-
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:
- Constant Field Values
-
-
Constructor Detail
-
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(boolean isMasks, 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:
isMasks- Pass true to return mask sticker sets; pass false to return ordinary sticker sets.query- Query to search for.limit- The maximum number of sticker sets to return.
-
-
Method Detail
-
getConstructor
public int getConstructor()
- Specified by:
getConstructorin classTdApi.Object- Returns:
- this.CONSTRUCTOR
-
-