Documentation - v0.27.1
    Preparing search index...

    Interface ChatActionInviteLinkRevoked

    Invite link has been revoked

    interface ChatActionInviteLinkRevoked {
        link: ChatInviteLink;
        type: "invite_revoked";
    }
    Index

    Properties

    Properties

    Invite link which was revoked

    type: "invite_revoked"