# BOT_GROUP_JOIN

Commands bot to join the specified group.

## Variables

The following table shows input values (you send them with the API call) and returned output values.

| **Variable** | **Description** |
|----------|-------------|
| `str`    | —           |
| `id`     | UUID of the group to join. |

## Comments

The group must have **open enrollment** enabled for the bot to join successfully.

## Example

```csharp
llMessageLinked(LINK_SET, BOT_GROUP_JOIN, "", "group uuid goes here");
```