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