Metadata of a file uploaded by a user for Chat.
| Field | Type | Required | Description |
|---|---|---|---|
status |
Optional[models.ChatFileStatus] | ➖ | Current status of the file. |
upload_time |
Optional[int] | ➖ | Upload time, in epoch seconds. |
processed_size |
Optional[int] | ➖ | Size of the processed file in bytes. |
failure_reason |
Optional[models.ChatFileFailureReason] | ➖ | Reason for failed status. |
mime_type |
Optional[str] | ➖ | MIME type of the file. |