References an image File in the content of a message.

interface ImageFileContentBlock {
    image_file: ImageFile;
    type: "image_file";
}

Properties

Properties

image_file: ImageFile
type: "image_file"

Always image_file.