Layer 220
ChannelAdminLogEventActionToggleForum
Forum functionality was enabled or disabled.
constructor
channelAdminLogEventActionToggleForum#2cc6383 new_value:Bool = ChannelAdminLogEventAction;
Parameters
| Name | Type | Description |
|---|---|---|
| NewValue | Bool | Whether forum functionality was enabled or disabled. |
Returns
ChannelAdminLogEventActionGogram Example
// Creating ChannelAdminLogEventActionToggleForum constructor obj := &tg.ChannelAdminLogEventActionToggleForum{ NewValue: true, }