mirror of
https://github.com/danog/MadelineProtoDocs.git
synced 2024-12-02 09:38:28 +01:00
866 B
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
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];