Documentation - v0.27.1
    Preparing search index...

    Interface ChatActionInviteLinkEdited

    Invite link has been edited

    interface ChatActionInviteLinkEdited {
        new: ChatInviteLink;
        old: ChatInviteLink;
        type: "invite_edited";
    }
    Index

    Properties

    Properties

    New invite link

    Old invite link

    type: "invite_edited"