public static class TdApi.MessageVideoChatScheduled 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.
|
int |
startDate
Point in time (Unix timestamp) when the group call is supposed 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() |
toString
public 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 supposed to be started by an administrator.public int getConstructor()
getConstructor
in class TdApi.MessageContent