MessagingExtensionAttachment interface
Represents an attachment for a messaging extension.
- Extends
Properties
| preview | A preview of the attachment. |
Inherited 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
preview
Inherited Property Details
content
The content of the attachment.
content?: unknown
Property Value
unknown
Inherited From Attachment.content
contentType
The MIME type of the attachment content.
contentType: string
Property Value
string
Inherited From Attachment.contentType
contentUrl
The URL of the attachment content.
contentUrl?: string
Property Value
string
Inherited From Attachment.contentUrl
name
The name of the attachment.
name?: string
Property Value
string
Inherited From Attachment.name
thumbnailUrl
The URL of the thumbnail for the attachment.
thumbnailUrl?: string
Property Value
string
Inherited From Attachment.thumbnailUrl