Package it.tdlight.jni
Class TdApi.UpdateAnimatedEmojiMessageClicked
java.lang.Object
it.tdlight.jni.TdApi.Object
it.tdlight.jni.TdApi.Update
it.tdlight.jni.TdApi.UpdateAnimatedEmojiMessageClicked
- Enclosing class:
- TdApi
public static class TdApi.UpdateAnimatedEmojiMessageClicked extends TdApi.Update
Some animated emoji message was clicked
and a big animated sticker must be
played if the message is visible on
the screen. chatActionWatchingAnimations
with the text of the message needs to
be sent if the sticker is played.
-
Field Summary
Fields Modifier and Type Field Description long
chatId
Chat identifier.static int
CONSTRUCTOR
long
messageId
Message identifier.TdApi.Sticker
sticker
The animated sticker to be played. -
Constructor Summary
Constructors Constructor Description UpdateAnimatedEmojiMessageClicked()
Some animated emoji message was clicked and a big animated sticker must be played if the message is visible on the screen.UpdateAnimatedEmojiMessageClicked(long chatId, long messageId, TdApi.Sticker sticker)
Some animated emoji message was clicked and a big animated sticker must be played if the message is visible on the screen.UpdateAnimatedEmojiMessageClicked(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.Object
serialize, toString
-
Field Details
-
chatId
public long chatIdChat identifier. -
messageId
public long messageIdMessage identifier. -
sticker
The animated sticker to be played. -
CONSTRUCTOR
public static final int CONSTRUCTOR- See Also:
- Constant Field Values
-
-
Constructor Details
-
UpdateAnimatedEmojiMessageClicked
public UpdateAnimatedEmojiMessageClicked()Some animated emoji message was clicked and a big animated sticker must be played if the message is visible on the screen. chatActionWatchingAnimations with the text of the message needs to be sent if the sticker is played. -
UpdateAnimatedEmojiMessageClicked
Some animated emoji message was clicked and a big animated sticker must be played if the message is visible on the screen. chatActionWatchingAnimations with the text of the message needs to be sent if the sticker is played.- Parameters:
chatId
- long Chat identifier.messageId
- long Message identifier.sticker
- Sticker The animated sticker to be played.
-
UpdateAnimatedEmojiMessageClicked
- 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()
-