joinGroup
From SmartBots Developers Docs
Jump to: navigation, search
Tries to join a group by UUID.
Bot.joinGroup(groupuuid);
Reference
This command accepts the following parameters:
| Variable | Required | Description
| |
|---|---|---|---|
| Input: | |||
| groupuuid | yes | The UUID of the group | |
| Output: | |||
| Function returns a Promise with the following data: | |||
| success | bool | true if command completed successfully | |
| error | string | error string if command has failed | |
Comments
- The group enrollment should be open for the bot to be able to join.
- Group can be hidden from SL search.
- joinGroup