From feca98bdffaccacad090eababe3358f8885bf158 Mon Sep 17 00:00:00 2001 From: Professional Date: Sat, 22 Mar 2025 23:39:29 +0700 Subject: [PATCH] =?UTF-8?q?=D1=82=D0=B5=D1=81=D1=82=20=D0=B0=D0=B2=D1=82?= =?UTF-8?q?=D0=BE=D0=B4=D0=B5=D0=BF=D0=BB=D0=BE=D1=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Program.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Program.cs b/Program.cs index 769d94a..43276f3 100644 --- a/Program.cs +++ b/Program.cs @@ -1118,7 +1118,7 @@ class Program await botClient.SendMessage( chatId: chatId, - text: "Главное меню:", + text: "Тест автодеплоя:", replyMarkup: keyboard ); }