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
Name
Type
Description
channelId*
string
Headers
Name
Type
Description
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
Name
Type
Description
channelId*
string
Headers
Name
Type
Description
app-id*
string
App ID
api-key*
string
App API key
Last updated