Interface BaseEvent

内部基类

interface BaseEvent {
    reply?: ((msgChain, quote?) => Promise<void>);
    type: string;
}

Hierarchy (view full)

Properties

Properties

reply?: ((msgChain, quote?) => Promise<void>)

reply 辅助函数

Type declaration

    • (msgChain, quote?): Promise<void>
    • reply 辅助函数

      Parameters

      Returns Promise<void>

type: string

Generated using TypeDoc