Allow to send chat messages.
1 chat.send
<chat.send
from='from'
to='to'
>
<message /> +
</chat.send>
Attributes | |||||
---|---|---|---|---|---|
Name | Type | Required | Default | Description | |
Afrom | string | Sender of the message. | |||
Ato | string | Receiver of the message. |
Arguments | |||||
---|---|---|---|---|---|
Name | Type | Required | Unique | Nullable | Description |
Emessage | string | Message sent. |
Example
Copy
<xsql-script name='chat_test'> <body> </body> </xsql-script>