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

839 B

title description nav_exclude image
channelAdminLogEventActionExportedInviteDelete A chat invite was deleted true https://docs.madelineproto.xyz/favicons/android-chrome-256x256.png

Constructor: channelAdminLogEventActionExportedInviteDelete

Back to constructors index

A chat invite was deleted

Attributes:

Name Type Required Description
invite ExportedChatInvite Yes The deleted chat invite

Type: ChannelAdminLogEventAction

Example:

$channelAdminLogEventActionExportedInviteDelete = ['_' => 'channelAdminLogEventActionExportedInviteDelete', 'invite' => ExportedChatInvite];