Class 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 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.