Interface ChatActionInviteLinkRevoked

Invite link has been revoked

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

Properties

Properties

Invite link which was revoked

type: "invite_revoked"