Layer 220
ChannelAdminLogEventActionToggleSignatures
Channel signatures were enabled/disabled
constructor
channelAdminLogEventActionToggleSignatures#26ae0971 new_value:Bool = ChannelAdminLogEventAction;
Parameters
| Name | Type | Description |
|---|---|---|
| NewValue | Bool | New value |
Returns
ChannelAdminLogEventActionGogram Example
// Creating ChannelAdminLogEventActionToggleSignatures constructor obj := &tg.ChannelAdminLogEventActionToggleSignatures{ NewValue: true, }