Interface IgtvChannelFeedResponseRootObject

interface IgtvChannelFeedResponseRootObject {
    approx_total_videos: null;
    cover_photo_url: null;
    description: null;
    id: string;
    items: IgtvChannelFeedResponseItemsItem[];
    max_id: string;
    more_available: boolean;
    seen_state: IgtvChannelFeedResponseSeen_state;
    status: string;
    title: string;
    type: string;
    user_dict: IgtvChannelFeedResponseUser_dict;
}

Properties

approx_total_videos: null
cover_photo_url: null
description: null
id: string
max_id: string
more_available: boolean
status: string
title: string
type: string