Emphasis

@Serializable
@SerialName(value = "emphasis")
data class Emphasis(val inner: List<FormattedText.Span>) : FormattedText.Span.Composite

Constructors

Link copied to clipboard
constructor(inner: List<FormattedText.Span>)

Properties

Link copied to clipboard
open override val inner: List<FormattedText.Span>

Functions

Link copied to clipboard
open fun toPlainString(): String