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

    Type Alias ServerDocumentMessage

    type ServerDocumentMessage = {
        document: {
            caption?: string;
            filename: string;
            id: string;
            mime_type: string;
            sha256: string;
        };
        type: "document";
    }
    Index

    Properties

    Properties

    document: {
        caption?: string;
        filename: string;
        id: string;
        mime_type: string;
        sha256: string;
    }
    type: "document"