Send Request
data class SendRequest(username: String, recipientAddress: JsonAddress?, recipientGroupId: String?, messageBody: String?, attachments: List<JsonAttachment>, quote: JsonQuote?, timestamp: Long?, mentions: List<JsonMention>) : SignaldRequestBodyV1<Send, SendResponse>
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
attachments
Link copied to clipboard
mentions
Link copied to clipboard
messageBody
Link copied to clipboard
recipientAddress
Link copied to clipboard
recipientGroupId
Link copied to clipboard