add leaveGroup, joinGroup and remove member from group methods

This commit is contained in:
Matteo Pagliazzi
2015-12-21 11:53:47 +01:00
parent 8b79f74e54
commit 83364c1d56
4 changed files with 219 additions and 5 deletions

View File

@@ -13,7 +13,7 @@ let api = {};
* @apiName GetChat
* @apiGroup Chat
*
* @apiParam {UUID} groupId The group _id
* @apiParam {string} groupId The group _id (or 'party')
*
* @apiSuccess {Array} chat An array of chat messages
*/