selectThreads

abstract suspend fun selectThreads(ids: List<String>): List<Thread>

Retrieves all Threads identified by the supplied ids.

Parameters

ids

The identifiers of the Threads to select.