PhoneEditGroupCallParticipant constructor
const
PhoneEditGroupCallParticipant({
- required InputGroupCallBase call,
- required InputPeerBase participant,
- bool? muted,
- int? volume,
- bool? raiseHand,
- bool? videoStopped,
- bool? videoPaused,
- bool? presentationPaused,
Phone Edit Group Call Participant constructor.
Implementation
const PhoneEditGroupCallParticipant({
required this.call,
required this.participant,
this.muted,
this.volume,
this.raiseHand,
this.videoStopped,
this.videoPaused,
this.presentationPaused,
}) : super._();