MadelineProtoDocs/docs/API_docs/constructors/channelAdminLogEventActionExportedInviteEdit.md
2024-05-01 14:53:46 +02:00

31 lines
995 B
Markdown

---
title: "channelAdminLogEventActionExportedInviteEdit"
description: "A chat invite was edited"
nav_exclude: true
image: https://docs.madelineproto.xyz/favicons/android-chrome-256x256.png
---
# Constructor: channelAdminLogEventActionExportedInviteEdit
[Back to constructors index](/API_docs/constructors/index.html)
A chat invite was edited
### Attributes:
| Name | Type | Required | Description |
|----------|---------------|----------|-------------|
|prev\_invite|[ExportedChatInvite](/API_docs/types/ExportedChatInvite.html) | Yes|Previous chat invite information|
|new\_invite|[ExportedChatInvite](/API_docs/types/ExportedChatInvite.html) | Yes|New chat invite information|
### Type: [ChannelAdminLogEventAction](/API_docs/types/ChannelAdminLogEventAction.html)
### Example:
```
$channelAdminLogEventActionExportedInviteEdit = ['_' => 'channelAdminLogEventActionExportedInviteEdit', 'prev_invite' => ExportedChatInvite, 'new_invite' => ExportedChatInvite];
```