From 3363b26b53f4d01b5af6065511419612d4a389e1 Mon Sep 17 00:00:00 2001 From: Harshil <37377066+harshil21@users.noreply.github.com> Date: Fri, 23 Feb 2024 17:52:43 -0500 Subject: [PATCH] Add missing slot to Updater --- telegram/ext/_updater.py | 1 + 1 file changed, 1 insertion(+) diff --git a/telegram/ext/_updater.py b/telegram/ext/_updater.py index 24f2bc04588..70fb650a27f 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",