group_message
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.
Input parameters
Parameter | Required | Value |
|---|---|---|
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
Parameter | Required | Value |
|---|---|---|
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 |