sendQuotedTextMessage
abstract fun sendQuotedTextMessage( quotedEvent: TimelineEvent, text: String, formattedText: String? = null, autoMarkdown: Boolean, rootThreadEventId: String? = null, additionalContent: Content? = null): Cancelable
Content copied to clipboard
Method to quote an events content.
Return
Parameters
quotedEvent
The event to which we will quote it's content.
text
the plain text message to send
formattedText
the formatted text message to send
autoMarkdown
If true, the SDK will generate a formatted HTML message from the body text if markdown syntax is present
rootThreadEventId
when this param is not null, the message will be sent in this specific thread
additionalContent
additional content to put in the event content