ChannelAdminLogEventActionToggleSignatures
- class pyrogram.raw.types.ChannelAdminLogEventActionToggleSignatures
Channel signatures were enabled/disabled
Constructor of
ChannelAdminLogEventAction.- Details:
Layer:
223ID:
26AE0971
- Parameters:
new_value (
bool) – New value
TL Schema
channelAdminLogEventActionToggleSignatures#26ae0971
new_value:Bool
= ChannelAdminLogEventAction
Parameter Tree
ChannelAdminLogEventActionToggleSignatures
└── new_value →
BoolExample
ChannelAdminLogEventActionToggleSignatures(
new_value=True,
)