Layer 220
constructor
channelAdminLogEventActionToggleSignatures#26ae0971 new_value:Bool = ChannelAdminLogEventAction;

Parameters

Name Type Description
NewValue Bool New value

Gogram Example

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