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