Are you an LLM? You can read better optimized documentation at /en/message-templates/types/discord/attachment.md for this page in Markdown format
Attachment
This data type describes all available data about the message attachment (video, pictures, files).
Properties
| Property | Type | Description |
|---|---|---|
id | Number | Unique identifier |
createdAt | DateTime | Creation date and time |
url | String | URL |
proxyUrl | String | Proxy URL |
fileName | String | File name |
size | Number | File size (bytes) |
height | Number | Image/Video height. -1 for other file types |
width | Number | Image/Video width. -1 for other file types |