Interface ActionUserJoinedApproved

User has joined the group via an invite link and was approved by an administrator

interface ActionUserJoinedApproved {
    type: "user_joined_approved";
}

Properties

Properties

type: "user_joined_approved"