Module tdlight.api

Class TdApi.ToggleGroupCallMuteNewParticipants

java.lang.Object
it.tdlight.jni.TdApi.Object
it.tdlight.jni.TdApi.Function<TdApi.Ok>
it.tdlight.jni.TdApi.ToggleGroupCallMuteNewParticipants
Enclosing class:
TdApi

public static final class TdApi.ToggleGroupCallMuteNewParticipants extends TdApi.Function<TdApi.Ok>
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 Details

    • groupCallId

      public int groupCallId
      Group call identifier.
    • muteNewParticipants

      public boolean muteNewParticipants
      New 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. 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 groupCall.canToggleMuteNewParticipants group call flag. Returns Ok
      Parameters:
      groupCallId - int Group call identifier.
      muteNewParticipants - boolean New value of the muteNewParticipants setting.
    • ToggleGroupCallMuteNewParticipants

      public ToggleGroupCallMuteNewParticipants(DataInput input) throws IOException
      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
      Throws:
      IOException
  • Method Details