优化 contact 支持群聊和私聊

This commit is contained in:
huankong233
2024-10-23 09:05:42 +08:00
parent 558ce05751
commit 8f79118fd8
3 changed files with 16 additions and 7 deletions

View File

@@ -239,7 +239,7 @@ export interface NodeIKernelGroupService {
setMemberShutUp(groupCode: string, memberTimes: { uid: string, timeStamp: number }[]): Promise<void>;
getGroupRecommendContactArkJson(groupCode: string): unknown;
getGroupRecommendContactArkJson(groupCode: string): Promise<GeneralCallResult & { arkJson: string }>;
getJoinGroupLink(param: {
groupCode: string,