simple-robot-component-kook
3.0.0.0-alpha.3
simbot-component-kook-api
/
love.forte.simbot.kook.event.message
/
VideoAttachments
Video
Attachments
interface
VideoAttachments
:
Attachments
Properties
Properties
duration
Link copied to clipboard
abstract
val
duration
:
Int
视频时长(s)
file
Type
Link copied to clipboard
abstract
val
fileType
:
String
文件格式
height
Link copied to clipboard
abstract
val
height
:
Int
视频高度
name
Link copied to clipboard
abstract
override
val
name
:
String
Name 多媒体名
size
Link copied to clipboard
abstract
override
val
size
:
Long
大小 单位(B)
type
Link copied to clipboard
abstract
override
val
type
:
String
Type 多媒体类型.
url
Link copied to clipboard
abstract
override
val
url
:
String
Url 多媒体地址
width
Link copied to clipboard
abstract
val
width
:
Int
视频宽度