group_message (HTTP Callback Event)

From SmartBots Developers Docs
Jump to: navigation, search

The message has arrived from a group chat.

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 = group_message
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 group_message:
group_name yes Group UUID
group_uuid yes Group name
speaker_name yes The sender avatar name
speaker_uuid yes The sender avatar UUID
message yes Message text

<< return back to HTTP Callback events