mirror of
https://github.com/aiogram/aiogram.git
synced 2026-04-08 16:37:47 +00:00
3 lines
193 B
ReStructuredText
3 lines
193 B
ReStructuredText
Reworked InputFile reading, removed :code:`__aiter__` method, added `bot: Bot` argument to
|
|
the :code:`.read(...)` method, so, from now URLInputFile can be used without specifying
|
|
bot instance.
|