References an image File in the content of a message.

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

Properties

index: number

The index of the content part in the message.

type: "image_file"

Always image_file.

image_file?: ImageFileDelta