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

# InteractiveMessageInterface

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

# Interface: InteractiveMessageInterface

Represents the interface for an interactive message.

## Interface

## Extends

* `BaseMessageInterface`

## Extended by

* [`ButtonInteractionMessageInterface`](ButtonInteractionMessageInterface.mdx)
* [`ListInteractionMessageInterface`](ListInteractionMessageInterface.mdx)
* [`ProductMessageMessageInterface`](ProductMessageMessageInterface.mdx)
* [`ProductListMessageInterface`](ProductListMessageInterface.mdx)

## Properties

### interactiveMessageData

> **interactiveMessageData**: `object`

#### bodyText

> **bodyText**: `string`

#### footerText?

> `optional` **footerText**: `string`

#### type

> **type**: [`InteractiveMessageTypeEnum`](../enumerations/InteractiveMessageTypeEnum.mdx)

#### Source

[packages/wapi.js/src/structures/interaction/interface.ts:11](https://github.com/sarthakjdev/wapi.js/blob/1b066ed4efaf997a4bb012da51514dfcb4165da6/packages/wapi.js/src/structures/interaction/interface.ts#L11)

***

### messaging\_product

> **messaging\_product**: `"whatsapp"`

The messaging product.

#### Inherited from

`BaseMessageInterface.messaging_product`

#### Source

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

***

### recipient\_type

> **recipient\_type**: `"individual"`

The recipient type.

#### Inherited from

`BaseMessageInterface.recipient_type`

#### Source

[packages/wapi.js/src/structures/message/interface.ts:22](https://github.com/sarthakjdev/wapi.js/blob/1b066ed4efaf997a4bb012da51514dfcb4165da6/packages/wapi.js/src/structures/message/interface.ts#L22)

***

### type

> **type**: `MessageTypeEnum`

The type of the message.

#### Inherited from

`BaseMessageInterface.type`

#### Source

[packages/wapi.js/src/structures/message/interface.ts:12](https://github.com/sarthakjdev/wapi.js/blob/1b066ed4efaf997a4bb012da51514dfcb4165da6/packages/wapi.js/src/structures/message/interface.ts#L12)
