ListContactsRequest
data class ListContactsRequest(account: String, async: Boolean?) : SignaldRequestBodyV1<ProfileList>
Content copied to clipboard
Functions
Link copied to clipboard
open override fun submit(socketCommunicator: SocketCommunicator, id: String): ProfileList
Content copied to clipboard
Link copied to clipboard
suspend fun submitSuspend(socketCommunicator: SuspendSocketCommunicator): ProfileList
Content copied to clipboard
open suspend override fun submitSuspend(socketCommunicator: SuspendSocketCommunicator, id: String): ProfileList
Content copied to clipboard