Interface ClipsUserFeedResponseMusic_consumption_info

interface ClipsUserFeedResponseMusic_consumption_info {
    allow_media_creation_with_music: boolean;
    audio_asset_start_time_in_ms: number;
    audio_filter_infos: any[];
    derived_content_id: null;
    display_labels: null;
    formatted_clips_media_count: null;
    ig_artist: null | ClipsUserFeedResponseIg_artist;
    is_bookmarked: boolean;
    is_trending_in_clips: boolean;
    overlap_duration_in_ms: number;
    placeholder_profile_pic_url: string;
    should_allow_music_editing: boolean;
    should_mute_audio: boolean;
    should_mute_audio_reason: string;
    should_mute_audio_reason_type: null;
    trend_rank: null;
}

Properties

allow_media_creation_with_music: boolean
audio_asset_start_time_in_ms: number
audio_filter_infos: any[]
derived_content_id: null
display_labels: null
formatted_clips_media_count: null
is_bookmarked: boolean
is_trending_in_clips: boolean
overlap_duration_in_ms: number
placeholder_profile_pic_url: string
should_allow_music_editing: boolean
should_mute_audio: boolean
should_mute_audio_reason: string
should_mute_audio_reason_type: null
trend_rank: null