From fe68e41b7aff756e474362390f5574e52680d6f8 Mon Sep 17 00:00:00 2001 From: Denis Date: Sun, 3 Aug 2025 13:58:14 +0300 Subject: [PATCH] =?UTF-8?q?=D0=9F=D0=BE=D0=BF=D1=80=D0=B0=D0=B2=D0=BB?= =?UTF-8?q?=D0=B5=D0=BD=20=D0=B8=D0=BC=D0=BF=D0=BE=D1=80=D1=82=20GetMessag?= =?UTF-8?q?e?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- maxapi/bot.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/maxapi/bot.py b/maxapi/bot.py index a7f83cb..71f0f62 100644 --- a/maxapi/bot.py +++ b/maxapi/bot.py @@ -3,8 +3,6 @@ from __future__ import annotations from datetime import datetime from typing import Any, Dict, List, Optional, Union, TYPE_CHECKING -from maxapi.methods.get_message import GetMessage - from .client.default import DefaultConnectionProperties from .types.errors import Error @@ -52,6 +50,7 @@ from .methods.subscribe_webhook import SubscribeWebhook from .methods.types.subscribed import Subscribed from .methods.types.unsubscribed import Unsubscribed from .methods.unsubscribe_webhook import UnsubscribeWebhook +from .methods.get_message import GetMessage if TYPE_CHECKING: from .types.attachments.attachment import Attachment