fix: ShortVideo doc

This commit is contained in:
StageGuard 2023-09-11 14:48:34 +08:00 committed by GitHub
parent 323f6b363c
commit d33160311a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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
@ -247,4 +247,4 @@ public interface InternalShortVideoProtocol {
) )
} }
} }
} }