From 4f6073ee86bbaf53bfec9b5045af25fd0ebebc92 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=89=8B=E7=93=9C=E4=B8=80=E5=8D=81=E9=9B=AA?= Date: Sun, 2 Mar 2025 14:26:28 +0800 Subject: [PATCH] fix: 837 --- src/onebot/api/msg.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/src/onebot/api/msg.ts b/src/onebot/api/msg.ts index c63da53e..2c8305ed 100644 --- a/src/onebot/api/msg.ts +++ b/src/onebot/api/msg.ts @@ -354,6 +354,7 @@ export class OneBotMsgApi { type: OB11MessageDataType.voice, data: { file: fileCode, + path: element.filePath, file_size: element.fileSize, }, };