Поправлена модель для обработки Геолокации

This commit is contained in:
Денис Семёнов 2025-06-30 17:06:48 +03:00
parent e8ad92c3c3
commit 5f2beb7e07

View File

@ -16,6 +16,7 @@ from .attachments.file import File
from .attachments.image import Image from .attachments.image import Image
from .attachments.video import Video from .attachments.video import Video
from .attachments.audio import Audio from .attachments.audio import Audio
from .attachments.location import Location
from .users import User from .users import User
@ -97,7 +98,8 @@ class MessageBody(BaseModel):
File, File,
Image, Image,
Sticker, Sticker,
Share Share,
Location
] ]
] ]
] = [] ] = []