ll.InstantMessage(AvatarID: uuid, Text: string) : ()
IMs Text to the user identified. Send Text to the user as an instant message.
ll.InstantMessage(uuid(<key>), 'test')
{
"def": "func",
"desc": "IMs Text to the user identified.\nSend Text to the user as an instant message.",
"energy": 10,
"sleep": 2,
"pure": false,
"link": "https://wiki.secondlife.com/wiki/LlInstantMessage",
"name": "InstantMessage",
"signatures": [
{
"result": [
{
"name": "",
"def": "result",
"desc": "",
"variadic": false,
"type": [
"()"
],
"optional": false
}
],
"args": [
{
"def": "arg",
"name": "AvatarID",
"desc": "",
"type": [
"uuid",
"string"
],
"variadic": false,
"optional": false
},
{
"def": "arg",
"name": "Text",
"desc": "",
"type": [
"string"
],
"variadic": false,
"optional": false
}
]
}
]
}