Type Alias ServerSentMessageResponse

ServerSentMessageResponse: {
    contacts: [{ input: string; wa_id: string }];
    messages: [
        {
            id: string;
            message_status?: "accepted"
            | "held_for_quality_assessment";
        },
    ];
    messaging_product: "whatsapp";
}

Type declaration

  • contacts: [{ input: string; wa_id: string }]
  • messages: [{ id: string; message_status?: "accepted" | "held_for_quality_assessment" }]
  • messaging_product: "whatsapp"