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];