java.lang.Object
it.tdlight.jni.TdApi.Object
it.tdlight.jni.TdApi.ChatEventAction
it.tdlight.jni.TdApi.ChatEventHasAggressiveAntiSpamEnabledToggled
- Enclosing class:
- TdApi
public static final class TdApi.ChatEventHasAggressiveAntiSpamEnabledToggled
extends TdApi.ChatEventAction
The hasAggressiveAntiSpamEnabled
setting of a supergroup was toggled.
-
Field Summary
Modifier and TypeFieldDescriptionstatic final int
boolean
New value of hasAggressiveAntiSpamEnabled. -
Constructor Summary
ConstructorDescriptionThe hasAggressiveAntiSpamEnabled setting of a supergroup was toggled.ChatEventHasAggressiveAntiSpamEnabledToggled
(boolean hasAggressiveAntiSpamEnabled) The hasAggressiveAntiSpamEnabled setting of a supergroup was toggled.The hasAggressiveAntiSpamEnabled setting of a supergroup was toggled. -
Method Summary
Methods inherited from class it.tdlight.jni.TdApi.Object
serialize, toString
-
Field Details
-
hasAggressiveAntiSpamEnabled
public boolean hasAggressiveAntiSpamEnabledNew value of hasAggressiveAntiSpamEnabled. -
CONSTRUCTOR
public static final int CONSTRUCTOR- 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
- boolean New value of hasAggressiveAntiSpamEnabled.
-
ChatEventHasAggressiveAntiSpamEnabledToggled
The hasAggressiveAntiSpamEnabled setting of a supergroup was toggled.- Throws:
IOException
-
-
Method Details
-
getConstructor
public int getConstructor()- Specified by:
getConstructor
in classTdApi.Object
-
serialize
- Specified by:
serialize
in classTdApi.Object
- Throws:
IOException
-
equals
-
hashCode
public int hashCode()
-