removeShadowBan

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

Removes a shadow ban from a user in a given channel.

Parameters

targetId

The ID of the user to un-shadow ban.

channelType

The type of the channel.

channelId

The ID of the channel.