Request Sync Request
data class RequestSyncRequest(account: String, groups: Boolean?, configuration: Boolean?, contacts: Boolean?, blocked: Boolean?) : SignaldRequestBodyV1<RequestSync, 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
getTypedResponseOrNull
Link copied to clipboard
open override fun getTypedResponseOrNull(responseWrapper: JsonMessageWrapper<*>): EmptyResponse?
Content copied to clipboard
submit
Link copied to clipboard