Package it.tdlight.jni
Class TdApi.ToggleGroupCallParticipantIsMuted
java.lang.Object
it.tdlight.jni.TdApi.Object
it.tdlight.jni.TdApi.Function
it.tdlight.jni.TdApi.ToggleGroupCallParticipantIsMuted
- Enclosing class:
- TdApi
public static class TdApi.ToggleGroupCallParticipantIsMuted extends TdApi.Function
Toggles whether a group call participant
is muted, unmuted, or allowed to unmute themself.
Returns Ok
-
Field Summary
Fields Modifier and Type Field Description static int
CONSTRUCTOR
int
groupCallId
Group call identifier.boolean
isMuted
Pass true if the user must be muted and false otherwise.int
userId
User identifier. -
Constructor Summary
Constructors Constructor Description ToggleGroupCallParticipantIsMuted()
Toggles whether a group call participant is muted, unmuted, or allowed to unmute themself.ToggleGroupCallParticipantIsMuted(int groupCallId, int userId, boolean isMuted)
Toggles whether a group call participant is muted, unmuted, or allowed to unmute themself.ToggleGroupCallParticipantIsMuted(DataInput input)
-
Method Summary
Modifier and Type Method Description boolean
equals(Object o)
int
getConstructor()
int
hashCode()
void
serialize(DataOutputStream output)
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. -
userId
public int userIdUser identifier. -
isMuted
public boolean isMutedPass true if the user must be muted and false otherwise. -
CONSTRUCTOR
public static final int CONSTRUCTOR- See Also:
- Constant Field Values
-
-
Constructor Details
-
ToggleGroupCallParticipantIsMuted
public ToggleGroupCallParticipantIsMuted()Toggles whether a group call participant is muted, unmuted, or allowed to unmute themself.Returns
Ok
-
ToggleGroupCallParticipantIsMuted
public ToggleGroupCallParticipantIsMuted(int groupCallId, int userId, boolean isMuted)Toggles whether a group call participant is muted, unmuted, or allowed to unmute themself.Returns
Ok
- Parameters:
groupCallId
- int Group call identifier.userId
- int User identifier.isMuted
- boolean Pass true if the user must be muted and false otherwise.
-
ToggleGroupCallParticipantIsMuted
- 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()
-