mirror of
https://github.com/mamoe/mirai.git
synced 2025-03-12 22:10:14 +08:00
fix: ShortVideo
doc
This commit is contained in:
parent
323f6b363c
commit
d33160311a
@ -61,7 +61,7 @@ public interface ShortVideo : MessageContent, ConstrainSingle {
|
|||||||
*/
|
*/
|
||||||
public val fileMd5: ByteArray
|
public val fileMd5: ByteArray
|
||||||
|
|
||||||
/*
|
/**
|
||||||
* 视频大小
|
* 视频大小
|
||||||
*/
|
*/
|
||||||
public val fileSize: Long
|
public val fileSize: Long
|
||||||
@ -71,7 +71,7 @@ public interface ShortVideo : MessageContent, ConstrainSingle {
|
|||||||
*/
|
*/
|
||||||
public val fileFormat: String
|
public val fileFormat: String
|
||||||
|
|
||||||
/*
|
/**
|
||||||
* 视频文件名, 不包括拓展名
|
* 视频文件名, 不包括拓展名
|
||||||
*/
|
*/
|
||||||
public val filename: String
|
public val filename: String
|
||||||
|
Loading…
Reference in New Issue
Block a user