MadelineProtoDocs/docs/API_docs/constructors/channelAdminLogEventActionT...

891 B

title description image
channelAdminLogEventActionToggleSignatures Channel signatures were enabled/disabled https://docs.madelineproto.xyz/favicons/android-chrome-256x256.png

Constructor: channelAdminLogEventActionToggleSignatures

Back to constructors index

Channel signatures were enabled/disabled

Attributes:

Name Type Required Description
new_value Bool Yes New value

Type: ChannelAdminLogEventAction

Example:

$channelAdminLogEventActionToggleSignatures = ['_' => 'channelAdminLogEventActionToggleSignatures', 'new_value' => Bool];

Or, if you're into Lua:

channelAdminLogEventActionToggleSignatures={_='channelAdminLogEventActionToggleSignatures', new_value=Bool}