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

# NewChatMessageCapInfo

> Type Alias NewChatMessageCapInfo in the Baileys API.

> **NewChatMessageCapInfo**: `object`

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

## Type declaration

### capping\_status?

> `optional` **capping\_status**: [`NewChatMessageCappingStatusType`](/api-reference/enumerations/NewChatMessageCappingStatusType)

### cycle\_end\_timestamp?

> `optional` **cycle\_end\_timestamp**: `string`

### cycle\_start\_timestamp?

> `optional` **cycle\_start\_timestamp**: `string`

### mv\_status?

> `optional` **mv\_status**: [`NewChatMessageCappingMVStatusType`](/api-reference/enumerations/NewChatMessageCappingMVStatusType)

### ote\_status?

> `optional` **ote\_status**: [`NewChatMessageCappingOTEStatusType`](/api-reference/enumerations/NewChatMessageCappingOTEStatusType)

### server\_sent\_timestamp?

> `optional` **server\_sent\_timestamp**: `string`

### total\_quota?

> `optional` **total\_quota**: `number`

### used\_quota?

> `optional` **used\_quota**: `number`
