Class TdApi.ChatEventHasAggressiveAntiSpamEnabledToggled

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

public static class TdApi.ChatEventHasAggressiveAntiSpamEnabledToggled extends TdApi.ChatEventAction
The hasAggressiveAntiSpamEnabled setting of a supergroup was toggled.
  • Field Details

    • hasAggressiveAntiSpamEnabled

      public boolean hasAggressiveAntiSpamEnabled
      New value of hasAggressiveAntiSpamEnabled.
    • CONSTRUCTOR

      public static final int CONSTRUCTOR
      Identifier uniquely determining type of the object.
      See Also:
  • Constructor Details

    • ChatEventHasAggressiveAntiSpamEnabledToggled

      public ChatEventHasAggressiveAntiSpamEnabledToggled()
      The hasAggressiveAntiSpamEnabled setting of a supergroup was toggled.
    • ChatEventHasAggressiveAntiSpamEnabledToggled

      public ChatEventHasAggressiveAntiSpamEnabledToggled(boolean hasAggressiveAntiSpamEnabled)
      The hasAggressiveAntiSpamEnabled setting of a supergroup was toggled.
      Parameters:
      hasAggressiveAntiSpamEnabled - New value of hasAggressiveAntiSpamEnabled.
  • 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