java.lang.Object
it.tdlight.jni.TdApi.Object
it.tdlight.jni.TdApi.Function<TdApi.Ok>
it.tdlight.jni.TdApi.ToggleSupergroupHasAggressiveAntiSpamEnabled
- Enclosing class:
- TdApi
public static final class TdApi.ToggleSupergroupHasAggressiveAntiSpamEnabled
extends TdApi.Function<TdApi.Ok>
Toggles whether aggressive anti-spam
checks are enabled in the supergroup.
Can be called only if
supergroupFullInfo.canToggleAggressiveAntiSpam == true.
Returns
Ok
-
Field Summary
Modifier and TypeFieldDescriptionstatic final int
boolean
The new value of hasAggressiveAntiSpamEnabled.long
The identifier of the supergroup, which isn't a broadcast group. -
Constructor Summary
ConstructorDescriptionToggles whether aggressive anti-spam checks are enabled in the supergroup.ToggleSupergroupHasAggressiveAntiSpamEnabled
(long supergroupId, boolean hasAggressiveAntiSpamEnabled) Toggles whether aggressive anti-spam checks are enabled in the supergroup.Toggles whether aggressive anti-spam checks are enabled in the supergroup. -
Method Summary
Methods inherited from class it.tdlight.jni.TdApi.Function
toString
Methods inherited from class it.tdlight.jni.TdApi.Object
serialize
-
Field Details
-
supergroupId
public long supergroupIdThe identifier of the supergroup, which isn't a broadcast group. -
hasAggressiveAntiSpamEnabled
public boolean hasAggressiveAntiSpamEnabledThe new value of hasAggressiveAntiSpamEnabled. -
CONSTRUCTOR
public static final int CONSTRUCTOR- See Also:
-
-
Constructor Details
-
ToggleSupergroupHasAggressiveAntiSpamEnabled
public ToggleSupergroupHasAggressiveAntiSpamEnabled()Toggles whether aggressive anti-spam checks are enabled in the supergroup. Can be called only if supergroupFullInfo.canToggleAggressiveAntiSpam == true. ReturnsOk
-
ToggleSupergroupHasAggressiveAntiSpamEnabled
public ToggleSupergroupHasAggressiveAntiSpamEnabled(long supergroupId, boolean hasAggressiveAntiSpamEnabled) Toggles whether aggressive anti-spam checks are enabled in the supergroup. Can be called only if supergroupFullInfo.canToggleAggressiveAntiSpam == true. ReturnsOk
- Parameters:
supergroupId
- long The identifier of the supergroup, which isn't a broadcast group.hasAggressiveAntiSpamEnabled
- boolean The new value of hasAggressiveAntiSpamEnabled.
-
ToggleSupergroupHasAggressiveAntiSpamEnabled
Toggles whether aggressive anti-spam checks are enabled in the supergroup. Can be called only if supergroupFullInfo.canToggleAggressiveAntiSpam == true. ReturnsOk
- 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()
-