mirror of
https://github.com/aiogram/aiogram.git
synced 2025-12-06 07:50:32 +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.
|