selectThread

abstract suspend fun selectThread(id: String): Thread?

Retrieves the Thread identified by id.

Parameters

id

The ID of the Thread to retrieve.