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