Context

data class Context(val elements: List<CardElement>) : CardModule

备注模块

作用说明: 展示图文混合的内容。

说明:

e.g.

{
"type": "context",
"elements": [],
}

Constructors

Link copied to clipboard
fun Context(elements: List<CardElement>)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard