Layer 220
ChannelAdminLogEventActionToggleAutotranslation
Channel autotranslation was toggled.
constructor
channelAdminLogEventActionToggleAutotranslation#c517f77e new_value:Bool = ChannelAdminLogEventAction;
Parameters
| Name | Type | Description |
|---|---|---|
| NewValue | Bool | New value of the toggle |
Returns
ChannelAdminLogEventActionGogram Example
// Creating ChannelAdminLogEventActionToggleAutotranslation constructor obj := &tg.ChannelAdminLogEventActionToggleAutotranslation{ NewValue: true, }