From 8f93cf36e41918dd61c816ab8d6579fdd1658c4a Mon Sep 17 00:00:00 2001 From: Denis Date: Fri, 25 Jul 2025 00:49:20 +0300 Subject: [PATCH] =?UTF-8?q?=D0=A3=D0=B4=D0=B0=D0=BB=D0=B5=D0=BD=20=D0=B8?= =?UTF-8?q?=D0=BC=D0=BF=D0=BE=D1=80=D1=82=20UpdateUnion?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- maxapi/bot.py | 1 - 1 file changed, 1 deletion(-) diff --git a/maxapi/bot.py b/maxapi/bot.py index 7698881..bbee752 100644 --- a/maxapi/bot.py +++ b/maxapi/bot.py @@ -49,7 +49,6 @@ if TYPE_CHECKING: from .types.chats import Chat, ChatMember, Chats from .types.command import BotCommand from .types.message import Message, Messages, NewMessageLink - from .types.updates import UpdateUnion from .types.users import ChatAdmin, User from .methods.types.added_admin_chat import AddedListAdminChat