Added message serialisation and deserialization block in 2.x -> 3.x migration guide (#1479)

* Added message serialisation and deserialization block in 2.x -> 3.x migration guide

* fixed docs, added to_python() pydantic alternative

* fixed docs, added examples

---------

Co-authored-by: DanZ-ix <vpupkin@company.com>
This commit is contained in:
DaniilKosvintsev 2024-05-06 23:28:38 +03:00 committed by GitHub
parent cf2980a9c1
commit f45863a0b9
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 74 additions and 0 deletions

1
CHANGES/1412.doc.rst Normal file
View file

@ -0,0 +1 @@
Added telegram objects transformation block in 2.x -> 3.x migration guide