mirror of
https://github.com/mamoe/mirai.git
synced 2026-08-19 12:43:32 +08:00
fix: ShortVideo doc
This commit is contained in:
@@ -61,7 +61,7 @@ public interface ShortVideo : MessageContent, ConstrainSingle {
|
||||
*/
|
||||
public val fileMd5: ByteArray
|
||||
|
||||
/*
|
||||
/**
|
||||
* 视频大小
|
||||
*/
|
||||
public val fileSize: Long
|
||||
@@ -71,7 +71,7 @@ public interface ShortVideo : MessageContent, ConstrainSingle {
|
||||
*/
|
||||
public val fileFormat: String
|
||||
|
||||
/*
|
||||
/**
|
||||
* 视频文件名, 不包括拓展名
|
||||
*/
|
||||
public val filename: String
|
||||
@@ -247,4 +247,4 @@ public interface InternalShortVideoProtocol {
|
||||
)
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user