mirror of
https://github.com/ether/etherpad-lite.git
synced 2025-04-23 08:56:17 -04:00
Merge pull request #2757 from Gared/doc_append_chat_message
Add appendChatMessage API to docs
This commit is contained in:
commit
cc9f88e7ed
2 changed files with 11 additions and 1 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue