acidify-core
Toggle table of contents
0.3.0
common
Target filter
common
Switch theme
Search in API
Skip to content
acidify-core
acidify-core
/
org.ntqqrev.acidify.message
/
BotIncomingSegment
/
Video
Video
class
Video
(
val
fileId
:
String
,
val
duration
:
Int
,
val
width
:
Int
,
val
height
:
Int
)
:
BotIncomingSegment
(
source
)
视频消息段
Members
Constructors
Video
Link copied to clipboard
constructor
(
fileId
:
String
,
duration
:
Int
,
width
:
Int
,
height
:
Int
)
Properties
duration
Link copied to clipboard
val
duration
:
Int
视频的时长(秒)
file
Id
Link copied to clipboard
val
fileId
:
String
视频的文件 ID
height
Link copied to clipboard
val
height
:
Int
视频的高度
width
Link copied to clipboard
val
width
:
Int
视频的宽度
Functions
to
String
Link copied to clipboard
open
override
fun
toString
(
)
:
String