ListContactsRequest

data class ListContactsRequest(account: String, async: Boolean?) : SignaldRequestBodyV1<ProfileList>

Functions

submit
Link copied to clipboard
common
fun submit(socketCommunicator: SocketCommunicator): ProfileList
submitSuspend
Link copied to clipboard
common
suspend fun submitSuspend(socketCommunicator: SuspendSocketCommunicator): ProfileList

Properties

account
Link copied to clipboard
common
val account: String
async
Link copied to clipboard
common
val async: Boolean? = null
return results from local store immediately, refreshing from server afterward if needed.
id
Link copied to clipboard
common
val id: String
The id to include in the request.
version
Link copied to clipboard
common
val version: String
The version to include in the request.