leaveGroup
Commands the bot to leave the group specified by a UUID.
Bot.leaveGroup(groupuuid);Input
Variable | Required | Description |
|---|---|---|
| yes | The UUID of the group |
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 |