Documentation - v0.27.1
    Preparing search index...

    Interface ActionUserJoinedLink

    User has joined the group via an invite link

    interface ActionUserJoinedLink {
        inviter: number;
        type: "user_joined_link";
    }
    Index

    Properties

    Properties

    inviter: number

    ID of the user who created the link

    type: "user_joined_link"