GET /chat/:chatID/participants

Returns all participants in a given chat

Response


PUT /chat/:chatID/participants

Adds an array of participants to a given chat

Request

Response


PUT /chat/:chatID/participants

Adds an array of participants to a given chat

Copy of Request

Copy of Response


DELETE /chat/:chatID/participants

Removes an array of participants to a given chat

Copy of Request

Copy of Response