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

# EventMessageOptions

> Type Alias EventMessageOptions in the Baileys API.

> **EventMessageOptions**: `object`

Defined in: [src/Types/Message.ts:146](https://github.com/WhiskeySockets/Baileys/blob/master/src/Types/Message.ts#L146)

## Type declaration

### call?

> `optional` **call**: `"audio"` | `"video"`

### description?

> `optional` **description**: `string`

### endDate?

> `optional` **endDate**: `Date`

### extraGuestsAllowed?

> `optional` **extraGuestsAllowed**: `boolean`

### isCancelled?

> `optional` **isCancelled**: `boolean`

### isScheduleCall?

> `optional` **isScheduleCall**: `boolean`

### location?

> `optional` **location**: [`WALocationMessage`](/api-reference/type-aliases/WALocationMessage)

### messageSecret?

> `optional` **messageSecret**: `Uint8Array`\<`ArrayBufferLike`>

### name

> **name**: `string`

### startDate

> **startDate**: `Date`
