ba0f3 / telebot.nim

Async Telegram Bot API Client implement in @Nim-Lang

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Shouldn't update callbacks always be called?

watzon opened this issue · comments

Currently any onUpdate callbacks aren't called if the message has a command or an inline query. This kind of breaks my use case for this library, because there are certain things I want to do for every update that comes in. It would be a pretty simple fix and I could get a PR in if you want.

fixed in previous release