library / io.getstream.chat.android.livedata.usecase / HideChannel

HideChannel

interface HideChannel

Functions

invoke

Hides the channel with the specified id

abstract operator fun invoke(cid: String, keepHistory: Boolean): Call2<Unit>

Inheritors

HideChannelImpl

class HideChannelImpl : HideChannel