MadelineProtoDocs/docs/API_docs/constructors/channelAdminLogEventActionToggleSignatures.md
Daniil Gentili f73c175203 Update docs
2018-12-26 01:56:50 +00: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}