Wapi.js Docs / ContactMessageInterface

Interface: ContactMessageInterface

Represents the interface for a contact message.

Interface

Extends

  • BaseMessageInterface

Properties

contacts

contacts: Contact[]

An array of contacts associated with the message.

Source

packages/wapi.js/src/structures/contact/interface.ts:14


messaging_product

messaging_product: "whatsapp"

The messaging product.

Inherited from

BaseMessageInterface.messaging_product

Source

packages/wapi.js/src/structures/message/interface.ts:17


recipient_type

recipient_type: "individual"

The recipient type.

Inherited from

BaseMessageInterface.recipient_type

Source

packages/wapi.js/src/structures/message/interface.ts:22


type

type: MessageTypeEnum

The type of the message.

Inherited from

BaseMessageInterface.type

Source

packages/wapi.js/src/structures/message/interface.ts:12