CreateVideoChat constructor

CreateVideoChat({
  1. String? extra,
  2. int? client_id,
  3. int53? chat_id,
  4. string? title,
  5. int32? start_date,
  6. Bool? is_rtmp_stream,
})

Implementation

CreateVideoChat({
  super.extra,
  super.client_id,
  this.chat_id,
  this.title,
  this.start_date,
  this.is_rtmp_stream,
});