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

    Interface WhatsAppOutboundButton

    interface WhatsAppOutboundButton {
        reply: { id: string; title: string };
        type: "reply";
    }
    Index

    Properties

    Properties

    reply: { id: string; title: string }
    type: "reply"