edit Reply
abstract fun editReply( replyToEdit: TimelineEvent, originalTimelineEvent: TimelineEvent, newBodyText: CharSequence, newFormattedBodyText: String? = null, compatibilityBodyText: String = "* "): Cancelable
Content copied to clipboard
Edit a reply. This is a special case because replies contains fallback text as a prefix. This method will take the new body (stripped from fallbacks) and re-add them before sending.
Parameters
reply To Edit
The event to edit
original Timeline Event
the message that this reply (being edited) is relating to
new Body Text
The plain text edited body (stripped from in reply to content)
new Formatted Body Text
The formatted edited body (stripped from in reply to content)
compatibility Body Text
The text that will appear on clients that don't support yet edition