1 June 2014
21 December 2014
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.