Interface BotOfflineEventDropped

Bot被服务器断开或因网络问题而掉线

interface BotOfflineEventDropped {
    qq: number;
    reply?: ((msgChain, quote?) => Promise<void>);
    type: "BotOfflineEventDropped";
}

Hierarchy (view full)

Properties

Properties

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

reply 辅助函数

Type declaration

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

      Parameters

      Returns Promise<void>

type: "BotOfflineEventDropped"

Generated using TypeDoc