Home > borogove > ChatAttachment
ChatAttachment class
Signature:
export class borogove_ChatAttachment
Constructors
| Constructor | Modifiers | Description |
|---|---|---|
| (constructor)(name, mime, size, uris, hashes) |
Constructs a new instance of the borogove_ChatAttachment class
|
Properties
| Property | Modifiers | Type | Description |
|---|---|---|---|
| hashes | Array<borogove_Hash> | Hashes of data | |
| mime | string | MIME Type | |
| name | string | null | Filename | |
| size | number | null | Size in bytes | |
| uris | Array<string> | URIs to data |