build: 1.7.2 beta0

This commit is contained in:
手瓜一十雪 2024-07-31 22:20:39 +08:00
parent e65a36c517
commit 0c200d6748

View File

@ -186,6 +186,7 @@ export class NTQQMsgApi {
// const msgId = BigInt("0x" + buffer.toString('hex')).toString();
// return msgId;
// }
let msgId = await NTQQMsgApi.getMsgUnique(await NTQQMsgApi.getServerTime());
let data = await NTEventDispatch.CallNormalEvent<
(msgId: string, peer: Peer, msgElements: SendMessageElement[], map: Map<any, any>) => Promise<unknown>,