Link

@Serializable
@SerialName(value = "link")
data class Link(val inner: List<FormattedText.Span>, val url: String) : FormattedText.Span.Composite

Constructors

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

Properties

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

Functions

Link copied to clipboard
open fun toPlainString(): String