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
FieldsModifier and TypeFieldDescriptionstatic final intbooleanThe new value of hasAggressiveAntiSpamEnabled.longThe identifier of the supergroup, which isn't a broadcast group. -
Constructor Summary
ConstructorsConstructorDescriptionToggles 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
toStringMethods 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:
getConstructorin classTdApi.Object
-
serialize
- Specified by:
serializein classTdApi.Object- Throws:
IOException
-
equals
-
hashCode
public int hashCode()
-