# offer_friendship_declined

Another avatar has rejected our friendship offer. Use `offer_friendship` to send an offer.

# Incoming and outgoing parameters

The input parameters are sent to your HTTP script along with this event. Output parameters (if any) should be generated by your script.

## Input parameters

| Parameter | Required | Value |
|-----------|----------|-------|
| action    | yes      | = offer_friendship_declined |
| bot_name  | yes      | the SL name of your bot |
| channel   | yes      | the unique bot id |
| cid       | yes      | internal HTTP connection identifier (you can ignore this value) |

## Input parameters specific for `offer_friendship_declined`

| Parameter | Required | Description |
|-----------|----------|-------------|
| avatar_name | yes      | Avatar's name |
| avatar_uuid | yes      | Avatar's UUID |