feat: 更新类型 fetchUserDetailInfo

This commit is contained in:
手瓜一十雪
2025-04-08 10:12:18 +08:00
parent bd8bbf76ab
commit c20c19d8e0
2 changed files with 9 additions and 3 deletions

View File

@@ -12,7 +12,7 @@ export class NTQQMsgApi {
this.context = context;
this.core = core;
}
async clickInlineKeyboardButton(...params: Parameters<NodeIKernelMsgService['clickInlineKeyboardButton']>) {
return this.context.session.getMsgService().clickInlineKeyboardButton(...params);
}