diff --git a/Program.cs b/Program.cs index bb08d6b..cf07792 100644 --- a/Program.cs +++ b/Program.cs @@ -25,6 +25,8 @@ class Program private static async Task UpdateHandler(ITelegramBotClient bot, Update update, CancellationToken cancellationToken) { + Console.WriteLine($"Start recieveing"); + if (update.Type == UpdateType.Message && update.Message?.Text != null) { var message = update.Message;