# BOT_SAY_CHAT

Commands bot to say a message on the specified channel.

## 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`     | Channel to say the message on. |

## Example

```csharp
llMessageLinked(LINK_SET, BOT_SAY_CHAT, "Sending this to local chat", "0");
```