Skip to content

toggleGroupCallParticipantIsHandRaised

Function · TDLib 1.8.67 · d1085f9c

Toggles whether a group call participant hand is rased; for video chats only

toggleGroupCallParticipantIsHandRaised(
  group_call_id: int32,
  participant_id: MessageSender,
  is_hand_raised: Bool
) → Ok

group_call_id

int32

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 right to lower other's hand