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

select

suspend fun select(id: String): QueryChannelsEntity?
suspend fun select(ids: List<String>): List<QueryChannelsEntity>