Layer 220
ChannelAdminLogEventActionToggleSignatureProfiles
Channel signature profiles were enabled/disabled.
constructor
channelAdminLogEventActionToggleSignatureProfiles#60a79c79 new_value:Bool = ChannelAdminLogEventAction;
Parameters
| Name | Type | Description |
|---|---|---|
| NewValue | Bool | New value |
Returns
ChannelAdminLogEventActionGogram Example
// Creating ChannelAdminLogEventActionToggleSignatureProfiles constructor obj := &tg.ChannelAdminLogEventActionToggleSignatureProfiles{ NewValue: true, }