Share via


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.

contentType

The MIME type of the attachment content.

contentUrl

The URL of the attachment content.

name

The name of the attachment.

thumbnailUrl

The URL of the thumbnail for the attachment.

Property Details

preview

A preview of the attachment.

preview?: Attachment

Property Value

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