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

# NewChatMessageCappingOTEStatusType

> Enumeration NewChatMessageCappingOTEStatusType in the Baileys API.

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

## Enumeration Members

### ACTIVE\_IN\_CURRENT\_CYCLE

> **ACTIVE\_IN\_CURRENT\_CYCLE**: `"ACTIVE_IN_CURRENT_CYCLE"`

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

***

### ELIGIBLE

> **ELIGIBLE**: `"ELIGIBLE"`

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

***

### EXHAUSTED

> **EXHAUSTED**: `"EXHAUSTED"`

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

***

### NOT\_ELIGIBLE

> **NOT\_ELIGIBLE**: `"NOT_ELIGIBLE"`

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