SetGroupCallParticipantIsSpeaking constructor

SetGroupCallParticipantIsSpeaking({
  1. String? extra,
  2. int? client_id,
  3. int32? group_call_id,
  4. int32? audio_source,
  5. Bool? is_speaking,
})

Implementation

SetGroupCallParticipantIsSpeaking({
  super.extra,
  super.client_id,
  this.group_call_id,
  this.audio_source,
  this.is_speaking,
});