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