Skip to main content
The Deno 2 Release Candidate is here
Learn more
Module

x/openai_deno/mod.ts>MessageFile

OpenAI API wrapper for deno.
Latest
interface MessageFile
Re-export
import { type MessageFile } from "https://deno.land/x/openai_deno@v0.9.8/mod.ts";

Properties

id: string

The identifier, which can be referenced in API endpoints.

object: "thread.message.file"

The object type, which is always thread.message.file.

createdAt: number

The Unix timestamp (in seconds) for when the message file was created.

messageID: string

The ID of the message that the File is attached to.