GroupCallRecentSpeaker constructor
GroupCallRecentSpeaker({
- String? extra,
- int? client_id,
- MessageSender? participant_id,
- Bool? is_speaking,
Implementation
GroupCallRecentSpeaker({
super.extra,
super.client_id,
this.participant_id,
this.is_speaking,
});