ChannelAdminLogEventActionToggleSignatures

class pyrogram.raw.types.ChannelAdminLogEventActionToggleSignatures

Channel signatures were enabled/disabled

Constructor of ChannelAdminLogEventAction.

Details:
  • Layer: 223

  • ID: 26AE0971

Parameters:

new_value (bool) – New value

TL Schema

channelAdminLogEventActionToggleSignatures#26ae0971
new_value:Bool

= ChannelAdminLogEventAction

Parameter Tree

ChannelAdminLogEventActionToggleSignatures
└── new_valueBool

Example

ChannelAdminLogEventActionToggleSignatures(
    new_value=True,
)