Layer 220
constructor
channelAdminLogEventActionExportedInviteDelete#5a50fca4 invite:ExportedChatInvite = ChannelAdminLogEventAction;

Parameters

Name Type Description
Invite ExportedChatInvite The deleted chat invite

Gogram Example

// Creating ChannelAdminLogEventActionExportedInviteDelete constructor
obj := &tg.ChannelAdminLogEventActionExportedInviteDelete{
    Invite: &tg.ExportedChatInvite{},
}