mirror of
https://github.com/danog/MadelineProtoDocs.git
synced 2024-12-03 10:08:28 +01:00
30 lines
839 B
Markdown
30 lines
839 B
Markdown
|
---
|
||
|
title: "channelAdminLogEventActionExportedInviteDelete"
|
||
|
description: "A chat invite was deleted"
|
||
|
nav_exclude: true
|
||
|
image: https://docs.madelineproto.xyz/favicons/android-chrome-256x256.png
|
||
|
---
|
||
|
# Constructor: channelAdminLogEventActionExportedInviteDelete
|
||
|
[Back to constructors index](/API_docs/constructors/index.html)
|
||
|
|
||
|
|
||
|
|
||
|
A chat invite was deleted
|
||
|
|
||
|
### Attributes:
|
||
|
|
||
|
| Name | Type | Required | Description |
|
||
|
|----------|---------------|----------|-------------|
|
||
|
|invite|[ExportedChatInvite](/API_docs/types/ExportedChatInvite.html) | Yes|The deleted chat invite|
|
||
|
|
||
|
|
||
|
|
||
|
### Type: [ChannelAdminLogEventAction](/API_docs/types/ChannelAdminLogEventAction.html)
|
||
|
|
||
|
|
||
|
### Example:
|
||
|
|
||
|
```
|
||
|
$channelAdminLogEventActionExportedInviteDelete = ['_' => 'channelAdminLogEventActionExportedInviteDelete', 'invite' => ExportedChatInvite];
|
||
|
```
|