SetVideoChatDefaultParticipant constructor
SetVideoChatDefaultParticipant({
- String? extra,
- int? client_id,
- int53? chat_id,
- MessageSender? default_participant_id,
Implementation
SetVideoChatDefaultParticipant({
super.extra,
super.client_id,
this.chat_id,
this.default_participant_id,
});