[core] Add @since for uploadShortVideo

This commit is contained in:
Him188 2023-09-09 15:44:50 +08:00
parent b238d13a32
commit 24a783de4a
No known key found for this signature in database
GPG Key ID: 0B199D2C430CD6A1

View File

@ -98,6 +98,8 @@ public interface Contact : ContactOrBot, CoroutineScope {
* @param thumbnail 短视频封面图为图片资源.
* @param video 视频资源目前仅支持上传 mp4 格式的视频.
* @param fileName 文件名若为 `null` 则根据 [video] 自动生成.
*
* @since 2.16
*/
public suspend fun uploadShortVideo(
thumbnail: ExternalResource,