Interface BotOfflineEventForce

Bot被挤下线

interface BotOfflineEventForce {
    qq: number;
    reply?: ((msgChain: string | MessageChain, quote?: boolean) => Promise<void>);
    type: "BotOfflineEventForce";
}

Hierarchy (view full)

Properties

Properties

qq: number
reply?: ((msgChain: string | MessageChain, quote?: boolean) => Promise<void>)

reply 辅助函数

type: "BotOfflineEventForce"