whatsapp-api-js - v6.1.0
    Preparing search index...

    Type Alias ServerInteractiveNFMMessage

    type ServerInteractiveNFMMessage = {
        nfm_reply:
            | { body?: string; name: "address_message"; response_json: string }
            | { body: "Sent"; name: "flow"; response_json: string }
            | { body?: string; name?: string; response_json: string };
        type: "nfm_reply";
    }
    Index

    Properties

    Properties

    nfm_reply:
        | { body?: string; name: "address_message"; response_json: string }
        | { body: "Sent"; name: "flow"; response_json: string }
        | { body?: string; name?: string; response_json: string }
    type: "nfm_reply"