This commit is contained in:
手瓜一十雪
2025-02-04 14:34:55 +08:00
parent d0f51d92ac
commit a7ee21bfd8
5 changed files with 35 additions and 24 deletions

View File

@@ -195,7 +195,7 @@ export interface OneBot11GroupUpload extends NoticeBase {
name: string
/** 文件大小(字节数) */
size: number
/** busid(目前不清楚有什么作用 */
/** busid作用 */
busid: number
}
}