aiogram/tests/test_bot
darksidecat b98ec3efad
add Bot.download_file aliases ability to save files to a directory and automatically create directories (#694)
* add destination_dir and make_dirs parameters to bot download aliases

* add the ability to save files to a directory with path completion based on file_path,
* add an option to automatically create directories in the file path

* Downloadable mixin uses directory creation parameter in bot methods
2021-11-07 01:28:12 +02:00
..
test_api.py #239 added token type validation 2019-11-23 12:45:47 +03:00
test_bot_download_file.py add Bot.download_file aliases ability to save files to a directory and automatically create directories (#694) 2021-11-07 01:28:12 +02:00
test_session.py fix(BaseBot): remove __del__ method from BaseBot 2020-05-10 01:13:00 +04:00