RequestSyncRequest
data class RequestSyncRequest(groups: Boolean?, configuration: Boolean?, contacts: Boolean?, blocked: Boolean?, keys: Boolean?, account: String) : SignaldRequestBodyV1<EmptyResponse>
Content copied to clipboard
Request other devices on the account send us their group list, syncable config and contact list.
Constructors
Functions
Link copied to clipboard
open override fun submit(socketCommunicator: SocketCommunicator, id: String): EmptyResponse
Content copied to clipboard
Link copied to clipboard
suspend fun submitSuspend(socketCommunicator: SuspendSocketCommunicator): EmptyResponse
Content copied to clipboard
open suspend override fun submitSuspend(socketCommunicator: SuspendSocketCommunicator, id: String): EmptyResponse
Content copied to clipboard