MadelineProtoDocs/old_docs/API_docs_v91/constructors/channelAdminLogEventActionToggleSignatures.md
2019-03-08 13:49:23 +01:00

1004 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];

PWRTelegram json-encoded version:

{"_": "channelAdminLogEventActionToggleSignatures", "new_value": Bool}

Or, if you're into Lua:

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