Type Alias ServerMediaRetrieveResponse

ServerMediaRetrieveResponse: {
    file_size: string;
    messaging_product: "whatsapp";
    mime_type: ValidMimeTypes;
    sha256: string;
    url: string;
} & ServerMedia | NoServerError | ServerErrorResponse