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

# UnknownEventInterface

[Wapi.js Docs](../README.mdx) / UnknownEventInterface

# Interface: UnknownEventInterface

Represents an unknown event.

## Interface

UnknownEventInterface

## Properties

### code

> **code**: `string`

The code associated with the unknown event.

#### Source

[packages/wapi.js/src/webhook/events/unknown/interface.ts:9](https://github.com/sarthakjdev/wapi.js/blob/1b066ed4efaf997a4bb012da51514dfcb4165da6/packages/wapi.js/src/webhook/events/unknown/interface.ts#L9)

***

### message

> **message**: `string`

The message associated with the unknown event.

#### Source

[packages/wapi.js/src/webhook/events/unknown/interface.ts:14](https://github.com/sarthakjdev/wapi.js/blob/1b066ed4efaf997a4bb012da51514dfcb4165da6/packages/wapi.js/src/webhook/events/unknown/interface.ts#L14)

***

### title

> **title**: `string`

The title of the unknown event.

#### Source

[packages/wapi.js/src/webhook/events/unknown/interface.ts:19](https://github.com/sarthakjdev/wapi.js/blob/1b066ed4efaf997a4bb012da51514dfcb4165da6/packages/wapi.js/src/webhook/events/unknown/interface.ts#L19)
