From 0b4161a075a0e90139312b7ab00caef71d48a26c Mon Sep 17 00:00:00 2001 From: Oleg Date: Thu, 29 Jan 2026 02:26:13 +0300 Subject: [PATCH] Remove redundant notes --- docs/migration_2_to_3.rst | 6 ------ 1 file changed, 6 deletions(-) diff --git a/docs/migration_2_to_3.rst b/docs/migration_2_to_3.rst index f0318824..7f17682a 100644 --- a/docs/migration_2_to_3.rst +++ b/docs/migration_2_to_3.rst @@ -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) ----------------------------------