# BOT_INSTANT_MESSAGE

Commands bot to send an instant message to an avatar.

## Variables

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

| **Variable** | **Description** |
|----------|-------------|
| `str`    | Message to send. |
| `id`     | Name or UUID of the avatar to send the message to. |

## Example

```csharp
llMessageLinked(LINK_SET, BOT_INSTANT_MESSAGE, "This is an IM", "Receiver Name/UUID");
```