toggle menu
stream-chat-android
6.6.0
androidJvm
switch theme
search in API
stream-chat-android-client
/
io.getstream.chat.android.client.persistance.repository
/
ThreadsRepository
/
selectThreads
select
Threads
abstract
suspend
fun
selectThreads
(
ids
:
List
<
String
>
)
:
List
<
Thread
>
Retrieves all
Thread
s identified by the supplied
ids
.
Parameters
ids
The identifiers of the
Thread
s to select.