--- title: "channelAdminLogEventActionToggleSignatures" description: "Channel signatures were enabled/disabled" nav_exclude: true image: https://docs.madelineproto.xyz/favicons/android-chrome-256x256.png --- # Constructor: channelAdminLogEventActionToggleSignatures [Back to constructors index](/API_docs/constructors/index.html) Channel signatures were enabled/disabled ### Attributes: | Name | Type | Required | Description | |----------|---------------|----------|-------------| |new\_value|[Bool](/API_docs/types/Bool.html) | Yes|New value| ### Type: [ChannelAdminLogEventAction](/API_docs/types/ChannelAdminLogEventAction.html) ### Example: ``` $channelAdminLogEventActionToggleSignatures = ['_' => 'channelAdminLogEventActionToggleSignatures', 'new_value' => Bool]; ```