RemoteDeleteRequest
data class RemoteDeleteRequest(account: String, address: JsonAddress?, group: String?, timestamp: Long, members: List<JsonAddress>?) : SignaldRequestBodyV1<SendResponse>
Content copied to clipboard
delete a message previously sent
Constructors
Link copied to clipboard
fun RemoteDeleteRequest(account: String, address: JsonAddress? = null, group: String? = null, timestamp: Long, members: List<JsonAddress>? = null)
Content copied to clipboard
Functions
Link copied to clipboard
open override fun submit(socketCommunicator: SocketCommunicator, id: String): SendResponse
Content copied to clipboard
Link copied to clipboard
suspend fun submitSuspend(socketCommunicator: SuspendSocketCommunicator): SendResponse
Content copied to clipboard
open suspend override fun submitSuspend(socketCommunicator: SuspendSocketCommunicator, id: String): SendResponse
Content copied to clipboard