Interface IgtvBrowseFeedResponseChannelsItem

interface IgtvBrowseFeedResponseChannelsItem {
    approx_total_videos: null;
    cover_photo_url: null;
    description: null;
    id: string;
    items: any[];
    max_id: null;
    more_available: boolean;
    seen_state: IgtvBrowseFeedResponseSeen_state;
    title: string;
    type: string;
    user_dict: null;
}

Properties

approx_total_videos: null
cover_photo_url: null
description: null
id: string
items: any[]
max_id: null
more_available: boolean
title: string
type: string
user_dict: null