Layer 220
constructor
channelAdminLogEventActionToggleInvites#1b7907ae new_value:Bool = ChannelAdminLogEventAction;

Parameters

Name Type Description
NewValue Bool New value

Gogram Example

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