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

This commit is contained in:
Dmitrii Prokudin 2024-12-25 05:15:01 +03:00
parent 42d85b6f03
commit 950bed61e3

View File

@ -25,6 +25,8 @@ 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($"Start recieveing");
if (update.Type == UpdateType.Message && update.Message?.Text != null) if (update.Type == UpdateType.Message && update.Message?.Text != null)
{ {
var message = update.Message; var message = update.Message;