CreateVideoChat constructor

CreateVideoChat(
  1. {required int chat_id,
  2. String? title,
  3. required int start_date,
  4. required bool is_rtmp_stream,
  5. int? extra,
  6. int? clientId}
)

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

Returns GroupCallId

Implementation

CreateVideoChat