Layer 220
constructor
channelAdminLogEventActionToggleAutotranslation#c517f77e new_value:Bool = ChannelAdminLogEventAction;

Parameters

Name Type Description
NewValue Bool New value of the toggle

Gogram Example

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