View Source ExTDLib.Method.ToggleGroupCallParticipantIsMuted (ExTDLib v0.0.4)

Toggles whether a participant of an active group call is muted, unmuted, or allowed to unmute themselves. Returns object_ptr<Ok>.

NameTypeDescription
group_call_idnumberGroup call identifier.
participant_idMessageSenderParticipant identifier.
is_mutedboolPass true to mute the user; pass false to unmute them.

More details on telegram's documentation.