edit Text Message
abstract fun editTextMessage( targetEvent: TimelineEvent, msgType: String, newBodyText: CharSequence, newFormattedBodyText: CharSequence? = null, newBodyAutoMarkdown: Boolean, compatibilityBodyText: String = "* "): Cancelable
Content copied to clipboard
Edit a text message body. Limited to "m.text" contentType.
Parameters
target Event
The event to edit
msg Type
the message type
new Body Text
The edited body in plain text
new Formatted Body Text
The edited body with format
new Body Auto Markdown
true to parse markdown on the new body
compatibility Body Text
The text that will appear on clients that don't support yet edition