| 907 | const failedReportPath = await generateFailedReport(result.failedUsers, chatTitle, numericChatId); |
| 908 | await client.sendMessage("me", { |
| 909 | message: `⚠️ <b>清理失败用户报告</b>\n\n` + |
| 910 | `🏷️ 群组: <b>${htmlEscape(chatTitle)}</b>\n` + |
| 911 | `❌ 失败数量: <code>${result.failedUsers.length}</code> 人\n` + |
| 912 | `📁 报告文件: <code>${path.basename(failedReportPath)}</code>\n\n` + |
nothing calls this directly
no outgoing calls
no test coverage detected