menu
tdlib package
documentation
td_api.dart
CreateVideoChat class
CreateVideoChat class
dark_mode
light_mode
CreateVideoChat
class
Inheritance
Object
TdFunction
CreateVideoChat
Constructors
CreateVideoChat
({
required
int
chatId
,
required
String
title
,
required
int
startDate
})
Creates a video chat (a group call bound to a chat). Available only for basic groups, supergroups and channels; requires can_manage_video_chats rights
const
Properties
chatId
→
int
chatId
Chat identifier, in which the video chat will be created
final
hashCode
→
int
The hash code for this object.
no setter
inherited
runtimeType
→
Type
A representation of the runtime type of the object.
no setter
inherited
startDate
→
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. The date must be at least 10 seconds and at most 8 days in the future
final
title
→
String
title
Group call title; if empty, chat title will be used
final
Methods
copyWith
(
{
int
?
chatId
,
String
?
title
,
int
?
startDate
})
→
CreateVideoChat
getConstructor
(
)
→
String
override
noSuchMethod
(
Invocation
invocation
)
→ dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson
(
[
dynamic
extra
])
→
Map
<
String
,
dynamic
>
override
toString
(
)
→
String
A string representation of this object.
inherited
Operators
operator ==
(
Object
other
)
→
bool
The equality operator.
inherited
Constants
CONSTRUCTOR
→ const
String
tdlib package
documentation
td_api
CreateVideoChat class
td_api library