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

# NewChatMessageCappingStatusType

> Enumeration NewChatMessageCappingStatusType in the Baileys API.

Defined in: [src/Types/State.ts:78](https://github.com/WhiskeySockets/Baileys/blob/master/src/Types/State.ts#L78)

## Enumeration Members

### CAPPED

> **CAPPED**: `"CAPPED"`

Defined in: [src/Types/State.ts:82](https://github.com/WhiskeySockets/Baileys/blob/master/src/Types/State.ts#L82)

***

### FIRST\_WARNING

> **FIRST\_WARNING**: `"FIRST_WARNING"`

Defined in: [src/Types/State.ts:80](https://github.com/WhiskeySockets/Baileys/blob/master/src/Types/State.ts#L80)

***

### NONE

> **NONE**: `"NONE"`

Defined in: [src/Types/State.ts:79](https://github.com/WhiskeySockets/Baileys/blob/master/src/Types/State.ts#L79)

***

### SECOND\_WARNING

> **SECOND\_WARNING**: `"SECOND_WARNING"`

Defined in: [src/Types/State.ts:81](https://github.com/WhiskeySockets/Baileys/blob/master/src/Types/State.ts#L81)
