java.lang.Object
it.tdlight.jni.TdApi.Object
it.tdlight.jni.TdApi.MessageContent
it.tdlight.jni.TdApi.MessageVideoChatEnded
- Enclosing class:
- TdApi
A message with information about an
ended video chat.
-
Field Summary
Modifier and TypeFieldDescriptionstatic final int
int
Call duration, in seconds. -
Constructor Summary
ConstructorDescriptionA message with information about an ended video chat.MessageVideoChatEnded
(int duration) A message with information about an ended video chat.MessageVideoChatEnded
(DataInput input) A message with information about an ended video chat. -
Method Summary
Methods inherited from class it.tdlight.jni.TdApi.Object
serialize, toString
-
Field Details
-
duration
public int durationCall duration, in seconds. -
CONSTRUCTOR
public static final int CONSTRUCTOR- 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
- int Call duration, in seconds.
-
MessageVideoChatEnded
A message with information about an ended video chat.- 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()
-