offer_friendship_declined (HTTP Callback Event)

From SmartBots Developers Docs
Jump to: navigation, search

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

Incoming and outgoing parameters

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

Parameters Required Value
Input parameters:
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:
avatar_name yes Avatar's name
avatar_uuid yes Avatar's UUID


<< return back to HTTP Callback events