id | string | Unique identifier for the attachment (UUID) |
filename | string | Original filename of the attachment |
content_type | string | Declared MIME type, lowercased |
size_bytes | integer | Size of the attachment in bytes |
status | string | Current upload state |
download_url | string, optional | URL to download the attachment |
created_at | string | When the attachment was created |
duration_ms | [‘integer’, ‘null’], optional | Audio or video duration in milliseconds when known |
width | [‘integer’, ‘null’], optional | Pixel width when known |
height | [‘integer’, ‘null’], optional | Pixel height when known |