Interface BotLeaveEventActive

Bot主动退出一个群

interface BotLeaveEventActive {
    group: Group;
    reply?: ((msgChain: string | MessageChain, quote?: boolean) => Promise<void>);
    type: "BotLeaveEventActive";
}

Hierarchy (view full)

Properties

Properties

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

reply 辅助函数

type: "BotLeaveEventActive"