Layer 220
ChannelAdminLogEventActionExportedInviteDelete
A chat invite was deleted
constructor
channelAdminLogEventActionExportedInviteDelete#5a50fca4 invite:ExportedChatInvite = ChannelAdminLogEventAction;
Parameters
| Name | Type | Description |
|---|---|---|
| Invite | ExportedChatInvite | The deleted chat invite |
Returns
ChannelAdminLogEventActionGogram Example
// Creating ChannelAdminLogEventActionExportedInviteDelete constructor obj := &tg.ChannelAdminLogEventActionExportedInviteDelete{ Invite: &tg.ExportedChatInvite{}, }