public static class TdApi.ChatEventHasAggressiveAntiSpamEnabledToggled extends TdApi.ChatEventAction
| Modifier and Type | Field and Description |
|---|---|
static int |
CONSTRUCTOR
Identifier uniquely determining type of the object.
|
boolean |
hasAggressiveAntiSpamEnabled
New value of hasAggressiveAntiSpamEnabled.
|
| Constructor and Description |
|---|
ChatEventHasAggressiveAntiSpamEnabledToggled()
The hasAggressiveAntiSpamEnabled setting of a supergroup was toggled.
|
ChatEventHasAggressiveAntiSpamEnabledToggled(boolean hasAggressiveAntiSpamEnabled)
The hasAggressiveAntiSpamEnabled setting of a supergroup was toggled.
|
| Modifier and Type | Method and Description |
|---|---|
int |
getConstructor()
Returns an identifier uniquely determining type of the object.
|
toStringpublic boolean hasAggressiveAntiSpamEnabled
public static final int CONSTRUCTOR
public ChatEventHasAggressiveAntiSpamEnabledToggled()
public ChatEventHasAggressiveAntiSpamEnabledToggled(boolean hasAggressiveAntiSpamEnabled)
hasAggressiveAntiSpamEnabled - New value of hasAggressiveAntiSpamEnabled.public int getConstructor()
TdApi.ObjectgetConstructor in class TdApi.Object