Layer 220
constructor
channelAdminLogEventActionToggleAntiSpam#64f36dfc new_value:Bool = ChannelAdminLogEventAction;

Parameters

Name Type Description
NewValue Bool Whether antispam functionality was enabled or disabled.

Gogram Example

// Creating ChannelAdminLogEventActionToggleAntiSpam constructor
obj := &tg.ChannelAdminLogEventActionToggleAntiSpam{
    NewValue: true,
}