library / io.getstream.chat.android.livedata.dao / ChannelDao / select

select

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