feat: GetRecentContact 私有标准

This commit is contained in:
手瓜一十雪
2024-08-05 18:39:02 +08:00
parent 66481d779b
commit 77e44cebdd
3 changed files with 53 additions and 7 deletions

View File

@@ -1,4 +1,4 @@
import { Peer } from "../entities";
import { ChatType, Peer } from "../entities";
import { NodeIKernelRecentContactListener } from "../listeners/NodeIKernelRecentContactListener";
import { GeneralCallResult } from "./common";
export interface FSABRecentContactParams {
@@ -39,7 +39,13 @@ export interface NodeIKernelRecentContactService {
errCode: number,
errMsg: string,
sortedContactList: Array<number>,
changedList: Array<any>
changedList: Array<{
remark: any;
peerName: any;
sendMemberName: any;
sendNickName: any;
peerUid: string; peerUin: string, msgTime: string, chatType: ChatType, msgId: string
}>
}
}>; // 1 arguments