public static class TdApi.MessageVideoChatStarted extends TdApi.MessageContent
TdApi.MessageContent.Constructors
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() |
toString
public 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()
getConstructor
in class TdApi.MessageContent