Package version:

Interface ChatAttachment

An attachment in a chat message.

Hierarchy

  • ChatAttachment

Properties

attachmentType: "teamsInlineImage"

The type of attachment.

contentType?: string

The type of content of the attachment, if available

id: string

Id of the attachment

name?: string

The name of the attachment content.

previewUrl?: string

The URL where the preview of attachment can be downloaded

url: string

The URL where the attachment can be downloaded

Generated using TypeDoc