Interface PendingFriendshipsFeedResponseSuggestionsItem

interface PendingFriendshipsFeedResponseSuggestionsItem {
    algorithm: string;
    caption: string;
    icon: string;
    is_new_suggestion: boolean;
    large_urls: any[];
    media_ids: any[];
    media_infos: any[];
    social_context: string;
    thumbnail_urls: any[];
    user: PendingFriendshipsFeedResponseUser;
    value: number;
}

Properties

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