Remove redundant notes

This commit is contained in:
Oleg 2026-01-29 02:26:13 +03:00
parent 5c4f285d42
commit 0b4161a075
No known key found for this signature in database
GPG key ID: 94EC021AD3A08B16

View file

@ -122,12 +122,6 @@ Mapping (v2 -> v3)
- NetworkError -> :class:`TelegramNetworkError`
- EntityTooLarge -> :class:`TelegramEntityTooLarge`
Migration notes
---------------
- Use the mapped v3 exception classes in your code; when behavior depends on
specific error details, rely on the attributes listed above (``retry_after``,
``migrate_to_chat_id``, ``original``, ``data``) instead of parsing messages.
Exceptions removed in v3 (from v2)
----------------------------------