# BOT_ATTACHMENTS

Requests the attachments being worn by the bot.

## Variables

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

| **Variable** | **Description** |
|----------|-------------|
| `str`    | —           |
| `id`     | —           |

## Result

Raises the following event: [`BOT_ATTACHMENTS_REPLY`](/doc/bot_attachments_reply-P26H0YJbkL)

## Example

```csharp
llMessageLinked(LINK_SET, BOT_ATTACHMENTS, "", "");
```