AttachmentData interface
Attachment data
Properties
name | Name of the attachment |
original |
Attachment content |
thumbnail |
Attachment thumbnail |
type | Content-Type of the attachment |
Property Details
name
Name of the attachment
name: string
Property Value
string
originalBase64
Attachment content
originalBase64: Uint8Array
Property Value
Uint8Array
thumbnailBase64
Attachment thumbnail
thumbnailBase64: Uint8Array
Property Value
Uint8Array
type
Content-Type of the attachment
type: string
Property Value
string