whatsapp-api-js - v5.2.0
    Preparing search index...

    Type Alias ServerUnknownMessage

    type ServerUnknownMessage = {
        errors: [
            {
                code: number;
                details: "Message type is not currently supported";
                title: "Unsupported message type";
            },
        ];
        type: "unknown";
    }
    Index

    Properties

    Properties

    errors: [
        {
            code: number;
            details: "Message type is not currently supported";
            title: "Unsupported message type";
        },
    ]
    type: "unknown"