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

    Type Alias ServerInteractiveMessage

    type ServerInteractiveMessage = {
        interactive:
            | ServerInteractiveButtonMessage
            | ServerInteractiveListMessage
            | ServerInteractiveNFMMessage
            | ServerInteractiveCallPermissionMessage;
        type: "interactive";
    }
    Index

    Properties

    Properties

    type: "interactive"