kalium
common
network
/
com.wire.kalium.network.api.base.authenticated.prekey
/
PreKeyApi
/
getClientAvailablePrekeys
get
Client
Available
Prekeys
abstract
suspend
fun
getClientAvailablePrekeys
(
clientId
:
String
)
:
NetworkResponse
<
List
<
Int
>
>
Retrieves the IDs of the prekeys currently available in the backend for the provided
clientId
.
See also
PreKeyApi.
upload
New
Prekeys