- Notifications
You must be signed in to change notification settings - Fork 1
Chat Library
Dennis Dörr edited this page Mar 7, 2020
·
2 revisions
| Key | Type | Description |
|---|---|---|
chat.messages | list<string> | Recieved chat messages history |
chat.history | list<string> | Sent chat messages history |
chat.clear() | null | Clear chat messages |
chat.send(string message) | null | Send a chat message to the server |
chat.log(string|json message) | null | Log a message locally` |