SetGroupCallParticipantVolumeLevel constructor
SetGroupCallParticipantVolumeLevel({
- String? extra,
- int? client_id,
- int32? group_call_id,
- MessageSender? participant_id,
- int32? volume_level,
Implementation
SetGroupCallParticipantVolumeLevel({
super.extra,
super.client_id,
this.group_call_id,
this.participant_id,
this.volume_level,
});