VideoChat constructor

VideoChat(
  1. {required int group_call_id,
  2. required bool has_participants,
  3. MessageSender? default_participant_id,
  4. int? extra,
  5. int? clientId}
)

Describes a video chat

Implementation

VideoChat