reply In Thread
abstract fun replyInThread( rootThreadEventId: String, replyInThreadText: CharSequence, msgType: String = MessageType.MSGTYPE_TEXT, autoMarkdown: Boolean = false, formattedText: String? = null, eventReplied: TimelineEvent? = null): Cancelable?
Content copied to clipboard
Creates a thread reply for an existing timeline event. The replyInThreadText can be a Spannable and contains special spans (MatrixItemSpan) that will be translated by the sdk into pills.
Parameters
root Thread Event Id
the root thread eventId
reply In Thread Text
the reply text
msg Type
the message type: MessageType.MSGTYPE_TEXT (default) or MessageType.MSGTYPE_EMOTE
auto Markdown
If true, the SDK will generate a formatted HTML message from the body text if markdown syntax is present
formatted Text
The formatted body using MessageType#FORMAT_MATRIX_HTML
event Replied
the event referenced by the reply within a thread