GetAllIdentities
data class GetAllIdentities(account: String) : SignaldRequestBodyV1<AllIdentityKeyList>
Content copied to clipboard
get all known identity keys
Constructors
Functions
Link copied to clipboard
open override fun submit(socketCommunicator: SocketCommunicator, id: String): AllIdentityKeyList
Content copied to clipboard
Link copied to clipboard
suspend fun submitSuspend(socketCommunicator: SuspendSocketCommunicator): AllIdentityKeyList
Content copied to clipboard
open suspend override fun submitSuspend(socketCommunicator: SuspendSocketCommunicator, id: String): AllIdentityKeyList
Content copied to clipboard