Interface
RESTPostAPIMessageAttachmentMeta
Multipart file attachment metadata (index-based id) for FormData sends.
Properties
| Name | Type | Description |
|---|---|---|
| content_type? | string | MIME type. |
| description? | string | null | Alt text / caption. |
| duration? | number | null | Duration in seconds (audio/video). |
| filename | string | Filename. |
| flags? | number | MessageAttachmentFlags bitfield. |
| id | number | Index-based ID. |
| title? | string | null | Display title. |
| waveform? | string | null | Base64 waveform (voice messages). |