Skip to main content

IQWhatsappMessageOptions

@quik/communication


@quik/communication / IQWhatsappMessageOptions

Interface: IQWhatsappMessageOptions<MessageTypeVariant>

Defined in: communication/src/whatsapp/definition.ts:35

Type Parameters

MessageTypeVariant

MessageTypeVariant = ObjectLiteral

Properties

contents

contents: MessageTypeVariant

Defined in: communication/src/whatsapp/definition.ts:43

Payload for the message.


from?

optional from?: string

Defined in: communication/src/whatsapp/definition.ts:37

Optional sender identifier.


to

to: string

Defined in: communication/src/whatsapp/definition.ts:39

Destination phone number.


type

type: QWhatsappMessageType

Defined in: communication/src/whatsapp/definition.ts:41

Type of the WhatsApp message.