interface ShowChannel
Shows a channel that was previously hidden
abstract operator fun invoke(cid: String): Call2<Unit>
class ShowChannelImpl : ShowChannel