Layer 220
ChannelAdminLogEventActionToggleInvites
Invites were enabled/disabled
constructor
channelAdminLogEventActionToggleInvites#1b7907ae new_value:Bool = ChannelAdminLogEventAction;
Parameters
| Name | Type | Description |
|---|---|---|
| NewValue | Bool | New value |
Returns
ChannelAdminLogEventActionGogram Example
// Creating ChannelAdminLogEventActionToggleInvites constructor obj := &tg.ChannelAdminLogEventActionToggleInvites{ NewValue: true, }