Package it.tdlight.jni
Class TdApi.ChatActionWatchingAnimations
java.lang.Object
it.tdlight.jni.TdApi.Object
it.tdlight.jni.TdApi.ChatAction
it.tdlight.jni.TdApi.ChatActionWatchingAnimations
- Enclosing class:
- TdApi
public static class TdApi.ChatActionWatchingAnimations extends TdApi.ChatAction
The user is watching animations sent
by the other party by clicking on an animated emoji.
-
Field Summary
Fields Modifier and Type Field Description static int
CONSTRUCTOR
String
emoji
The animated emoji. -
Constructor Summary
Constructors Constructor Description ChatActionWatchingAnimations()
The user is watching animations sent by the other party by clicking on an animated emoji.ChatActionWatchingAnimations(DataInput input)
ChatActionWatchingAnimations(String emoji)
The user is watching animations sent by the other party by clicking on an animated 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.Object
serialize, toString
-
Field Details
-
emoji
The animated emoji. -
CONSTRUCTOR
public static final int CONSTRUCTOR- See Also:
- Constant Field Values
-
-
Constructor Details
-
ChatActionWatchingAnimations
public ChatActionWatchingAnimations()The user is watching animations sent by the other party by clicking on an animated emoji. -
ChatActionWatchingAnimations
The user is watching animations sent by the other party by clicking on an animated emoji.- Parameters:
emoji
- String The animated emoji.
-
ChatActionWatchingAnimations
- 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()
-