- Enclosing class:
- TdApi
Toggles whether new participants of
a group call can be unmuted only by
administrators of the group call.
Requires groupCall.canToggleMuteNewParticipants
group call flag.
Returns
Ok
-
Field Summary
Modifier and TypeFieldDescriptionstatic final int
int
Group call identifier.boolean
New value of the muteNewParticipants setting. -
Constructor Summary
ConstructorDescriptionToggles 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.Toggles whether new participants of a group call can be unmuted only by administrators of the group call. -
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. -
muteNewParticipants
public boolean muteNewParticipantsNew value of the muteNewParticipants setting. -
CONSTRUCTOR
public static final int CONSTRUCTOR- See Also:
-
-
Constructor Details
-
ToggleGroupCallMuteNewParticipants
public ToggleGroupCallMuteNewParticipants()Toggles whether new participants of a group call can be unmuted only by administrators of the group call. Requires groupCall.canToggleMuteNewParticipants group call flag. ReturnsOk
-
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 groupCall.canToggleMuteNewParticipants group call flag. ReturnsOk
- Parameters:
groupCallId
- int Group call identifier.muteNewParticipants
- boolean New value of the muteNewParticipants setting.
-
ToggleGroupCallMuteNewParticipants
Toggles whether new participants of a group call can be unmuted only by administrators of the group call. Requires groupCall.canToggleMuteNewParticipants group call flag. 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()
-