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

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

Back to constructors index

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