aiogram/docs/utils/index.rst
Alex Root Junior 1888039cee
Add serialization utilities and update documentation (#1515)
* Add serialization utilities and update documentation

Introduced utilities to deserialize Telegram objects to JSON-compliant Python objects and vice versa. These utilities manage both cases with and without files. The documentation has been updated to reflect these changes, including updates in migration recommendations and tutorials. A new unit test is added to verify the new functionality.

* Fixed Must-die implementation of the datetime serialization

* Fixed `TypeError: can't subtract offset-naive and offset-aware datetimes`
2024-06-19 00:54:36 +03:00

15 lines
169 B
ReStructuredText

=====
Utils
=====
.. toctree::
keyboard
i18n
chat_action
web_app
callback_answer
formatting
media_group
deep_linking
serialization