ImageGroup

data class ImageGroup(val elements: List<CardElement.Image>) : CardModule

图片组模块

作用说明: 1 到多张图片的组合

说明:

e.g.

{
"type" : "image-group",
"elements": [
//图片元素,其它元素无效
],
}

Constructors

Link copied to clipboard

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard