public static class TdApi.MessageVideoChatEnded extends TdApi.MessageContent
| 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()
Returns an identifier uniquely determining type of the object.
|
toStringpublic int duration
public static final int CONSTRUCTOR
public MessageVideoChatEnded()
public MessageVideoChatEnded(int duration)
duration - Call duration, in seconds.public int getConstructor()
TdApi.ObjectgetConstructor in class TdApi.Object