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

# MessageStatusEnum

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

# Enumeration: MessageStatusEnum

Enum representing the status of a message

## Enumeration Members

### Delivered

> **Delivered**: `"delivered"`

#### Source

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

***

### Failed

> **Failed**: `"failed"`

#### Source

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

***

### Read

> **Read**: `"read"`

#### Source

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

***

### Sent

> **Sent**: `"sent"`

#### Source

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