Interface ActionUserJoinedLink

User has joined the group via an invite link

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

Properties

Properties

inviter: number

ID of the user who created the link

type: "user_joined_link"