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>.
| Name | Type | Description |
|---|---|---|
| group_call_id | number | Group call identifier. |
| participant_id | MessageSender | Participant identifier. |
| is_muted | bool | Pass true to mute the user; pass false to unmute them. |
More details on telegram's documentation.