diff --git a/src/core/apis/user.ts b/src/core/apis/user.ts index 43a81cf6..f51fd2df 100644 --- a/src/core/apis/user.ts +++ b/src/core/apis/user.ts @@ -11,13 +11,6 @@ export class NTQQUserApi { this.context = context; this.core = core; } - //self_tind格式 - async createUidFromTinyId(tinyId: string) { - return this.context.session.getMsgService().createUidFromTinyId(this.core.selfInfo.uin, tinyId); - } - async getStatusByUid(uid: string) { - return this.context.session.getProfileService().getStatus(uid); - } async getCoreAndBaseInfo(uids: string[]) { return await this.core.eventWrapper.callNoListenerEvent(