public static class TdApi.CreateVideoChat extends TdApi.Function
Returns GroupCallId
TdApi.Function.Constructors
Modifier and Type | Field and Description |
---|---|
long |
chatId
Chat identifier, in which the video chat will be created.
|
static int |
CONSTRUCTOR
Identifier uniquely determining type of the object.
|
int |
startDate
Point in time (Unix timestamp) when the group call is supposed to be started by an administrator; 0 to start the video chat immediately.
|
java.lang.String |
title
Group call title; if empty, chat title will be used.
|
Constructor and Description |
---|
CreateVideoChat()
Default constructor for a function, which creates a video chat (a group call bound to a chat).
|
CreateVideoChat(long chatId,
java.lang.String title,
int startDate)
Creates a function, which creates a video chat (a group call bound to a chat).
|
Modifier and Type | Method and Description |
---|---|
int |
getConstructor() |
toString
public long chatId
public java.lang.String title
public int startDate
public static final int CONSTRUCTOR
public CreateVideoChat()
Returns GroupCallId
public CreateVideoChat(long chatId, java.lang.String title, int startDate)
Returns GroupCallId
chatId
- Chat identifier, in which the video chat will be created.title
- Group call title; if empty, chat title will be used.startDate
- Point in time (Unix timestamp) when the group call is supposed to be started by an administrator; 0 to start the video chat immediately. The date must be at least 10 seconds and at most 8 days in the future.public int getConstructor()
getConstructor
in class TdApi.Function