Package version:

Interface MessageInputImageUrlBlock

An image-URL block in a new message, referencing an external image by URL.

interface MessageInputImageUrlBlock {
    imageUrl: MessageImageUrlParam;
    type: "image_url";
}

Hierarchy (view full)

Properties

Properties

Information about the external image URL, including the URL and optional detail level.

type

Must be 'image_url' for an externally hosted image block.