Interface FbsearchRepositoryTopsearchFlatResponseHashtag

interface FbsearchRepositoryTopsearchFlatResponseHashtag {
    id: string;
    media_count: number;
    name: string;
    profile_pic_url: string;
    search_result_subtitle: string;
}

Properties

id: string
media_count: number
name: string
profile_pic_url: string
search_result_subtitle: string