mirror of
https://github.com/LLOneBot/LLOneBot.git
synced 2024-11-22 01:56:33 +00:00
fix: forward msg by msg id
fix: send wav voice msg
This commit is contained in:
@@ -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 {
|
||||
|
@@ -277,6 +277,7 @@ export interface RawMessage {
|
||||
recallTime: string; // 撤回时间, "0"是没有撤回
|
||||
elements: {
|
||||
elementId: string,
|
||||
elementType: ElementType;
|
||||
replyElement: {
|
||||
senderUid: string; // 原消息发送者QQ号
|
||||
sourceMsgIsIncPic: boolean; // 原消息是否有图片
|
||||
|
Reference in New Issue
Block a user