Merge pull request #2757 from Gared/doc_append_chat_message

Add appendChatMessage API to docs
This commit is contained in:
Stefan 2015-08-30 18:15:51 +02:00
commit cc9f88e7ed
2 changed files with 11 additions and 1 deletions

View file

@ -499,7 +499,7 @@ appendChatMessage(padID, text, authorID, time), creates a chat message for the p
Example returns:
{code: 0, message:"ok", data: null
{code: 0, message:"ok", data: null}
{code: 1, message:"padID does not exist", data: null}
*/
exports.appendChatMessage = function(padID, text, authorID, time, callback)