mirror of
https://github.com/danog/MadelineProtoDocs.git
synced 2024-12-02 09:38:28 +01:00
912 B
912 B
title | description | nav_exclude | image |
---|---|---|---|
channelAdminLogEventActionToggleAntiSpam | Native antispam functionality was enabled or disabled. | true | https://docs.madelineproto.xyz/favicons/android-chrome-256x256.png |
Constructor: channelAdminLogEventActionToggleAntiSpam
Native antispam functionality was enabled or disabled.
Attributes:
Name | Type | Required | Description |
---|---|---|---|
new_value | Bool | Yes | Whether antispam functionality was enabled or disabled. |
Type: ChannelAdminLogEventAction
Example:
$channelAdminLogEventActionToggleAntiSpam = ['_' => 'channelAdminLogEventActionToggleAntiSpam', 'new_value' => Bool];