Package org.drinkless.tdlib
Class TdApi.ChatActionWatchingAnimations
- java.lang.Object
-
- org.drinkless.tdlib.TdApi.Object
-
- org.drinkless.tdlib.TdApi.ChatAction
-
- org.drinkless.tdlib.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 intCONSTRUCTORIdentifier uniquely determining type of the object.StringemojiThe 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(String emoji)The user is watching animations sent by the other party by clicking on an animated emoji.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description intgetConstructor()-
Methods inherited from class org.drinkless.tdlib.TdApi.Object
toString
-
-
-
-
Field Detail
-
emoji
public String emoji
The animated emoji.
-
CONSTRUCTOR
public static final int CONSTRUCTOR
Identifier uniquely determining type of the object.- See Also:
- Constant Field Values
-
-
Constructor Detail
-
ChatActionWatchingAnimations
public ChatActionWatchingAnimations()
The user is watching animations sent by the other party by clicking on an animated emoji.
-
ChatActionWatchingAnimations
public ChatActionWatchingAnimations(String emoji)
The user is watching animations sent by the other party by clicking on an animated emoji.- Parameters:
emoji- The animated emoji.
-
-
Method Detail
-
getConstructor
public int getConstructor()
- Specified by:
getConstructorin classTdApi.Object- Returns:
- this.CONSTRUCTOR
-
-