# BOT_OFFER_FRIENDSHIP

Commands bot to offer friendship to someone.

## Variables

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

| **Variable** | **Description** |
|----------|-------------|
| `str`    | Message to send along with the friendship offer. |
| `id`     | UUID of the person to send the friend request to. |

## Example

```csharp
llMessageLinked(LINK_SET, BOT_OFFER_FRIENDSHIP, "Please add me as a friend", "uuid of person goes here");
```