Remote Delete Request
data class RemoteDeleteRequest(account: String, address: JsonAddress?, group: String?, timestamp: Long) : SignaldRequestBodyV1<RemoteDelete, SendResponse>
Content copied to clipboard
delete a message previously sent
Constructors
RemoteDeleteRequest
Link copied to clipboard
fun RemoteDeleteRequest(account: String, address: JsonAddress? = null, group: String? = null, timestamp: Long)
Content copied to clipboard
Functions
getTypedResponseOrNull
Link copied to clipboard
open override fun getTypedResponseOrNull(responseWrapper: JsonMessageWrapper<*>): SendResponse?
Content copied to clipboard
submit
Link copied to clipboard