unbanUser

suspend fun GroupChannel.unbanUser(userId: String)
suspend fun OpenChannel.unbanUser(userId: String)

Deprecated

As of 4.17.0, replaced with awaitUnbanUser(userId).

Replace with

awaitUnbanUser(userId)

Unbans User. Operators can unban User who has been banned from this channel.

Since

4.15.0

Parameters

userId

The user ID to unban.