ba0f3 / telebot.nim

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

Fix syntax for addFiles proc #47

Closed greenfork closed 4 years ago

greenfork commented 4 years ago

Tested on setChatPhoto, previously it was an error Error: unhandled exception: cannot open: photo

ba0f3 commented 4 years ago

Thank you!