Interface ChatEventInviteLinkRevoked

A chat invite link was revoked. Subtype of ChatEventAction.

interface ChatEventInviteLinkRevoked {
    @type: "chatEventInviteLinkRevoked";
    invite_link: ChatInviteLink;
}

Properties

Properties

@type: "chatEventInviteLinkRevoked"
invite_link: ChatInviteLink

The invite link.