feat: go-cqhttp style group file apis

This commit is contained in:
Wesley F. Young
2024-08-30 11:44:15 +08:00
parent 578f518aaf
commit 54a7cbc3f4
15 changed files with 370 additions and 17 deletions

View File

@@ -402,7 +402,7 @@ export class NTQQGroupApi {
}
async GetGroupFileCount(Gids: Array<string>) {
async getGroupFileCount(Gids: Array<string>) {
return this.context.session.getRichMediaService().batchGetGroupFileCount(Gids);
}