Get All Identities
data class GetAllIdentities(account: String) : SignaldRequestBodyV1<GetAllIdentities, AllIdentityKeyList>
Content copied to clipboard
get all known identity keys
Constructors
GetAllIdentities
Link copied to clipboard
Functions
getTypedResponseOrNull
Link copied to clipboard
open override fun getTypedResponseOrNull(responseWrapper: JsonMessageWrapper<*>): AllIdentityKeyList?
Content copied to clipboard
submit
Link copied to clipboard