References an image File in the content of a message.

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

Properties

Properties

image_file: ImageFile
type: "image_file"

Always image_file.

Generated using TypeDoc