Class TdApi.ChatEventVideoChatMuteNewParticipantsToggled

java.lang.Object
dev.voroby.springframework.telegram.client.TdApi.Object
dev.voroby.springframework.telegram.client.TdApi.ChatEventAction
dev.voroby.springframework.telegram.client.TdApi.ChatEventVideoChatMuteNewParticipantsToggled
Enclosing class:
TdApi

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

    • 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:
  • Constructor Details

    • 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.
  • Method Details

    • getConstructor

      public int getConstructor()
      Description copied from class: TdApi.Object
      Returns an identifier uniquely determining type of the object.
      Specified by:
      getConstructor in class TdApi.Object
      Returns:
      this.CONSTRUCTOR