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?: unknownProperty Value
unknown
		contentType
	 
	The MIME type of the attachment content.
contentType: stringProperty Value
string
		contentUrl
	 
	The URL of the attachment content.
contentUrl?: stringProperty Value
string
name
The name of the attachment.
name?: stringProperty Value
string
		thumbnailUrl
	 
	The URL of the thumbnail for the attachment.
thumbnailUrl?: stringProperty Value
string