GroupCallRecentSpeaker constructor

GroupCallRecentSpeaker({
  1. String? extra,
  2. int? client_id,
  3. MessageSender? participant_id,
  4. Bool? is_speaking,
})

Implementation

GroupCallRecentSpeaker({
  super.extra,
  super.client_id,
  this.participant_id,
  this.is_speaking,
});