# BOT_TOUCH_OBJECT

Commands bot to touch an object.

## 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 object to touch. |

## Example

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