library / io.getstream.chat.android.livedata.usecase / ShowChannelImpl / invoke

invoke

operator fun invoke(cid: String): Call2<Unit>

Shows a channel that was previously hidden

Parameters

cid - : the full channel id IE messaging:123

Return
A call object with Unit as the return type