toggleGroupCallParticipantIsMuted¶
Toggles whether a participant of an active group call is muted, unmuted, or allowed to unmute themselves; not supported for live stories
toggleGroupCallParticipantIsMuted(
group_call_id: int32,
participant_id: MessageSender,
is_muted: Bool
) → Ok