MadelineProtoDocs/old_docs/API_docs_v102/constructors/channelAdminLogEventActionToggleSignatures.md
2019-06-24 15:45:02 +02:00

862 B

title description image
channelAdminLogEventActionToggleSignatures Toggle channel signatures https://docs.madelineproto.xyz/favicons/android-chrome-256x256.png

Constructor: channelAdminLogEventActionToggleSignatures

Back to constructors index

Toggle channel signatures

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}