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

# MediaTypeEnum

[Wapi.js Docs](../README.mdx) / MediaTypeEnum

# Enumeration: MediaTypeEnum

Enum representing the media types.

## Enumeration Members

### Audio

> **Audio**: `"audio"`

#### Source

[packages/wapi.js/src/structures/media/interface.ts:21](https://github.com/sarthakjdev/wapi.js/blob/1b066ed4efaf997a4bb012da51514dfcb4165da6/packages/wapi.js/src/structures/media/interface.ts#L21)

***

### Document

> **Document**: `"document"`

#### Source

[packages/wapi.js/src/structures/media/interface.ts:24](https://github.com/sarthakjdev/wapi.js/blob/1b066ed4efaf997a4bb012da51514dfcb4165da6/packages/wapi.js/src/structures/media/interface.ts#L24)

***

### Image

> **Image**: `"image"`

#### Source

[packages/wapi.js/src/structures/media/interface.ts:22](https://github.com/sarthakjdev/wapi.js/blob/1b066ed4efaf997a4bb012da51514dfcb4165da6/packages/wapi.js/src/structures/media/interface.ts#L22)

***

### Sticker

> **Sticker**: `"sticker"`

#### Source

[packages/wapi.js/src/structures/media/interface.ts:23](https://github.com/sarthakjdev/wapi.js/blob/1b066ed4efaf997a4bb012da51514dfcb4165da6/packages/wapi.js/src/structures/media/interface.ts#L23)

***

### Video

> **Video**: `"video"`

#### Source

[packages/wapi.js/src/structures/media/interface.ts:25](https://github.com/sarthakjdev/wapi.js/blob/1b066ed4efaf997a4bb012da51514dfcb4165da6/packages/wapi.js/src/structures/media/interface.ts#L25)
