Restart
All checks were successful
Local Deploy with Docker / build-and-deploy (push) Successful in 22s

This commit is contained in:
Dmitrii Prokudin 2024-12-25 21:35:16 +03:00
parent c91f1fb633
commit 0534e453a9

View File

@ -31,7 +31,7 @@ class Program
private static async Task UpdateHandler(ITelegramBotClient bot, Update update, CancellationToken cancellationToken) private static async Task UpdateHandler(ITelegramBotClient bot, Update update, CancellationToken cancellationToken)
{ {
Console.WriteLine("Received an update"); Console.WriteLine("Received an message");
if (update.Type == UpdateType.Message && update.Message?.Text != null) if (update.Type == UpdateType.Message && update.Message?.Text != null)
{ {