MadelineProtoDocs/docs/API_docs/constructors/channelAdminLogEventActionToggleSignatures.md
2024-05-01 14:53:46 +02:00

804 B

title description nav_exclude image
channelAdminLogEventActionToggleSignatures Channel signatures were enabled/disabled true 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];