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

  • In order to reply to a group invite, you will need to provide the session UUID of the group invite. The session UUID will be passed as part of the invite notification or can be retrieved with the getgroupinvites command.
  • The action is by default decline if not specified.
  • The economy Corrade permission is only needed in case there is a cost to join a group; at which point Corrade will check the current balance, pay the fee and join the group if action is set to accept.
  • Group invites do not carry over sessions: if Corrade goes offline after a group invite, then Corrade will not be able to reply to the group invite after it comes back online.

secondlife/scripted_agents/corrade/api/commands/replytogroupinvite.txt ยท Last modified: 2022/11/24 07:46 by 127.0.0.1

Access website using Tor Access website using i2p Wizardry and Steamworks PGP Key


For the contact, copyright, license, warranty and privacy terms for the usage of this website please see the contact, license, privacy, copyright.