mirror of
https://github.com/aiogram/aiogram.git
synced 2026-04-08 16:37:47 +00:00
* Added base code and make code improvements * Auto-exclude coverage for `if TYPE_CHECKING:` * Fixed current coverage * Cover I18n module * Update pipeline * Fixed annotations * Added docs * Move exceptions * Added tests for KeyboardBuilder and initial docs * Remove help generator (removed from sources tree, requires rewrite) * Added patch-notes #698, #699, #700, #701, #702, #703
3 lines
155 B
Gherkin
3 lines
155 B
Gherkin
Added support of local Bot API server files downloading
|
|
|
|
When Local API is enabled files can be downloaded via `bot.download`/`bot.download_file` methods.
|