Class TdApi.ChatEventVoiceChatMuteNewParticipantsToggled

java.lang.Object
it.tdlight.jni.TdApi.Object
it.tdlight.jni.TdApi.ChatEventAction
it.tdlight.jni.TdApi.ChatEventVoiceChatMuteNewParticipantsToggled
Enclosing class:
TdApi

public static class TdApi.ChatEventVoiceChatMuteNewParticipantsToggled
extends TdApi.ChatEventAction
The muteNewParticipants setting of a voice chat was toggled.
  • Field Details

    • muteNewParticipants

      public boolean muteNewParticipants
      New value of the muteNewParticipants setting.
    • CONSTRUCTOR

      public static final int CONSTRUCTOR
      See Also:
      Constant Field Values
  • Constructor Details

    • ChatEventVoiceChatMuteNewParticipantsToggled

      public ChatEventVoiceChatMuteNewParticipantsToggled()
      The muteNewParticipants setting of a voice chat was toggled.
    • ChatEventVoiceChatMuteNewParticipantsToggled

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

      public ChatEventVoiceChatMuteNewParticipantsToggled​(DataInput input) throws IOException
      Throws:
      IOException
  • Method Details