# BOT_ACTIVATE_GROUP

Commands bot to activate a group with the given group UUID.

## 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 activate. |

## Example

```csharp
llMessageLinked(LINK_SET, BOT_ACTIVATE_GROUP, "", "0b65a122-8f77-64fe-5b2a-225d4c490d9c");
```