depoio / node-telegram-bot

Client wrapper for Telegram Bot API (Under heavy development)
MIT License
136 stars 30 forks source link

getFile without dir parameter #68

Closed miguelpeixe closed 8 years ago

miguelpeixe commented 8 years ago

If dir is not set on getFile method the returned url is null.

Apparently the url is only set inside the options.dir conditional.

miguelpeixe commented 8 years ago

Just realized this is fixed on master, but not updated to npm