Interface BotLeaveEventKick

Bot被踢出一个群

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

Hierarchy (view full)

Properties

Properties

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

reply 辅助函数

type: "BotLeaveEventKick"