React Request
data class ReactRequest(username: String, recipientAddress: JsonAddress?, recipientGroupId: String?, reaction: JsonReaction, timestamp: Long?) : SignaldRequestBodyV1<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
submit
Link copied to clipboard
submitSuspend
Link copied to clipboard
suspend fun submitSuspend(socketCommunicator: SuspendSocketCommunicator): SendResponse
Content copied to clipboard
Properties
reaction
Link copied to clipboard
recipientAddress
Link copied to clipboard
recipientGroupId
Link copied to clipboard