References an image URL in the content of a message.

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

Properties

Properties

image_url?: ImageURLDelta
index: number

The index of the content part in the message.

type: "image_url"

Always image_url.