From 946c8ee9484ff71811333cc4ab869c94692d2c58 Mon Sep 17 00:00:00 2001 From: Professional Date: Sun, 23 Mar 2025 00:58:57 +0700 Subject: [PATCH] =?UTF-8?q?=D0=B2=D0=B0=D1=80=D0=BF=D0=B2=D0=B0?= 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 773b501..a559c2d 100644 --- a/Program.cs +++ b/Program.cs @@ -1120,7 +1120,7 @@ class Program await botClient.SendMessage( chatId: chatId, - text: "Главное:", + text: "Главное меню:", replyMarkup: keyboard ); }