mirror of
https://github.com/NapNeko/NapCatQQ.git
synced 2026-01-13 11:40:35 +00:00
6 lines
183 B
TypeScript
6 lines
183 B
TypeScript
import { OB11BaseNoticeEvent } from './OB11BaseNoticeEvent';
|
|
|
|
export abstract class OB11GroupNoticeEvent extends OB11BaseNoticeEvent {
|
|
group_id: number = 0;
|
|
user_id: number = 0;
|
|
} |