mirror of
https://github.com/NapNeko/NapCatQQ.git
synced 2026-02-06 13:05:09 +00:00
6 lines
184 B
TypeScript
6 lines
184 B
TypeScript
import { EventType, OB11BaseEvent } from '../OB11BaseEvent';
|
|
|
|
export abstract class OB11BaseMetaEvent extends OB11BaseEvent {
|
|
post_type = EventType.META;
|
|
meta_event_type: string;
|
|
} |