public static class TdApi.MessageVideoChatScheduled 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.
|
int |
startDate
Point in time (Unix timestamp) when the group call is expected to be started by an administrator.
|
| Constructor and Description |
|---|
MessageVideoChatScheduled()
A new video chat was scheduled.
|
MessageVideoChatScheduled(int groupCallId,
int startDate)
A new video chat was scheduled.
|
| Modifier and Type | Method and Description |
|---|---|
int |
getConstructor()
Returns an identifier uniquely determining type of the object.
|
toStringpublic int groupCallId
public int startDate
public static final int CONSTRUCTOR
public MessageVideoChatScheduled()
public MessageVideoChatScheduled(int groupCallId,
int startDate)
groupCallId - Identifier of the video chat. The video chat can be received through the method getGroupCall.startDate - Point in time (Unix timestamp) when the group call is expected to be started by an administrator.public int getConstructor()
TdApi.ObjectgetConstructor in class TdApi.Object