export type QQBotDmPolicy = "open" | "allowlist" | "disabled";
export type QQBotGroupPolicy = "open" | "allowlist" | "disabled";
