Package it.ernytech.tdlib
Class TdApi.SearchStickers
- java.lang.Object
-
- it.ernytech.tdlib.TdApi.Object
-
- it.ernytech.tdlib.TdApi.Function
-
- it.ernytech.tdlib.TdApi.SearchStickers
-
- Enclosing class:
- TdApi
public static class TdApi.SearchStickers extends TdApi.Function
Searches for stickers from public sticker sets that correspond to a given emoji.Returns
Stickers
-
-
Field Summary
Fields Modifier and Type Field Description static int
CONSTRUCTOR
Identifier uniquely determining type of the object.java.lang.String
emoji
String representation of emoji; must be non-empty.int
limit
Maximum number of stickers to be returned.
-
Constructor Summary
Constructors Constructor Description SearchStickers()
Default constructor.SearchStickers(java.lang.String emoji, int limit)
Constructor for initialization of all fields.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description int
getConstructor()
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
-
Methods inherited from class it.ernytech.tdlib.TdApi.Function
toString
-
-
-
-
Field Detail
-
emoji
public java.lang.String emoji
String representation of emoji; must be non-empty.
-
limit
public int limit
Maximum number of stickers to be returned.
-
CONSTRUCTOR
public static final int CONSTRUCTOR
Identifier uniquely determining type of the object.- See Also:
- Constant Field Values
-
-
Constructor Detail
-
SearchStickers
public SearchStickers()
Default constructor.
-
SearchStickers
public SearchStickers(java.lang.String emoji, int limit)
Constructor for initialization of all fields.- Parameters:
emoji
- String representation of emoji; must be non-empty.limit
- Maximum number of stickers to be returned.
-
-
Method Detail
-
getConstructor
public int getConstructor()
- Specified by:
getConstructor
in classTdApi.Object
- Returns:
- this.CONSTRUCTOR
-
-