📦 deps(thirdparty): update snapshots

This commit is contained in:
ci[bot]
2026-06-23 16:03:00 +00:00
parent c4c6a41c21
commit 59e15f8999
557 changed files with 10501 additions and 3168 deletions
@@ -19,6 +19,7 @@ export class TelegramBotClient {
async startWebhook(port: number, webhookUrl: string, secret?: string): Promise<void> {
const app = express();
app.disable('x-powered-by');
app.use(express.json());
app.post('/webhook', async (req, res) => {