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 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:
      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 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
      Throws:
      IOException
  • Method Details