Hide / Show Channel
Hide Channel
POST
https://api.talkplus.io/v1.4/api/channels/:channelId/hide
You can hide a channel so that it does not appear in the list of currently joined channels.
Path Parameters
Name | Type | Description |
---|---|---|
channelId* | string |
Headers
Name | Type | Description |
---|---|---|
content-type | string | application/json |
app-id* | string | App ID |
api-key* | string | App API key |
Request Body
Name | Type | Description |
---|---|---|
userId* | string | current user |
Show Channel
POST
https://api.talkplus.io/v1.4/api/channels/:channelId/show
You can unhide a channel so that it appears in the list of currently joined channels.
Path Parameters
Name | Type | Description |
---|---|---|
channelId* | string |
Headers
Name | Type | Description |
---|---|---|
content-type | string | application/json |
app-id* | string | App ID |
api-key* | string | App API key |
Request Body
Name | Type | Description |
---|---|---|
userId* | string | current user |
Last updated