AttachmentData interface
Represents the data of an attachment.
Properties
name | The name of the attachment. |
original |
The original data of the attachment in Base64 format. |
thumbnail |
The thumbnail data of the attachment in Base64 format. |
type | The type of the attachment. |
Property Details
name
The name of the attachment.
name: string
Property Value
string
originalBase64
The original data of the attachment in Base64 format.
originalBase64: Uint8Array
Property Value
Uint8Array
thumbnailBase64
The thumbnail data of the attachment in Base64 format.
thumbnailBase64: Uint8Array
Property Value
Uint8Array
type
The type of the attachment.
type: string
Property Value
string