ChannelAdminLogEventActionToggleAutotranslation

class pyrogram.raw.types.ChannelAdminLogEventActionToggleAutotranslation

Channel autotranslation was toggled ».

Constructor of ChannelAdminLogEventAction.

Details:
  • Layer: 223

  • ID: C517F77E

Parameters:

new_value (bool) – New value of the toggle

TL Schema

channelAdminLogEventActionToggleAutotranslation#c517f77e
new_value:Bool

= ChannelAdminLogEventAction

Parameter Tree

ChannelAdminLogEventActionToggleAutotranslation
└── new_valueBool

Example

ChannelAdminLogEventActionToggleAutotranslation(
    new_value=True,
)