Channel Freeze / Unfreeze

Freeze Channel

POST https://api.talkplus.io/v1.4/api/channels/:channelId/freeze

Freezing a channel stops all channel members (with the exception of channel owner) from sending messages.

Path Parameters

NameTypeDescription

channelId*

string

Headers

NameTypeDescription

app-id*

string

App ID

api-key*

string

App API key

{}

Unfreeze Channel

POST https://api.talkplus.io/v1.4/api/channels/:channelId/unfreeze

Unfreeze a channel so that all channel members can send messages.

Path Parameters

NameTypeDescription

channelId*

string

Headers

NameTypeDescription

app-id*

string

App ID

api-key*

string

App API key

{}

Last updated