- Enclosing class:
- TdApi
public static final class TdApi.ToggleGroupCallParticipantIsHandRaised
extends TdApi.Function<TdApi.Ok>
Toggles whether a group call participant
hand is rased.
Returns
Ok
-
Field Summary
Modifier and TypeFieldDescriptionstatic final int
int
Group call identifier.boolean
Pass true if the user's hand needs to be raised.Participant identifier. -
Constructor Summary
ConstructorDescriptionToggles whether a group call participant hand is rased.ToggleGroupCallParticipantIsHandRaised
(int groupCallId, TdApi.MessageSender participantId, boolean isHandRaised) Toggles whether a group call participant hand is rased.Toggles whether a group call participant hand is rased. -
Method Summary
Methods inherited from class it.tdlight.jni.TdApi.Function
toString
Methods inherited from class it.tdlight.jni.TdApi.Object
serialize
-
Field Details
-
groupCallId
public int groupCallIdGroup call identifier. -
participantId
Participant identifier. -
isHandRaised
public boolean isHandRaisedPass true if the user's hand needs to be raised. Only self hand can be raised. Requires groupCall.canBeManaged group call flag to lower other's hand. -
CONSTRUCTOR
public static final int CONSTRUCTOR- See Also:
-
-
Constructor Details
-
ToggleGroupCallParticipantIsHandRaised
public ToggleGroupCallParticipantIsHandRaised()Toggles whether a group call participant hand is rased. ReturnsOk
-
ToggleGroupCallParticipantIsHandRaised
public ToggleGroupCallParticipantIsHandRaised(int groupCallId, TdApi.MessageSender participantId, boolean isHandRaised) Toggles whether a group call participant hand is rased. ReturnsOk
- Parameters:
groupCallId
- int Group call identifier.participantId
- MessageSender Participant identifier.isHandRaised
- boolean Pass true if the user's hand needs to be raised. Only self hand can be raised. Requires groupCall.canBeManaged group call flag to lower other's hand.
-
ToggleGroupCallParticipantIsHandRaised
Toggles whether a group call participant hand is rased. ReturnsOk
- Throws:
IOException
-
-
Method Details
-
getConstructor
public int getConstructor()- Specified by:
getConstructor
in classTdApi.Object
-
serialize
- Specified by:
serialize
in classTdApi.Object
- Throws:
IOException
-
equals
-
hashCode
public int hashCode()
-