From 00e4e6083ccbad4b2324ea420e5669f6ecb1559f Mon Sep 17 00:00:00 2001 From: Professional Date: Wed, 19 Mar 2025 22:53:45 +0700 Subject: [PATCH] =?UTF-8?q?=D0=B4=D0=BE=D0=B1=D0=B0=D0=B2=D0=BB=D0=B5?= =?UTF-8?q?=D0=BD=D0=B8=D0=B5=20=D0=BA=D0=BD=D0=BE=D0=BF=D0=BA=D0=B8=20"?= =?UTF-8?q?=D0=9D=D0=B0=D0=B7=D0=B0=D0=B4"=20=D0=B2=20=D0=BC=D0=B5=D0=BD?= =?UTF-8?q?=D0=B5=D0=B4=D0=B6=D0=B5=D1=80=20=D0=B7=D0=B0=D1=8F=D0=B2=D0=BE?= =?UTF-8?q?=D0=BA?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Program.cs | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Program.cs b/Program.cs index 6658286..f5cccc4 100644 --- a/Program.cs +++ b/Program.cs @@ -584,6 +584,7 @@ class Program // Добавляем кнопки навигации buttons.Add(new[] { + InlineKeyboardButton.WithCallbackData("Назад", "back_to_admin_panel"), InlineKeyboardButton.WithCallbackData("Главное меню", "main_menu") }); @@ -601,6 +602,7 @@ class Program } } + private static async Task ViewArchivedReports(ITelegramBotClient botClient, long chatId) { string connectionString = "Data Source=bot.db";