Reply To a Group Invite

9 November 2016

  • Release 9.143 - added the optional ignore and purge actions.

21 December 2014

  • Release 7.34 - added.

<data Commands> Type: Corrade progressive command Command[wiki]: replytogroupinvite Description[wiki]: The replytogroupinvite command can be used to accept group invites. Permissions[wiki]: group, economy Parameters[wiki]: group, password, action Last Changes[wiki]: Release 9.143 - added the optional ignore and purge actions. </data>

The replytogroupinvite command can be used to accept group invites.

Command Required Parameters Required Corrade Permissions Example
replytogroupinvite group, password, action group, economy
llInstantMessage(CORRADE,
    wasKeyValueEncode(
        [
            // Accept a group invite.
            "command", "replytogroupinvite",
            "group", wasURLEscape(GROUP),
            "password", wasURLEscape(PASSWORD),
            // accept the invite
            "action", "accept",
            "session", "3f1990a5-4842-403f-b750-0e39cdf69687"
        ]
    )
);
Parameter Possible Value Required Parameter Possible Value Description
action accept session The session UUID of the group invite request. Accept a group invite request.
decline Decline a group invite request.
ignore Ignore a group invite request without either accepting or declining the request.
purge Purge all tracked group invite requests.

Notes