RichContent
data class RichContent(val content: String = "", val replacements: Map<String, RichContentReplacement> = emptyMap())
Represents rich text content with optional token replacements.
Properties
Link copied to clipboard
Map of token name → RichContentReplacement parsed from richContent.replacements. Empty when there are no replacements.