From 0cdfb606c8c6625265d4ad8cd502d8234264bee4 Mon Sep 17 00:00:00 2001 From: WIPocket Date: Wed, 20 May 2026 00:01:02 +0200 Subject: [PATCH] not a copypasta --- src/tg/bot.deno.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/tg/bot.deno.ts b/src/tg/bot.deno.ts index 536b227..edff695 100644 --- a/src/tg/bot.deno.ts +++ b/src/tg/bot.deno.ts @@ -815,7 +815,7 @@ async function* reportProcessResult( reply_to_message_id, parse_mode: "MarkdownV2", text, - }); + }, "sendMessage", 0, true); } async function handleCallbackQuery(data: any) {