Layer 220
constructor
channelAdminLogEventActionToggleForum#2cc6383 new_value:Bool = ChannelAdminLogEventAction;

Parameters

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

Gogram Example

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