mirror of
https://github.com/NapNeko/NapCatQQ.git
synced 2026-01-11 22:59:03 +08:00
6 lines
177 B
TypeScript
6 lines
177 B
TypeScript
import { EventType, OneBotEvent } from '@/napcat-onebot/event/OneBotEvent';
|
|
|
|
export abstract class OB11BaseMessageEvent extends OneBotEvent {
|
|
post_type = EventType.MESSAGE;
|
|
}
|