MessageFile interface
Information about a file attached to an assistant thread message.
Properties
| created |
The Unix timestamp, in seconds, representing when this object was created. |
| id | The identifier, which can be referenced in API endpoints. |
| message |
The ID of the message that this file is attached to. |
Property Details
createdAt
The Unix timestamp, in seconds, representing when this object was created.
createdAt: Date
Property Value
Date
id
The identifier, which can be referenced in API endpoints.
id: string
Property Value
string
messageId
The ID of the message that this file is attached to.
messageId: string
Property Value
string