awaitMuteUser

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

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

Since

4.17.0

Parameters

userId

The user ID to mute.