mirror of
https://github.com/aiogram/aiogram.git
synced 2025-12-06 07:50:32 +00:00
Reworked InputFile sending (#1238)
* Reworked InputFile sending * Added changelog
This commit is contained in:
parent
c7b7714959
commit
a7916c1103
7 changed files with 32 additions and 34 deletions
3
CHANGES/1238.misc.rst
Normal file
3
CHANGES/1238.misc.rst
Normal file
|
|
@ -0,0 +1,3 @@
|
|||
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.
|
||||
Loading…
Add table
Add a link
Reference in a new issue