toggle_group_call_participant_is_muted


Description:

public async Ok toggle_group_call_participant_is_muted (int32 group_call_id, MessageSender participant_id, bool is_muted) throws TDLibError

Toggles whether a participant of an active group call is muted, unmuted, or allowed to unmute themselves

Parameters:

group_call_id

Group call identifier

participant_id

Participant identifier

is_muted

Pass true to mute the user; pass false to unmute them