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
The user is watching animations sent by the other party by clicking on an animated emoji.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final intIdentifier uniquely determining type of the object.The animated emoji. -
Constructor Summary
ConstructorsConstructorDescriptionThe user is watching animations sent by the other party by clicking on an animated emoji.The user is watching animations sent by the other party by clicking on an animated emoji. -
Method Summary
Modifier and TypeMethodDescriptionintReturns an identifier uniquely determining type of the object.Methods inherited from class org.drinkless.tdlib.TdApi.Object
toString
-
Field Details
-
emoji
The animated emoji. -
CONSTRUCTOR
public static final int CONSTRUCTORIdentifier uniquely determining type of the object.- See Also:
-
-
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- The animated emoji.
-
-
Method Details
-
getConstructor
public int getConstructor()Description copied from class:TdApi.ObjectReturns an identifier uniquely determining type of the object.- Specified by:
getConstructorin classTdApi.Object- Returns:
- this.CONSTRUCTOR
-