ToggleGroupCallParticipantIsHandRaised constructor

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

Toggles whether a group call participant hand is rased

Implementation

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