interface HideChannel
Hides the channel with the specified id
abstract operator fun invoke(cid: String, keepHistory: Boolean): Call2<Unit>
class HideChannelImpl : HideChannel