1 June 2014
21 December 2014
<data Commands>
Type: Corrade progressive command
Command[wiki]: getgroupinvites
Description[wiki]: The getgroupinvites
command can be used to list all group invites received by Corrade.
Permissions[wiki]: group
Parameters[wiki]: group
, password
Last Changes[wiki]: C11 - added the group UUID.
</data>
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.