Layer 220
ChannelAdminLogEventActionExportedInviteRevoke
A specific invite link was revoked
constructor
channelAdminLogEventActionExportedInviteRevoke#410a134e invite:ExportedChatInvite = ChannelAdminLogEventAction;
Parameters
| Name | Type | Description |
|---|---|---|
| Invite | ExportedChatInvite | The invite link that was revoked |
Returns
ChannelAdminLogEventActionGogram Example
// Creating ChannelAdminLogEventActionExportedInviteRevoke constructor obj := &tg.ChannelAdminLogEventActionExportedInviteRevoke{ Invite: &tg.ExportedChatInvite{}, }