Interface ChatEventInviteLinkDeleted

A revoked chat invite link was deleted. Subtype of ChatEventAction.

interface ChatEventInviteLinkDeleted {
    @type: "chatEventInviteLinkDeleted";
    invite_link: ChatInviteLink;
}

Properties

Properties

@type: "chatEventInviteLinkDeleted"
invite_link: ChatInviteLink

The invite link.