Interface ChatEventInviteLinkEdited

A chat invite link was edited. Subtype of ChatEventAction.

interface ChatEventInviteLinkEdited {
    @type: "chatEventInviteLinkEdited";
    new_invite_link: ChatInviteLink;
    old_invite_link: ChatInviteLink;
}

Properties

@type: "chatEventInviteLinkEdited"
new_invite_link: ChatInviteLink

New information about the invite link.

old_invite_link: ChatInviteLink

Previous information about the invite link.