Telegram introduced a while ago an API to download files sent to the bot, and botogram should implement it. Proposed API: ``` python file_obj.save("test.txt") ``` - [x] Implement support for downloading files - [x] Fix the photos ugly API - [x] Add things to the documentation