From fd6a3067426c97ccb895158fcea6fc5681f9e6b7 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: Fri, 12 Jul 2024 10:54:01 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20=E6=87=92=E5=BE=97=E5=86=99=E4=BA=86?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/core/src/apis/group.ts | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/src/core/src/apis/group.ts b/src/core/src/apis/group.ts index 5042574c..f9d1c4ef 100644 --- a/src/core/src/apis/group.ts +++ b/src/core/src/apis/group.ts @@ -31,6 +31,11 @@ export class NTQQGroupApi { static async DelGroupFileFolder(groupCode: string, folderId: string) { return napCatCore.session.getRichMediaService().deleteGroupFolder(groupCode, folderId); } + static async addGroupEssence(){ + // 需要 ob11msgid->msgId + (peer) -> msgSeq + msgRandom + // GetMsgByShoretID(ShoretID); -> MsgService.getMsgs(Peer,MsgId,1,false); -> 组出参数 + //return napCatCore.session.getGroupService().addGroupEssence(); + } static async getSingleScreenNotifies(num: number) { let [_retData, _doubt, _seq, notifies] = await NTEventDispatch.CallNormalEvent <(arg1: boolean, arg2: string, arg3: number) => Promise, (doubt: boolean, seq: string, notifies: GroupNotify[]) => void>