Class TdApi.ChatEventVideoChatMuteNewParticipantsToggled

  • Enclosing class:
    TdApi

    public static class TdApi.ChatEventVideoChatMuteNewParticipantsToggled
    extends TdApi.ChatEventAction
    The muteNewParticipants setting of a video chat was toggled.
    • Field Detail

      • 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

      • ChatEventVideoChatMuteNewParticipantsToggled

        public ChatEventVideoChatMuteNewParticipantsToggled()
        The muteNewParticipants setting of a video chat was toggled.
      • ChatEventVideoChatMuteNewParticipantsToggled

        public ChatEventVideoChatMuteNewParticipantsToggled​(boolean muteNewParticipants)
        The muteNewParticipants setting of a video chat was toggled.
        Parameters:
        muteNewParticipants - New value of the muteNewParticipants setting.