nminaya / grammar-nazi-bot

Bot that corrects spelling mistakes.
MIT License
31 stars 8 forks source link

Use Telegram.Bot Polling #259

Closed nminaya closed 3 years ago

nminaya commented 3 years ago

The last version of Telegram.Bot marked the methods and events we use to receive messages as Obsolete/Deprecated.

They recommend to use Polling: https://github.com/TelegramBots/Telegram.Bot.Examples/blob/master/Telegram.Bot.Examples.Polling/Program.cs

Jadhielv commented 3 years ago

I would like to help you with this @nminaya

nminaya commented 3 years ago

@Jadhielv Ok, go ahead

nminaya commented 3 years ago

@Jadhielv This will need some testing as well