Layer 220
constructor
channelAdminLogEventActionExportedInviteRevoke#410a134e invite:ExportedChatInvite = ChannelAdminLogEventAction;

Parameters

Name Type Description
Invite ExportedChatInvite The invite link that was revoked

Gogram Example

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