selectChannels

open suspend override 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.


suspend fun selectChannels(channelIds: List<String>, pagination: AnyChannelPaginationRequest?): List<Channel>