SetVideoChatDefaultParticipant constructor

SetVideoChatDefaultParticipant({
  1. String? extra,
  2. int? client_id,
  3. int53? chat_id,
  4. MessageSender? default_participant_id,
})

Implementation

SetVideoChatDefaultParticipant({
  super.extra,
  super.client_id,
  this.chat_id,
  this.default_participant_id,
});