awaitUnbanUser

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

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

Since

4.17.0

Parameters

userId

The user ID to unban.