From 86cdfbb79b1d04adcc8bf72e9abdfe0103f0fff3 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: Sat, 30 Nov 2024 12:11:33 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20=E5=8F=96=E6=B6=88=E4=B8=8A=E6=8A=A5=20?= =?UTF-8?q?pic=5Ftype?= 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 deletion(-) diff --git a/src/onebot/api/msg.ts b/src/onebot/api/msg.ts index ce25ae3a..eba61da8 100644 --- a/src/onebot/api/msg.ts +++ b/src/onebot/api/msg.ts @@ -118,7 +118,6 @@ export class OneBotMsgApi { return { type: OB11MessageDataType.image, data: { - pic_type: element.picType, summary: element.summary, file: encodedFileId, sub_type: element.picSubType,