fix: forward msg by msg id

fix: send wav voice msg
This commit is contained in:
linyuchen
2024-03-01 02:53:33 +08:00
parent f0790b03bb
commit f4a53c5aec
12 changed files with 266 additions and 214 deletions

View File

@@ -10,7 +10,7 @@ import {
} from "./types";
import {NTQQApi} from "./ntcall";
import {encodeSilk} from "../common/utils";
import fs from "fs";
import * as fs from "fs";
export class SendMsgElementConstructor {

View File

@@ -277,6 +277,7 @@ export interface RawMessage {
recallTime: string; // 撤回时间, "0"是没有撤回
elements: {
elementId: string,
elementType: ElementType;
replyElement: {
senderUid: string; // 原消息发送者QQ号
sourceMsgIsIncPic: boolean; // 原消息是否有图片