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

866 B

title description nav_exclude image
channelAdminLogEventActionExportedInviteRevoke A specific invite link was revoked true https://docs.madelineproto.xyz/favicons/android-chrome-256x256.png

Constructor: channelAdminLogEventActionExportedInviteRevoke

Back to constructors index

A specific invite link was revoked

Attributes:

Name Type Required Description
invite ExportedChatInvite Yes The invite link that was revoked

Type: ChannelAdminLogEventAction

Example:

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