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

    Type Alias ServerAudioMessage

    type ServerAudioMessage = {
        audio: {
            id: string;
            mime_type: string;
            sha256: string;
            url: string;
            voice: boolean;
        };
        type: "audio";
    }
    Index

    Properties

    Properties

    audio: {
        id: string;
        mime_type: string;
        sha256: string;
        url: string;
        voice: boolean;
    }
    type: "audio"