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

    Interface WhatsAppInteractive

    interface WhatsAppInteractive {
        button_reply?: WhatsAppInteractiveButtonReply;
        list_reply?: WhatsAppInteractiveListReply;
        type: "button" | "list";
    }
    Index

    Properties

    type: "button" | "list"