1 June 2014
21 December 2014
getgroupinvites (Commands) | |
---|---|
Type | Corrade progressive command |
Command | getgroupinvites |
Description | The getgroupinvites command can be used to list all group invites received by Corrade. |
Permissions | group |
Parameters | group , password |
Last Changes | C11 - added the group UUID. |
The getgroupinvites
command can be used to list all group invites received by Corrade.
Command | Required Parameters | Required Corrade Permissions | Example |
---|---|---|---|
getgroupinvites | group , password | group | llInstantMessage(CORRADE, wasKeyValueEncode( [ // List all pending group invites. "command", "getgroupinvites", "group", wasURLEscape(GROUP), "password", wasURLEscape(PASSWORD), "callback", wasURLEscape(URL) ] ) ); |
The CSV list of group invites contains, in order:
Some of the returned parameters in the CSV list are the ones needed by the replytogroupinvite command in order to accept or decline the group invite.