send Quoted Text Message
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
quoted Event
The event to which we will quote it's content.
text
the plain text message to send
formatted Text
the formatted text message to send
auto Markdown
If true, the SDK will generate a formatted HTML message from the body text if markdown syntax is present
root Thread Event Id
when this param is not null, the message will be sent in this specific thread
additional Content
additional content to put in the event content