Package it.tdlight.jni
Class TdApi.GetStickerEmojis
java.lang.Object
it.tdlight.jni.TdApi.Object
it.tdlight.jni.TdApi.Function
it.tdlight.jni.TdApi.GetStickerEmojis
- Enclosing class:
- TdApi
public static class TdApi.GetStickerEmojis extends TdApi.Function
Returns emoji corresponding to a
sticker. The list is only for
informational purposes, because a
sticker is always sent with a fixed
emoji from the corresponding Sticker object.
Returns Emojis
-
Field Summary
Fields Modifier and Type Field Description static int
CONSTRUCTOR
TdApi.InputFile
sticker
Sticker file identifier. -
Constructor Summary
Constructors Constructor Description GetStickerEmojis()
Returns emoji corresponding to a sticker.GetStickerEmojis(TdApi.InputFile sticker)
Returns emoji corresponding to a sticker.GetStickerEmojis(DataInput input)
-
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
-
sticker
Sticker file identifier. -
CONSTRUCTOR
public static final int CONSTRUCTOR- See Also:
- Constant Field Values
-
-
Constructor Details
-
GetStickerEmojis
public GetStickerEmojis()Returns emoji corresponding to a sticker. The list is only for informational purposes, because a sticker is always sent with a fixed emoji from the corresponding Sticker object.Returns
Emojis
-
GetStickerEmojis
Returns emoji corresponding to a sticker. The list is only for informational purposes, because a sticker is always sent with a fixed emoji from the corresponding Sticker object.Returns
Emojis
- Parameters:
sticker
- InputFile Sticker file identifier.
-
GetStickerEmojis
- 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()
-