AttachmentMetadata interface
Data model that represents a chat message attachment where it contains an ID to uniquely identify the attachment, a name that represents the name of file, and a URL to download the attachment.
Properties
| id | Unique ID of the attachment. |
| name | Attachment name to be displayed. |
| url | Download URL for the attachment. |
Property Details
id
Unique ID of the attachment.
id: string
Property Value
string
name
Attachment name to be displayed.
name: string
Property Value
string
url
Download URL for the attachment.
url: string
Property Value
string