mirror of
https://github.com/NapNeko/NapCatQQ.git
synced 2026-02-06 13:05:09 +00:00
Merge remote-tracking branch 'origin/v2' into v2
# Conflicts: # src/core/apis/group.ts
This commit is contained in:
@@ -6,7 +6,13 @@ export enum GroupListUpdateType {
|
||||
MODIFIED,
|
||||
REMOVE
|
||||
}
|
||||
|
||||
export interface GroupMemberCache {
|
||||
group: {
|
||||
data: GroupMember[];
|
||||
isExpired: boolean;
|
||||
}
|
||||
isExpired: boolean;
|
||||
}
|
||||
export interface Group {
|
||||
groupCode: string,
|
||||
createTime?: string,//高版本才有
|
||||
|
||||
Reference in New Issue
Block a user