product:chat
Mute channel
Mutes channel for user
Sends events:
- channel.muted
post/moderation/mute/channel
Request body
Response
Successful response
Example response
{
"channel_mute": {
"channel": {
"config": {
"partition_ttl": "24h"
}
}
},
"channel_mutes": [
{
"channel": {
"config": {
"partition_ttl": "24h"
}
}
}
],
"own_user": {
"channel_mutes": [
{
"channel": {
"config": {
"partition_ttl": "24h"
}
}
}
]
}
}