awaitUnmuteUser

suspend fun GroupChannel.awaitUnmuteUser(userId: String)

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

Since

4.17.0

Parameters

userId

The user ID to unmute.


suspend fun OpenChannel.awaitUnmuteUser(userId: String)

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

Since

4.17.0

Parameters

userId

The user ID to unmute.