ChannelAdminLogEventActionToggleAutotranslation
- class pyrogram.raw.types.ChannelAdminLogEventActionToggleAutotranslation
Channel autotranslation was toggled ».
Constructor of
ChannelAdminLogEventAction.- Details:
Layer:
223ID:
C517F77E
- Parameters:
new_value (
bool) – New value of the toggle
TL Schema
channelAdminLogEventActionToggleAutotranslation#c517f77e
new_value:Bool
= ChannelAdminLogEventAction
Parameter Tree
ChannelAdminLogEventActionToggleAutotranslation
└── new_value →
BoolExample
ChannelAdminLogEventActionToggleAutotranslation(
new_value=True,
)