unmuteUser

suspend fun GroupChannel.unmuteUser(userId: String)

Unmutes User. Unmuted User's messages are again shown to current User.

Since

4.15.0

Parameters

userId

The user ID to unmute.


suspend fun OpenChannel.unmuteUser(userId: String)

Unmute userUnmutes User. Unmuted User's messages are again shown to current User.

Since

4.15.0

Parameters

userId

The user ID to unmute.