BOT_GROUP_JOIN
From SmartBots Developers Docs
TotalControl for LSLCommands
Revision as of 07:07, 19 May 2017 by Chevonn Edelmann (Talk | contribs) (Created page with "{{DISPLAYTITLE:BOT_GROUP_JOIN}} <onlyinclude>Commands bot to join the specified group</onlyinclude> {{API Variables Table}} {{AdminBot Required Vars|BOT_GROUP_JOIN}} {{API V...")
Jump to: navigation, search
Commands bot to join the specified group
Variables
The following table shows input values (you send them with the API call) and returned output values.
Variable | Required | Description
| |
---|---|---|---|
str | yes | uuid of group to join | |
id | yes | -- |
Comments
The group must have open enrollment enabled for the bot to join the group successfully
Example
llMessageLinked(LINK_SET, BOT_GROUP_JOIN, "group uuid goes here", "");
- BOT GROUP JOIN