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

    Interface WhatsAppMediaUrlResponse

    interface WhatsAppMediaUrlResponse {
        fileSize: number;
        id: string;
        messagingProduct: "whatsapp";
        mimeType: string;
        sha256: string;
        url: string;
    }
    Index

    Properties

    fileSize: number
    id: string
    messagingProduct: "whatsapp"
    mimeType: string
    sha256: string
    url: string