From ddf98463c19e249b74365d84e4e493ab59cab593 Mon Sep 17 00:00:00 2001 From: 107 <107@DESKTOP-UP8U7M2> Date: Thu, 20 Mar 2025 12:21:02 +0700 Subject: [PATCH] =?UTF-8?q?=D1=84=D0=B8=D0=BA=D1=81=20=D0=BB=D0=BE=D0=B3?= =?UTF-8?q?=D0=BE=D0=B2=20=D0=B2=20=D0=BA=D0=BE=D0=BD=D1=81=D0=BE=D0=BB?= =?UTF-8?q?=D0=B8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Program.cs | 1 - 1 file changed, 1 deletion(-) diff --git a/Program.cs b/Program.cs index 7ea57f5..6480a07 100644 --- a/Program.cs +++ b/Program.cs @@ -154,7 +154,6 @@ class Program try { await botClient.DeleteMessage(chatId, messageId); - Log.Information($"Сообщение {messageId} в чате {chatId} удалено."); } catch (Exception ex) {