ba0f3 / telebot.nim

Async Telegram Bot API Client implement in @Nim-Lang
MIT License
165 stars 24 forks source link

Add a "clean" option #23

Closed zedeus closed 5 years ago

zedeus commented 5 years ago

When running bot.poll, a new option clean can be set to true to ignore pending updates. Inspired by python-telegram-bot, very useful if a bot has been down for a while.