Compare commits

...

15 commits

Author SHA1 Message Date
JRoot Junior
288b95fd74
Merge branch 'dev-3.x' 2026-04-04 01:55:12 +03:00
JRoot Junior
4f435ae39b
Merge branch 'dev-3.x' 2026-03-03 01:26:29 +02:00
JRoot Junior
860dd5cab8
Merge branch 'dev-3.x' 2026-02-10 23:47:33 +02:00
JRoot Junior
b01b2ed8fc
Merge branch 'dev-3.x' 2026-01-02 02:55:22 +02:00
JRoot Junior
3af06d3a76
Merge branch 'dev-3.x' 2025-12-07 03:04:15 +02:00
JRoot Junior
d01398c51c
Merge branch 'dev-3.x' 2025-12-07 00:36:05 +02:00
JRoot Junior
470226ed7c
Reformat code 2025-08-17 19:31:11 +03:00
JRoot Junior
2a8b27ede7
Merge branch 'refs/heads/dev-3.x' 2025-08-17 19:29:58 +03:00
JRoot Junior
ba33dbf6b2
Merge branch 'dev-3.x' 2025-07-05 14:36:04 +03:00
JRoot Junior
59aed81e1e
Merge branch 'refs/heads/dev-3.x' 2025-04-16 23:27:48 +03:00
JRoot Junior
7a091334c4
Merge branch 'dev-3.x' 2025-04-15 23:07:15 +03:00
JRoot Junior
7daa8e65cb
Merge branch 'dev-3.x' 2025-04-14 00:15:35 +03:00
JRoot Junior
3702b2a744
Merge branch 'dev-3.x' 2025-03-19 21:07:23 +02:00
JRoot Junior
21c74c73d0
Merge branch 'dev-3.x' 2025-02-16 22:46:34 +02:00
Сода
0ff25804ae
Fix link formatting for pydantic in migration docs (#1624) 2025-01-04 10:36:45 +02:00
2 changed files with 3 additions and 3 deletions

View file

@ -247,11 +247,11 @@ msgstr ""
#: ../../migration_2_to_3.rst:85 #: ../../migration_2_to_3.rst:85
msgid "" msgid ""
"All API methods are now classes with validation, implemented via " "All API methods are now classes with validation, implemented via "
"`pydantic <https://docs.pydantic.dev/>`. These API calls are also " "`pydantic <https://docs.pydantic.dev/>`_. These API calls are also "
"available as methods in the Bot class." "available as methods in the Bot class."
msgstr "" msgstr ""
"Всі методи API тепер є класами з валідацією, реалізованими через " "Всі методи API тепер є класами з валідацією, реалізованими через "
"`pydantic <https://docs.pydantic.dev/>`. Ці виклики API також доступні як" "`pydantic <https://docs.pydantic.dev/>`_. Ці виклики API також доступні як"
" методи в класі Bot." " методи в класі Bot."
#: ../../migration_2_to_3.rst:88 #: ../../migration_2_to_3.rst:88

View file

@ -83,7 +83,7 @@ Bot API
======= =======
- All API methods are now classes with validation, implemented via - All API methods are now classes with validation, implemented via
`pydantic <https://docs.pydantic.dev/>`. `pydantic <https://docs.pydantic.dev/>`_.
These API calls are also available as methods in the Bot class. These API calls are also available as methods in the Bot class.
- More pre-defined Enums have been added and moved to the `aiogram.enums` sub-package. - More pre-defined Enums have been added and moved to the `aiogram.enums` sub-package.
For example, the chat type enum is now :class:`aiogram.enums.ChatType` instead of :class:`aiogram.types.chat.ChatType`. For example, the chat type enum is now :class:`aiogram.enums.ChatType` instead of :class:`aiogram.types.chat.ChatType`.