> ## Documentation Index
> Fetch the complete documentation index at: https://baileys.wiki/llms.txt
> Use this file to discover all available pages before exploring further.

# DownloadableMessage

> Type Alias DownloadableMessage in the Baileys API.

> **DownloadableMessage**: `object`

Defined in: [src/Types/Message.ts:85](https://github.com/WhiskeySockets/Baileys/blob/master/src/Types/Message.ts#L85)

## Type declaration

### directPath?

> `optional` **directPath**: `string` | `null`

### mediaKey?

> `optional` **mediaKey**: `Uint8Array` | `null`

### url?

> `optional` **url**: `string` | `null`
