public static class TdApi.ChatActionWatchingAnimations extends TdApi.ChatAction
TdApi.ChatAction.Constructors
Modifier and Type | Field and Description |
---|---|
static int |
CONSTRUCTOR
Identifier uniquely determining type of the object.
|
java.lang.String |
emoji
The animated emoji.
|
Constructor and Description |
---|
ChatActionWatchingAnimations()
The user is watching animations sent by the other party by clicking on an animated emoji.
|
ChatActionWatchingAnimations(java.lang.String emoji)
The user is watching animations sent by the other party by clicking on an animated emoji.
|
Modifier and Type | Method and Description |
---|---|
int |
getConstructor() |
toString
public java.lang.String emoji
public static final int CONSTRUCTOR
public ChatActionWatchingAnimations()
public ChatActionWatchingAnimations(java.lang.String emoji)
emoji
- The animated emoji.public int getConstructor()
getConstructor
in class TdApi.ChatAction