Link Search Menu Expand Document

Constructor: channelAdminLogEventActionExportedInviteEdit

Back to constructors index

A chat invite was edited

Attributes:

NameTypeRequiredDescription
prev_inviteExportedChatInviteYesPrevious chat invite information
new_inviteExportedChatInviteYesNew chat invite information

Type: ChannelAdminLogEventAction

Example:

$channelAdminLogEventActionExportedInviteEdit = ['_' => 'channelAdminLogEventActionExportedInviteEdit', 'prev_invite' => ExportedChatInvite, 'new_invite' => ExportedChatInvite];