Attachment interface
Represents an attachment.
Properties
| content | The content of the attachment. |
| content |
The MIME type of the attachment content. |
| content |
The URL of the attachment content. |
| name | The name of the attachment. |
| thumbnail |
The URL of the thumbnail for the attachment. |
Property Details
content
The content of the attachment.
content?: unknown
Property Value
unknown
contentType
The MIME type of the attachment content.
contentType: string
Property Value
string
contentUrl
The URL of the attachment content.
contentUrl?: string
Property Value
string
name
The name of the attachment.
name?: string
Property Value
string
thumbnailUrl
The URL of the thumbnail for the attachment.
thumbnailUrl?: string
Property Value
string