Перейти к содержанию

UploadedImage

aliceio.types.uploaded_image.UploadedImage

Bases: AliceObject

Загруженное изображение, доступное навыку.

Source 1

Source 2

Source 3

id: str instance-attribute

size: int instance-attribute

origUrl: Optional[str] = None class-attribute instance-attribute

orig_url: Optional[str] property

createdAt: str instance-attribute

created_at: str property


aliceio.types.uploaded_image.PreUploadedImage

Bases: AliceObject

Ключ к изображению.

image: UploadedImage instance-attribute


aliceio.types.uploaded_image.UploadedImagesList

Bases: AliceObject

Список с изображениями.

images: list[UploadedImage] instance-attribute