Added support of Bot API 6.2

This commit is contained in:
Alex Root Junior 2022-08-14 01:37:00 +03:00
parent 4315ecf1a2
commit bc88bf8571
No known key found for this signature in database
GPG key ID: 074C1D455EBEA4AC
64 changed files with 237 additions and 271 deletions

View file

@ -29,13 +29,6 @@ Imports:
- :code:`from aiogram.methods.set_passport_data_errors import SetPassportDataErrors`
- alias: :code:`from aiogram.methods import SetPassportDataErrors`
In handlers with current bot
----------------------------
.. code-block:: python
result: bool = await SetPassportDataErrors(...)
With specific bot
~~~~~~~~~~~~~~~~~