mirror of
https://github.com/NapNeko/NapCatQQ.git
synced 2025-07-19 12:03:37 +00:00
chore: api
This commit is contained in:
@@ -40,7 +40,7 @@ export class NTQQGroupApi {
|
||||
* }
|
||||
*/
|
||||
async getGroupMemberLastestSendTime(GroupCode: string) {
|
||||
async function getdata(uid: string) {
|
||||
const getdata = async (uid: string) => {
|
||||
let NTRet = await this.getLastestMsgByUids(GroupCode, [uid]);
|
||||
if (NTRet.result != 0 && NTRet.msgList.length < 1) {
|
||||
return undefined;
|
||||
|
Reference in New Issue
Block a user