Package org.drinkless.tdlib
Class TdApi.ToggleGroupCallMuteNewParticipants
- java.lang.Object
-
- org.drinkless.tdlib.TdApi.Object
-
- org.drinkless.tdlib.TdApi.Function
-
- org.drinkless.tdlib.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 groupCall.canToggleMuteNewParticipants group call flag.Returns
Ok
-
-
Field Summary
Fields Modifier and Type Field Description static intCONSTRUCTORIdentifier uniquely determining type of the object.intgroupCallIdGroup call identifier.booleanmuteNewParticipantsNew value of the muteNewParticipants setting.
-
Constructor Summary
Constructors Constructor Description ToggleGroupCallMuteNewParticipants()Default constructor for a function, which toggles whether new participants of a group call can be unmuted only by administrators of the group call.ToggleGroupCallMuteNewParticipants(int groupCallId, boolean muteNewParticipants)Creates a function, which toggles whether new participants of a group call can be unmuted only by administrators of the group call.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description intgetConstructor()-
Methods inherited from class org.drinkless.tdlib.TdApi.Function
toString
-
-
-
-
Field Detail
-
groupCallId
public int groupCallId
Group call identifier.
-
muteNewParticipants
public boolean muteNewParticipants
New value of the muteNewParticipants setting.
-
CONSTRUCTOR
public static final int CONSTRUCTOR
Identifier uniquely determining type of the object.- See Also:
- Constant Field Values
-
-
Constructor Detail
-
ToggleGroupCallMuteNewParticipants
public ToggleGroupCallMuteNewParticipants()
Default constructor for a function, which 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
-
ToggleGroupCallMuteNewParticipants
public ToggleGroupCallMuteNewParticipants(int groupCallId, boolean muteNewParticipants)Creates a function, which 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- Parameters:
groupCallId- Group call identifier.muteNewParticipants- New value of the muteNewParticipants setting.
-
-
Method Detail
-
getConstructor
public int getConstructor()
- Specified by:
getConstructorin classTdApi.Object- Returns:
- this.CONSTRUCTOR
-
-