Package it.tdlight.jni
Class TdApi.ToggleGroupCallMuteNewParticipants
java.lang.Object
it.tdlight.jni.TdApi.Object
it.tdlight.jni.TdApi.Function
it.tdlight.jni.TdApi.ToggleGroupCallMuteNewParticipants
- Enclosing class:
- TdApi
public static class TdApi.ToggleGroupCallMuteNewParticipants extends TdApi.Function
Toggles whether new participants of
a group call can be unmuted only by
administrators of the group call.
Requires canManageVoiceChats rights
in the corresponding chat and
allowedChangeMuteMewParticipants group call flag.
Returns Ok
-
Field Summary
Fields Modifier and Type Field Description static int
CONSTRUCTOR
int
groupCallId
Group call identifier.boolean
muteNewParticipants
New value of the muteNewParticipants setting. -
Constructor Summary
Constructors Constructor Description ToggleGroupCallMuteNewParticipants()
Toggles whether new participants of a group call can be unmuted only by administrators of the group call.ToggleGroupCallMuteNewParticipants(int groupCallId, boolean muteNewParticipants)
Toggles whether new participants of a group call can be unmuted only by administrators of the group call.ToggleGroupCallMuteNewParticipants(DataInput input)
-
Method Summary
Modifier and Type Method Description boolean
equals(Object o)
int
getConstructor()
int
hashCode()
void
serialize(DataOutput 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. -
muteNewParticipants
public boolean muteNewParticipantsNew value of the muteNewParticipants setting. -
CONSTRUCTOR
public static final int CONSTRUCTOR- See Also:
- Constant Field Values
-
-
Constructor Details
-
ToggleGroupCallMuteNewParticipants
public ToggleGroupCallMuteNewParticipants()Toggles whether new participants of a group call can be unmuted only by administrators of the group call. Requires canManageVoiceChats rights in the corresponding chat and allowedChangeMuteMewParticipants group call flag.Returns
Ok
-
ToggleGroupCallMuteNewParticipants
public ToggleGroupCallMuteNewParticipants(int groupCallId, boolean muteNewParticipants)Toggles whether new participants of a group call can be unmuted only by administrators of the group call. Requires canManageVoiceChats rights in the corresponding chat and allowedChangeMuteMewParticipants group call flag.Returns
Ok
- Parameters:
groupCallId
- int Group call identifier.muteNewParticipants
- boolean New value of the muteNewParticipants setting.
-
ToggleGroupCallMuteNewParticipants
- 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()
-