Package org.drinkless.tdlib
Class TdApi.MessageVideoChatEnded
java.lang.Object
org.drinkless.tdlib.TdApi.Object
org.drinkless.tdlib.TdApi.MessageContent
org.drinkless.tdlib.TdApi.MessageVideoChatEnded
- Enclosing class:
- TdApi
A message with information about an ended video chat.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final intIdentifier uniquely determining type of the object.intCall duration, in seconds. -
Constructor Summary
ConstructorsConstructorDescriptionA message with information about an ended video chat.MessageVideoChatEnded(int duration) A message with information about an ended video chat. -
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
-
duration
public int durationCall duration, in seconds. -
CONSTRUCTOR
public static final int CONSTRUCTORIdentifier uniquely determining type of the object.- See Also:
-
-
Constructor Details
-
MessageVideoChatEnded
public MessageVideoChatEnded()A message with information about an ended video chat. -
MessageVideoChatEnded
public MessageVideoChatEnded(int duration) A message with information about an ended video chat.- Parameters:
duration- Call duration, in seconds.
-
-
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
-