Layer 220
constructor
channelAdminLogEventActionToggleSignatureProfiles#60a79c79 new_value:Bool = ChannelAdminLogEventAction;

Parameters

Name Type Description
NewValue Bool New value

Gogram Example

// Creating ChannelAdminLogEventActionToggleSignatureProfiles constructor
obj := &tg.ChannelAdminLogEventActionToggleSignatureProfiles{
    NewValue: true,
}