Добавлен PhotoAttachmentRequestPayload для легкого импорта

This commit is contained in:
Денис Семёнов 2025-07-29 22:31:23 +03:00
parent b1f8fb91cb
commit af6b1f1a74

View File

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