Layer 220
constructor
channelAdminLogEventActionToggleNoForwards#cb2ac766 new_value:Bool = ChannelAdminLogEventAction;

Parameters

Name Type Description
NewValue Bool Old value

Gogram Example

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