fix: build and lots of obsolete warnings

This commit is contained in:
Andriy
2025-02-09 17:40:03 +02:00
parent 8917a8ba5f
commit c3a553f68d
29 changed files with 103 additions and 108 deletions
+1 -1
View File
@@ -58,6 +58,6 @@ public class Common : BotEventHandler
.Br();
}
await Bot.SendTextMessageAsync(Chat.Id, msg.ToString(), parseMode: ParseMode.Html);
await Bot.SendMessage(Chat.Id, msg.ToString(), parseMode: ParseMode.Html);
}
}