# BOT_OFFER_TELEPORT

Commands bot to send a teleport offer to the given avatar UUID.

## Variables

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

| **Variable** | **Description** |
|----------|-------------|
| `str`    | Message to send with the teleport offer. |
| `id`     | UUID of the resident to send the teleport offer to. |

## Example

```csharp
llMessageLinked(LINK_SET, BOT_OFFER_TELEPORT, "Do you want to join me?", "d11fa786-c342-4785-8e1b-ac70a17a9aac");
```