- 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
FieldsModifier and TypeFieldDescriptionstatic final intintGroup call identifier.booleanNew value of the muteNewParticipants setting. -
Constructor Summary
ConstructorsConstructorDescriptionToggles 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
toStringMethods 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:
getConstructorin classTdApi.Object
-
serialize
- Specified by:
serializein classTdApi.Object- Throws:
IOException
-
equals
-
hashCode
public int hashCode()
-