Subscribe to Conversation
Description
Section titled “Description”wss conversation_subscribe
The conversation_subscribe
request allowed the user to subscribe to the channel (receive/read messages).
Request Parameters
Section titled “Request Parameters”Name | Type | Description |
---|---|---|
cid | string | Conversation ID fot subscription |
Response Fields
Section titled “Response Fields”{ "id": "RequestId", "success": true}
Example
Section titled “Example”{ "request": { "conversation_subscribe": { "cid": "646e2092d80fe5c4e688dfa0" }, "id": "RequestId" }}