ReactRequest
data class ReactRequest(username: String, recipientAddress: JsonAddress?, recipientGroupId: String?, reaction: JsonReaction, timestamp: Long?, members: List<JsonAddress>?) : SignaldRequestBodyV1<SendResponse>
Content copied to clipboard
react to a previous message
Constructors
Link copied to clipboard
fun ReactRequest(username: String, recipientAddress: JsonAddress? = null, recipientGroupId: String? = null, reaction: JsonReaction, timestamp: Long? = null, 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