Superscript

@Serializable
@SerialName(value = "superscript")
data class Superscript(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