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

# IBotReminderMetadata

> Protobuf interface IBotReminderMetadata generated from WAProto.

Defined in: [WAProto/index.d.ts:2007](https://github.com/WhiskeySockets/Baileys/blob/master/WAProto/index.d.ts#L2007)

## Properties

### action?

> `optional` **action**: `null` | [`ReminderAction`](/proto-reference/BotReminderMetadata/enumerations/ReminderAction)

Defined in: [WAProto/index.d.ts:2009](https://github.com/WhiskeySockets/Baileys/blob/master/WAProto/index.d.ts#L2009)

***

### frequency?

> `optional` **frequency**: `null` | [`ReminderFrequency`](/proto-reference/BotReminderMetadata/enumerations/ReminderFrequency)

Defined in: [WAProto/index.d.ts:2012](https://github.com/WhiskeySockets/Baileys/blob/master/WAProto/index.d.ts#L2012)

***

### name?

> `optional` **name**: `null` | `string`

Defined in: [WAProto/index.d.ts:2010](https://github.com/WhiskeySockets/Baileys/blob/master/WAProto/index.d.ts#L2010)

***

### nextTriggerTimestamp?

> `optional` **nextTriggerTimestamp**: `null` | `number` | `Long`

Defined in: [WAProto/index.d.ts:2011](https://github.com/WhiskeySockets/Baileys/blob/master/WAProto/index.d.ts#L2011)

***

### requestMessageKey?

> `optional` **requestMessageKey**: `null` | [`IMessageKey`](/proto-reference/interfaces/IMessageKey)

Defined in: [WAProto/index.d.ts:2008](https://github.com/WhiskeySockets/Baileys/blob/master/WAProto/index.d.ts#L2008)
