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.
replytogroupinvite (Commands)
TypeCorrade progressive command
Commandreplytogroupinvite
DescriptionThe replytogroupinvite command can be used to accept group invites.
Permissionsgroup, economy
Parametersgroup, password, action
Last ChangesRelease 9.143 - added the optional ignore and purge actions.

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