public static class TdApi.MessageVideoChatEnded extends TdApi.MessageContent
TdApi.MessageContent.Constructors
Modifier and Type | Field and Description |
---|---|
static int |
CONSTRUCTOR
Identifier uniquely determining type of the object.
|
int |
duration
Call duration, in seconds.
|
Constructor and Description |
---|
MessageVideoChatEnded()
A message with information about an ended video chat.
|
MessageVideoChatEnded(int duration)
A message with information about an ended video chat.
|
Modifier and Type | Method and Description |
---|---|
int |
getConstructor() |
toString
public int duration
public static final int CONSTRUCTOR
public MessageVideoChatEnded()
public MessageVideoChatEnded(int duration)
duration
- Call duration, in seconds.public int getConstructor()
getConstructor
in class TdApi.MessageContent