Package it.tdlight.jni
Class TdApi.GetStickers
java.lang.Object
it.tdlight.jni.TdApi.Object
it.tdlight.jni.TdApi.Function
it.tdlight.jni.TdApi.GetStickers
- Enclosing class:
- TdApi
public static class TdApi.GetStickers extends TdApi.Function
Returns stickers from the installed
sticker sets that correspond to a
given emoji. If the emoji is not empty,
favorite and recently used stickers
may also be returned.
Returns Stickers
-
Field Summary
Fields Modifier and Type Field Description static int
CONSTRUCTOR
String
emoji
String representation of emoji.int
limit
The maximum number of stickers to be returned. -
Constructor Summary
Constructors Constructor Description GetStickers()
Returns stickers from the installed sticker sets that correspond to a given emoji.GetStickers(DataInput input)
GetStickers(String emoji, int limit)
Returns stickers from the installed sticker sets that correspond to a given emoji. -
Method Summary
Modifier and Type Method Description boolean
equals(Object o)
int
getConstructor()
int
hashCode()
void
serialize(DataOutput output)
Methods inherited from class it.tdlight.jni.TdApi.Function
toString
Methods inherited from class it.tdlight.jni.TdApi.Object
serialize
-
Field Details
-
emoji
String representation of emoji. If empty, returns all known installed stickers. -
limit
public int limitThe maximum number of stickers to be returned. -
CONSTRUCTOR
public static final int CONSTRUCTOR- See Also:
- Constant Field Values
-
-
Constructor Details
-
GetStickers
public GetStickers()Returns stickers from the installed sticker sets that correspond to a given emoji. If the emoji is not empty, favorite and recently used stickers may also be returned.Returns
Stickers
-
GetStickers
Returns stickers from the installed sticker sets that correspond to a given emoji. If the emoji is not empty, favorite and recently used stickers may also be returned.Returns
Stickers
- Parameters:
emoji
- String String representation of emoji. If empty, returns all known installed stickers.limit
- int The maximum number of stickers to be returned.
-
GetStickers
- Throws:
IOException
-
-
Method Details
-
getConstructor
public int getConstructor()- Specified by:
getConstructor
in classTdApi.Object
-
serialize
- Specified by:
serialize
in classTdApi.Object
- Throws:
IOException
-
equals
-
hashCode
public int hashCode()
-