Type alias ServerSentMessageResponse

ServerSentMessageResponse: {
    contacts: [{
        input: string;
        wa_id: string;
    }];
    messages: [{
        id: string;
    }];
    messaging_product: "whatsapp";
}

Type declaration

  • contacts: [{
        input: string;
        wa_id: string;
    }]
  • messages: [{
        id: string;
    }]
  • messaging_product: "whatsapp"

Generated using TypeDoc