Interface ClipsUserFeedResponseOriginal_sound_info

interface ClipsUserFeedResponseOriginal_sound_info {
    allow_creator_to_rename: boolean;
    audio_asset_id: string | number;
    audio_parts: any[];
    can_remix_be_shared_to_fb: boolean;
    consumption_info: ClipsUserFeedResponseConsumption_info;
    dash_manifest: string;
    duration_in_ms: number;
    formatted_clips_media_count: null;
    hide_remixing: boolean;
    ig_artist: ClipsUserFeedResponseIg_artist;
    is_audio_automatically_attributed: boolean;
    is_explicit: boolean;
    is_original_audio_download_eligible: boolean;
    is_reuse_disabled: boolean;
    is_xpost_from_fb: boolean;
    music_canonical_id: null;
    original_audio_subtype: string;
    original_audio_title: string;
    original_media_id: string;
    progressive_download_url: string;
    should_mute_audio: boolean;
    time_created: number;
    trend_rank: null;
    xpost_fb_creator_info: null;
}

Properties

allow_creator_to_rename: boolean
audio_asset_id: string | number
audio_parts: any[]
can_remix_be_shared_to_fb: boolean
dash_manifest: string
duration_in_ms: number
formatted_clips_media_count: null
hide_remixing: boolean
is_audio_automatically_attributed: boolean
is_explicit: boolean
is_original_audio_download_eligible: boolean
is_reuse_disabled: boolean
is_xpost_from_fb: boolean
music_canonical_id: null
original_audio_subtype: string
original_audio_title: string
original_media_id: string
progressive_download_url: string
should_mute_audio: boolean
time_created: number
trend_rank: null
xpost_fb_creator_info: null