mirror of
https://github.com/danog/MadelineProtoDocs.git
synced 2024-12-02 09:38:28 +01:00
995 B
995 B
title | description | nav_exclude | image |
---|---|---|---|
channelAdminLogEventActionExportedInviteEdit | A chat invite was edited | true | https://docs.madelineproto.xyz/favicons/android-chrome-256x256.png |
Constructor: channelAdminLogEventActionExportedInviteEdit
A chat invite was edited
Attributes:
Name | Type | Required | Description |
---|---|---|---|
prev_invite | ExportedChatInvite | Yes | Previous chat invite information |
new_invite | ExportedChatInvite | Yes | New chat invite information |
Type: ChannelAdminLogEventAction
Example:
$channelAdminLogEventActionExportedInviteEdit = ['_' => 'channelAdminLogEventActionExportedInviteEdit', 'prev_invite' => ExportedChatInvite, 'new_invite' => ExportedChatInvite];