References an image File in the content of a message.

interface ImageFileDeltaBlock {
    image_file?: ImageFileDelta;
    index: number;
    type: "image_file";
}

Properties

image_file?: ImageFileDelta
index: number

The index of the content part in the message.

type: "image_file"

Always image_file.