public static class TdApi.ToggleGroupCallParticipantIsHandRaised extends TdApi.Function
Returns Ok
TdApi.Function.Constructors
Modifier and Type | Field and Description |
---|---|
static int |
CONSTRUCTOR
Identifier uniquely determining type of the object.
|
int |
groupCallId
Group call identifier.
|
boolean |
isHandRaised
Pass true if the user's hand needs to be raised.
|
TdApi.MessageSender |
participantId
Participant identifier.
|
Constructor and Description |
---|
ToggleGroupCallParticipantIsHandRaised()
Default constructor for a function, which toggles whether a group call participant hand is rased.
|
ToggleGroupCallParticipantIsHandRaised(int groupCallId,
TdApi.MessageSender participantId,
boolean isHandRaised)
Creates a function, which toggles whether a group call participant hand is rased.
|
Modifier and Type | Method and Description |
---|---|
int |
getConstructor() |
toString
public int groupCallId
public TdApi.MessageSender participantId
public boolean isHandRaised
public static final int CONSTRUCTOR
public ToggleGroupCallParticipantIsHandRaised()
Returns Ok
public ToggleGroupCallParticipantIsHandRaised(int groupCallId, TdApi.MessageSender participantId, boolean isHandRaised)
Returns Ok
groupCallId
- Group call identifier.participantId
- Participant identifier.isHandRaised
- 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.public int getConstructor()
getConstructor
in class TdApi.Function