URLInfo

data class URLInfo(val url: String, val displayText: String)(source)

富文本 - 链接信息

参考forum文档 author ForteScarlet

Constructors

Link copied to clipboard
constructor(url: String, displayText: String)

Properties

Link copied to clipboard
@SerialName(value = "display_text")
val displayText: String

链接显示文本

Link copied to clipboard
val url: String

链接地址