Telegram Bot API with console apps – Telegram API
I just started to play with Telegram Bot API. Everything is work fine except for console apps..` var bot = new TelegramBotClient("token"); bot.SendTextMessageAsync("group_id", "1" + ":Something not right!", false, false); I use above code to implement Telegram Bot on window…