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

NameTypeDescription

channelId*

string

Headers

NameTypeDescription

content-type

string

application/json

app-id*

string

App ID

api-key*

string

App API key

Request Body

NameTypeDescription

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

NameTypeDescription

channelId*

string

Headers

NameTypeDescription

content-type

string

application/json

app-id*

string

App ID

api-key*

string

App API key

Request Body

NameTypeDescription

userId*

string

current user

{}

Last updated