ba0f3 / telebot.nim

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

Add polling functionality #4

Closed watzon closed 6 years ago

watzon commented 6 years ago

Nice shorthand for if people just want to use commands and don't care about the updates coming in. I'm thinking we could start using nim's events library to allow people to still subscribe to update events though.