Get Friendship Requests
getfriendshiprequests (Commands) |
Type | Corrade progressive command |
Command | getfriendshiprequests |
Description | The getfriendshiprequests command lists the pending friendship requests as a CSV list of avatar names by avatar UUID s. |
Permissions | friendship |
Parameters | group , password |
Last Changes | none |
The getfriendshiprequests
command lists the pending friendship requests as a CSV
list of avatar names by avatar UUID
s.
Command | Required Parameters | Required Corrade Permissions | Example |
getfriendshiprequests | group , password | friendship | llInstantMessage(CORRADE,
wasKeyValueEncode(
[
// termiante friendship
// with Big Betty
"command", "getfriendshiprequests",
"group", wasURLEscape(GROUP),
"password", wasURLEscape(PASSWORD),
"callback", wasURLEscape(URL)
]
)
);
|