simple-robot-component-kook
3.0.0.0-alpha.3
simbot-component-kook-api
/
love.forte.simbot.kook.objects
/
CardElement
/
KMarkdown
KMarkdown
@
ExperimentalSimbotApi
data
class
KMarkdown
(
val
content
:
String
)
:
CardElement.Text
kmarkdown
作用说明: 显示文字。
e.g.
{
"type": "kmarkdown",
"content" : "**hello**",
}
Content copied to clipboard
Types
Constructors
Properties
Constructors
KMarkdown
Link copied to clipboard
fun
KMarkdown
(
content
:
KMarkdown
)
KMarkdown
Link copied to clipboard
fun
KMarkdown
(
content
:
String
)
Types
Companion
Link copied to clipboard
object
Companion
Properties
content
Link copied to clipboard
val
content
:
String
KMarkDown内容字符串。