public static class TdApi.MessageVideoChatStarted extends TdApi.MessageContent
| Modifier and Type | Field and Description |
|---|---|
static int |
CONSTRUCTOR
Identifier uniquely determining type of the object.
|
int |
groupCallId
Identifier of the video chat.
|
| Constructor and Description |
|---|
MessageVideoChatStarted()
A newly created video chat.
|
MessageVideoChatStarted(int groupCallId)
A newly created video chat.
|
| Modifier and Type | Method and Description |
|---|---|
int |
getConstructor()
Returns an identifier uniquely determining type of the object.
|
toStringpublic int groupCallId
public static final int CONSTRUCTOR
public MessageVideoChatStarted()
public MessageVideoChatStarted(int groupCallId)
groupCallId - Identifier of the video chat. The video chat can be received through the method getGroupCall.public int getConstructor()
TdApi.ObjectgetConstructor in class TdApi.Object