nickoala / telepot

Python framework for Telegram Bot API
MIT License
2.42k stars 474 forks source link

download a file #315

Closed mahdidavoodi7 closed 7 years ago

mahdidavoodi7 commented 7 years ago

when i try to download a file using this code : bot.download_file(file_id , './') this code give me this error : PermissionError: [Errno 13] Permission denied: './'

please help me