KMarkdown

@SerialName(value = "kmarkdown")
data class KMarkdown(val content: String) : CardElement.Text(source)

kmarkdown

作用说明: 显示文字。

e.g.

{
"type": "kmarkdown",
"content" : "**hello**",
}

Constructors

Link copied to clipboard
constructor(content: KMarkdown)
constructor(content: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

KMarkDown内容字符串。