nest-whatsapp - v0.0.1
    Preparing search index...

    Interface WhatsAppReferralEvent

    Emitted when an inbound message originated from a Click-to-WhatsApp ad.

    interface WhatsAppReferralEvent {
        contact?: WhatsAppContact;
        message: WhatsAppMessage;
        metadata?: WhatsAppMetadata;
        referral: WhatsAppReferral;
    }

    Hierarchy (View Summary)

    Index

    Properties

    contact?: WhatsAppContact
    metadata?: WhatsAppMetadata