muteUser

suspend fun GroupChannel.muteUser(userId: String, description: String? = null, seconds: Int = -1)
suspend fun OpenChannel.muteUser(userId: String, description: String? = null, seconds: Int = -1)

Mutes User. Muted User's messages are no longer delivered to current User.

Since

4.15.0

Parameters

userId

The user ID to mute.