> ## 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.

# NotificationMessageTypeEnum

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

# Enumeration: NotificationMessageTypeEnum

Enum representing the types of notification message

## Enumeration Members

### Audio

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

#### Source

[packages/wapi.js/src/webhook/type.ts:65](https://github.com/sarthakjdev/wapi.js/blob/1b066ed4efaf997a4bb012da51514dfcb4165da6/packages/wapi.js/src/webhook/type.ts#L65)

***

### Button

> **Button**: `"button"`

#### Source

[packages/wapi.js/src/webhook/type.ts:76](https://github.com/sarthakjdev/wapi.js/blob/1b066ed4efaf997a4bb012da51514dfcb4165da6/packages/wapi.js/src/webhook/type.ts#L76)

***

### Contacts

> **Contacts**: `"contacts"`

#### Source

[packages/wapi.js/src/webhook/type.ts:63](https://github.com/sarthakjdev/wapi.js/blob/1b066ed4efaf997a4bb012da51514dfcb4165da6/packages/wapi.js/src/webhook/type.ts#L63)

***

### Document

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

#### Source

[packages/wapi.js/src/webhook/type.ts:67](https://github.com/sarthakjdev/wapi.js/blob/1b066ed4efaf997a4bb012da51514dfcb4165da6/packages/wapi.js/src/webhook/type.ts#L67)

***

### Image

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

#### Source

[packages/wapi.js/src/webhook/type.ts:70](https://github.com/sarthakjdev/wapi.js/blob/1b066ed4efaf997a4bb012da51514dfcb4165da6/packages/wapi.js/src/webhook/type.ts#L70)

***

### Interactive

> **Interactive**: `"interactive"`

#### Source

[packages/wapi.js/src/webhook/type.ts:74](https://github.com/sarthakjdev/wapi.js/blob/1b066ed4efaf997a4bb012da51514dfcb4165da6/packages/wapi.js/src/webhook/type.ts#L74)

***

### Location

> **Location**: `"location"`

#### Source

[packages/wapi.js/src/webhook/type.ts:72](https://github.com/sarthakjdev/wapi.js/blob/1b066ed4efaf997a4bb012da51514dfcb4165da6/packages/wapi.js/src/webhook/type.ts#L72)

***

### Order

> **Order**: `"order"`

#### Source

[packages/wapi.js/src/webhook/type.ts:68](https://github.com/sarthakjdev/wapi.js/blob/1b066ed4efaf997a4bb012da51514dfcb4165da6/packages/wapi.js/src/webhook/type.ts#L68)

***

### Reaction

> **Reaction**: `"reaction"`

#### Source

[packages/wapi.js/src/webhook/type.ts:75](https://github.com/sarthakjdev/wapi.js/blob/1b066ed4efaf997a4bb012da51514dfcb4165da6/packages/wapi.js/src/webhook/type.ts#L75)

***

### Sticker

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

#### Source

[packages/wapi.js/src/webhook/type.ts:69](https://github.com/sarthakjdev/wapi.js/blob/1b066ed4efaf997a4bb012da51514dfcb4165da6/packages/wapi.js/src/webhook/type.ts#L69)

***

### System

> **System**: `"system"`

#### Source

[packages/wapi.js/src/webhook/type.ts:71](https://github.com/sarthakjdev/wapi.js/blob/1b066ed4efaf997a4bb012da51514dfcb4165da6/packages/wapi.js/src/webhook/type.ts#L71)

***

### Text

> **Text**: `"text"`

#### Source

[packages/wapi.js/src/webhook/type.ts:64](https://github.com/sarthakjdev/wapi.js/blob/1b066ed4efaf997a4bb012da51514dfcb4165da6/packages/wapi.js/src/webhook/type.ts#L64)

***

### Unknown

> **Unknown**: `"unknown"`

#### Source

[packages/wapi.js/src/webhook/type.ts:73](https://github.com/sarthakjdev/wapi.js/blob/1b066ed4efaf997a4bb012da51514dfcb4165da6/packages/wapi.js/src/webhook/type.ts#L73)

***

### Video

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

#### Source

[packages/wapi.js/src/webhook/type.ts:66](https://github.com/sarthakjdev/wapi.js/blob/1b066ed4efaf997a4bb012da51514dfcb4165da6/packages/wapi.js/src/webhook/type.ts#L66)
