Package version:

Interface MessageImageFileDetails

An image reference, as represented in thread message content.

interface MessageImageFileDetails {
    fileId: string;
}

Properties

Properties

fileId: string

The ID for the file associated with this image.