> ## 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.

# ListInteractionMessageEventInterface

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

# Interface: ListInteractionMessageEventInterface

Represents a list interaction message event.

## Interface

ListInteractionMessageEventInterface

## Extends

* [`InteractionMessageEventInterface`](../type-aliases/InteractionMessageEventInterface.mdx)

## Properties

### client

> **client**: [`Client`](../classes/Client.mdx)

The client instance associated with the event.

#### Inherited from

`InteractionMessageEventInterface.client`

#### Source

[packages/wapi.js/src/webhook/events/base/interface.ts:18](https://github.com/sarthakjdev/wapi.js/blob/1b066ed4efaf997a4bb012da51514dfcb4165da6/packages/wapi.js/src/webhook/events/base/interface.ts#L18)

***

### context

> **context**: [`MessageContext`](../type-aliases/MessageContext.mdx)

The context of the message.

#### Inherited from

`InteractionMessageEventInterface.context`

#### Source

[packages/wapi.js/src/webhook/events/base/interface.ts:35](https://github.com/sarthakjdev/wapi.js/blob/1b066ed4efaf997a4bb012da51514dfcb4165da6/packages/wapi.js/src/webhook/events/base/interface.ts#L35)

***

### description

> **description**: `string`

#### Source

[packages/wapi.js/src/webhook/events/interaction/interface.ts:18](https://github.com/sarthakjdev/wapi.js/blob/1b066ed4efaf997a4bb012da51514dfcb4165da6/packages/wapi.js/src/webhook/events/interaction/interface.ts#L18)

***

### listId

> **listId**: `string`

#### Source

[packages/wapi.js/src/webhook/events/interaction/interface.ts:16](https://github.com/sarthakjdev/wapi.js/blob/1b066ed4efaf997a4bb012da51514dfcb4165da6/packages/wapi.js/src/webhook/events/interaction/interface.ts#L16)

***

### messageId

> **messageId**: `string`

The ID of the message.

#### Inherited from

`InteractionMessageEventInterface.messageId`

#### Source

[packages/wapi.js/src/webhook/events/base/interface.ts:30](https://github.com/sarthakjdev/wapi.js/blob/1b066ed4efaf997a4bb012da51514dfcb4165da6/packages/wapi.js/src/webhook/events/base/interface.ts#L30)

***

### timestamp

> **timestamp**: `number`

The timestamp of the message.

#### Inherited from

`InteractionMessageEventInterface.timestamp`

#### Source

[packages/wapi.js/src/webhook/events/base/interface.ts:39](https://github.com/sarthakjdev/wapi.js/blob/1b066ed4efaf997a4bb012da51514dfcb4165da6/packages/wapi.js/src/webhook/events/base/interface.ts#L39)

***

### title

> **title**: `string`

#### Source

[packages/wapi.js/src/webhook/events/interaction/interface.ts:17](https://github.com/sarthakjdev/wapi.js/blob/1b066ed4efaf997a4bb012da51514dfcb4165da6/packages/wapi.js/src/webhook/events/interaction/interface.ts#L17)
