unbanUser

fun unbanUser(targetId: String, channelType: String, channelId: String): Call<Unit>

Unbans a user from a given channel.

Parameters

targetId

The ID of the user to unban.

channelType

The type of the channel.

channelId

The ID of the channel.