kalium
common
logic
/
com.wire.kalium.logic.data.conversation
/
ConversationRepository
/
getRecipientById
get
Recipient
By
Id
abstract
suspend
fun
getRecipientById
(
conversationId
:
<Error class: unknown class>
,
userIDList
:
List
<
<Error class: unknown class>
>
)
:
Either
<
StorageFailure
,
List
<
<Error class: unknown class>
>
>