ToggleGroupCallParticipantIsHandRaised constructor

ToggleGroupCallParticipantIsHandRaised({
  1. required int groupCallId,
  2. MessageSender? participantId,
  3. required bool isHandRaised,
})

Implementation

ToggleGroupCallParticipantIsHandRaised({
  required this.groupCallId,
  this.participantId,
  required this.isHandRaised,
});