Interface DeleteRevokedChatInviteLink

Deletes revoked chat invite links. Requires administrator privileges and can_invite_users right in the chat for own links and owner privileges for other links. Request type for Tdjson#deleteRevokedChatInviteLink.

interface DeleteRevokedChatInviteLink {
    @type: "deleteRevokedChatInviteLink";
    chat_id: number;
    invite_link: string;
}

Properties

@type: "deleteRevokedChatInviteLink"
chat_id: number

Chat identifier.

invite_link: string

Invite link to revoke.