Adding api call for appending a chat message.

This commit is contained in:
Mike DeRosa 2015-02-09 00:18:12 -05:00
parent 5c31d1f528
commit 4c6bd37286
3 changed files with 78 additions and 0 deletions

View file

@ -284,6 +284,10 @@ var API = {
}
},
"response": {"chatHead":{"type":"Message"}}
},
"appendChatMessage": {
"func": "appendChatMessage",
"description": "appends a chat message"
}
}
};