selectChannels

abstract suspend fun selectChannels(channelCIDs: List<String>): List<Channel>

Select channels by full channel IDs Channel.cid

Return

A list of channels found in repository.

Parameters

channelCIDs

A list of Channel.cid as query specification.