feat: report forward msg,get_forward_msg

This commit is contained in:
linyuchen
2024-03-27 20:07:56 +08:00
parent ca0a6cfb22
commit b55f35549d
8 changed files with 105 additions and 1 deletions

View File

@@ -16,6 +16,17 @@ export interface Peer {
}
export class NTQQMsgApi {
static async getMultiMsg(peer: Peer, rootMsgId: string, parentMsgId: string) {
return await callNTQQApi<GeneralCallResult & {msgList: RawMessage[]}>({
methodName: NTQQApiMethod.GET_MULTI_MSG,
args: [{
peer,
rootMsgId,
parentMsgId
}, null]
})
}
static async activateGroupChat(groupCode: string) {
// await this.fetchRecentContact();
// await sleep(500);