mirror of
https://github.com/LLOneBot/LLOneBot.git
synced 2024-11-22 01:56:33 +00:00
5 lines
163 B
TypeScript
5 lines
163 B
TypeScript
import {EventType, OB11BaseEvent} from "../OB11BaseEvent";
|
|
|
|
export abstract class OB11BaseMessageEvent extends OB11BaseEvent {
|
|
post_type = EventType.MESSAGE;
|
|
} |