Interface DiscoverFeedResponseSuggestionsItem

interface DiscoverFeedResponseSuggestionsItem {
    algorithm: string;
    caption: string;
    followed_by: boolean;
    icon: string;
    is_new_suggestion: boolean;
    large_urls: any[];
    media_ids: any[];
    media_infos: any[];
    social_context: string;
    thumbnail_urls: any[];
    user: DiscoverFeedResponseUser;
    uuid: string;
    value: number;
}

Properties

algorithm: string
caption: string
followed_by: boolean
icon: string
is_new_suggestion: boolean
large_urls: any[]
media_ids: any[]
media_infos: any[]
social_context: string
thumbnail_urls: any[]
uuid: string
value: number