groupInfo
Returns the Second Life group details.
Bot.groupInfo("0b65a122-8f77-64fe-5b2a-225d4c490d9c").then(function(res) {
console.log("Group info:", res);
});Input
This function does not require any arguments other than the group UUID.
Output
Function returns a Promise with the following data:
Variable | Type | Description |
|---|---|---|
| bool | True if command completed successfully |
| string | Error string if command has failed |
| string | Group text |
| string | Group profile image UUID |
| number | Group join fee |
| string | Founder avatar UUID |
| string |
|
| number | The number of members |
| string | The default member tag |
| string | Group name |
| string |
|
| string | Group UUID |
Limitations
This API command is not intended for a mass group parsing. Thus, repetitive requests (roughly more than 3 per 10 seconds) may be throttled.