diff --git a/telegram/ext/_updater.py b/telegram/ext/_updater.py index 24f2bc045..70fb650a2 100644 --- a/telegram/ext/_updater.py +++ b/telegram/ext/_updater.py @@ -102,6 +102,7 @@ class Updater(AsyncContextManager["Updater"]): __slots__ = ( "__lock", + "__polling_cleanup_cb", "__polling_task", "_httpd", "_initialized",