UpdateGroupCallParticipant constructor
UpdateGroupCallParticipant({
- String? extra,
- int? client_id,
- int32? group_call_id,
- GroupCallParticipant? participant,
Implementation
UpdateGroupCallParticipant({
super.extra,
super.client_id,
this.group_call_id,
this.participant,
});