ToggleGroupCallParticipantIsHandRaised constructor
ToggleGroupCallParticipantIsHandRaised({
- required int groupCallId,
- MessageSender? participantId,
- required bool isHandRaised,
Implementation
ToggleGroupCallParticipantIsHandRaised({
required this.groupCallId,
this.participantId,
required this.isHandRaised,
});