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,
"must_use": false,
"link": "https://wiki.secondlife.com/wiki/LlInstantMessage",
"private": false,
"takesSelf": false,
"name": "InstantMessage",
"signatures": [
{
"def": "signature",
"result": [
{
"name": "",
"def": "result",
"desc": "",
"variadic": false,
"type": [
{
"def": "simple",
"value": "()"
}
],
"optional": false
}
],
"args": [
{
"def": "arg",
"name": "AvatarID",
"desc": "",
"type": [
{
"def": "simple",
"value": "uuid"
},
{
"def": "simple",
"value": "string"
}
],
"variadic": false,
"optional": false
},
{
"def": "arg",
"name": "Text",
"desc": "",
"type": [
{
"def": "simple",
"value": "string"
}
],
"variadic": false,
"optional": false
}
]
}
]
}