Represents a file attachment or binary data
Attachment =
object
Represents a file attachment or binary data. Used for documents, images, or other file content.
Properties
contentType
contentType:
string|null
MIME type of the attachment
data
data:
string|null
The actual data content
url
url:
string|null
URL where the data can be found
title
title:
string|null
Label to display in place of the data
