Interface ClipsUserFeedResponseMusic_asset_info

interface ClipsUserFeedResponseMusic_asset_info {
    allows_saving: boolean;
    artist_id: null | string;
    audio_asset_id: string;
    audio_cluster_id: string;
    cover_artwork_thumbnail_uri: string;
    cover_artwork_uri: string;
    dark_message: null;
    dash_manifest: null | string;
    display_artist: string;
    duration_in_ms: number;
    fast_start_progressive_download_url: null | string;
    has_lyrics: boolean;
    highlight_start_times_in_ms: number[];
    id: string;
    ig_username: null | string;
    is_explicit: boolean;
    progressive_download_url: string;
    reactive_audio_download_url: null;
    sanitized_title: null;
    subtitle: string;
    title: string;
    web_30s_preview_download_url: null;
}

Properties

allows_saving: boolean
artist_id: null | string
audio_asset_id: string
audio_cluster_id: string
cover_artwork_thumbnail_uri: string
cover_artwork_uri: string
dark_message: null
dash_manifest: null | string
display_artist: string
duration_in_ms: number
fast_start_progressive_download_url: null | string
has_lyrics: boolean
highlight_start_times_in_ms: number[]
id: string
ig_username: null | string
is_explicit: boolean
progressive_download_url: string
reactive_audio_download_url: null
sanitized_title: null
subtitle: string
title: string
web_30s_preview_download_url: null