ba0f3 / telebot.nim

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

How to send files via id? #57

Closed Michal-Szczepaniak closed 3 years ago

Michal-Szczepaniak commented 3 years ago

Previously I was able to send files via ID but now the only option seems to be a file?

ba0f3 commented 3 years ago

pass a file_id as string, use file:// uri for file upload