Layer 220
ChannelAdminLogEventActionToggleAntiSpam
Native antispam functionality was enabled or disabled.
constructor
channelAdminLogEventActionToggleAntiSpam#64f36dfc new_value:Bool = ChannelAdminLogEventAction;
Parameters
| Name | Type | Description |
|---|---|---|
| NewValue | Bool | Whether antispam functionality was enabled or disabled. |
Returns
ChannelAdminLogEventActionGogram Example
// Creating ChannelAdminLogEventActionToggleAntiSpam constructor obj := &tg.ChannelAdminLogEventActionToggleAntiSpam{ NewValue: true, }