toggle menu
Simple Robot 组件 | QQ Guild
4.1.2
common
switch theme
search in API
simbot-component-qq-guild-api
/
love.forte.simbot.qguild.model.forum
/
Elem
Elem
@
ApiModel
@
Serializable
data
class
Elem
(
val
text
:
TextElem
,
val
image
:
ImageElem
,
val
video
:
VideoElem
,
val
url
:
URLElem
,
val
type
:
Int
)
(
source
)
富文本 - 元素列表结构
参考
forum文档
author ForteScarlet
Members
Constructors
Elem
Link copied to clipboard
constructor
(
text
:
TextElem
,
image
:
ImageElem
,
video
:
VideoElem
,
url
:
URLElem
,
type
:
Int
)
Properties
image
Link copied to clipboard
val
image
:
ImageElem
图片元素
text
Link copied to clipboard
val
text
:
TextElem
文本元素
type
Link copied to clipboard
val
type
:
Int
元素类型
url
Link copied to clipboard
val
url
:
URLElem
URL元素
video
Link copied to clipboard
val
video
:
VideoElem
视频元素