From af6b1f1a74b6080052ba96a4b40c505f8ee555d3 Mon Sep 17 00:00:00 2001 From: Denis Date: Tue, 29 Jul 2025 22:31:23 +0300 Subject: [PATCH] =?UTF-8?q?=D0=94=D0=BE=D0=B1=D0=B0=D0=B2=D0=BB=D0=B5?= =?UTF-8?q?=D0=BD=20PhotoAttachmentRequestPayload=20=D0=B4=D0=BB=D1=8F=20?= =?UTF-8?q?=D0=BB=D0=B5=D0=B3=D0=BA=D0=BE=D0=B3=D0=BE=20=D0=B8=D0=BC=D0=BF?= =?UTF-8?q?=D0=BE=D1=80=D1=82=D0=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- maxapi/types/__init__.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/maxapi/types/__init__.py b/maxapi/types/__init__.py index 31e7a64..fcdf549 100644 --- a/maxapi/types/__init__.py +++ b/maxapi/types/__init__.py @@ -28,6 +28,7 @@ from ..types.attachments.buttons.request_contact import RequestContactButton from ..types.attachments.buttons.open_app_button import OpenAppButton from ..types.attachments.buttons.request_geo_location_button import RequestGeoLocationButton from ..types.attachments.buttons.message_button import MessageButton +from ..types.attachments.image import PhotoAttachmentRequestPayload from ..types.message import Message from ..types.command import Command, BotCommand, CommandStart @@ -36,6 +37,7 @@ from .input_media import InputMedia from .input_media import InputMediaBuffer __all__ = [ + 'PhotoAttachmentRequestPayload', 'DialogUnmuted', 'DialogMuted', 'DialogCleared',