ba0f3 / telebot.nim

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

Fix cleanUpdates skipping first message #32

Closed zedeus closed 5 years ago

zedeus commented 5 years ago

Forgot to set the timeout to 0 in cleanUpdates, resulting in the first message (within the timout of course) getting skipped.