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',