References an image URL in the content of a message.

interface ImageURLDeltaBlock {
    index: number;
    type: "image_url";
    image_url?: ImageURLDelta;
}

Properties

Properties

index: number

The index of the content part in the message.

type: "image_url"

Always image_url.

image_url?: ImageURLDelta