A small tutorial to program a Telegram BOT with C#.
First video tutorial on my channel: https://www.youtube.com/watch?v=EJIur-6RqPY
Complete playlist: https://www.youtube.com/playlist?list=PLcnoyBwb8WRhH3br-qtxo-pmQ7YbYQWEb
I used the "Telegram.Bot" library. The version of Telegram.Bot used is the 17.0.0 The version used of "Telegram.Bot.Extension.Polling" is 1.0.2. I used Visual Studio 2022. You can install both by going to: project, NuGet packets. Search and install both and use the latest version available.
New versions are now available. If you are interested in the latest versions, please check the official documentation directly.
For more info, consult the official link: https://github.com/TelegramBots/Teleg... and the Wiki: https://telegrambots.github.io/book/