View Source ExTDLib.Method.ToggleGroupCallParticipantIsHandRaised (ExTDLib v0.0.4)
Toggles whether a group call participant hand is rased. Returns object_ptr<Ok>.
| Name | Type | Description |
|---|---|---|
| group_call_id | number | Group call identifier. |
| participant_id | MessageSender | Participant identifier. |
| is_hand_raised | bool | Pass true if the user's hand needs to be raised. Only self hand can be raised. Requires groupCall.can_be_managed group call flag to lower other's hand. |
More details on telegram's documentation.