library / io.getstream.chat.android.livedata.repository / ChannelRepository / select

select

suspend fun select(cid: String): ChannelEntity?
suspend fun select(channelCIDs: List<String>): List<ChannelEntity>