From f956d96d940862654535842dd232c7be0c616b38 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: Mon, 25 Nov 2024 18:27:36 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20=E4=B8=8A=E6=8A=A5=E6=96=87=E4=BB=B6pic?= =?UTF-8?q?Type?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 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 9418a203..a1a771e0 100644 --- a/src/onebot/api/msg.ts +++ b/src/onebot/api/msg.ts @@ -113,6 +113,7 @@ export class OneBotMsgApi { return { type: OB11MessageDataType.image, data: { + pic_type: element.picType, summary: element.summary, file: encodedFileId, sub_type: element.picSubType,