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
/
PlatVideo
Plat
Video
@
ApiModel
@
Serializable
data
class
PlatVideo
(
val
url
:
String
,
val
width
:
Int
,
val
height
:
Int
,
val
videoId
:
String
,
val
duration
:
Int
,
val
cover
:
PlatImage
)
(
source
)
富文本 - 平台视频属性
参考
forum文档
Author
ForteScarlet
Members
Constructors
Plat
Video
Link copied to clipboard
constructor
(
url
:
String
,
width
:
Int
,
height
:
Int
,
videoId
:
String
,
duration
:
Int
,
cover
:
PlatImage
)
Properties
cover
Link copied to clipboard
val
cover
:
PlatImage
视频封面图属性
duration
Link copied to clipboard
val
duration
:
Int
视频时长
height
Link copied to clipboard
val
height
:
Int
图片高度
url
Link copied to clipboard
val
url
:
String
架平图片链接
video
Id
Link copied to clipboard
@
SerialName
(
value
=
"video_id"
)
val
videoId
:
String
视频ID
width
Link copied to clipboard
val
width
:
Int
图片宽度