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
/
PlatImage
Plat
Image
@
ApiModel
@
Serializable
data
class
PlatImage
(
val
url
:
String
,
val
width
:
Int
,
val
height
:
Int
,
val
imageId
:
String
)
(
source
)
富文本 - 平台图片属性
参考
forum文档
Author
ForteScarlet
Members
Constructors
Plat
Image
Link copied to clipboard
constructor
(
url
:
String
,
width
:
Int
,
height
:
Int
,
imageId
:
String
)
Properties
height
Link copied to clipboard
val
height
:
Int
图片高度
image
Id
Link copied to clipboard
@
SerialName
(
value
=
"image_id"
)
val
imageId
:
String
图片ID
url
Link copied to clipboard
val
url
:
String
架平图片链接
width
Link copied to clipboard
val
width
:
Int
图片宽度