List Contacts Request
data class ListContactsRequest(account: String, async: Boolean?) : SignaldRequestBodyV1<ListContacts, ProfileList>
Content copied to clipboard
Functions
getTypedResponseOrNull
Link copied to clipboard
open override fun getTypedResponseOrNull(responseWrapper: JsonMessageWrapper<*>): ProfileList?
Content copied to clipboard
submit
Link copied to clipboard