IGPAPI
    Preparing search index...

    Interface IgtvChannelFeedResponse

    interface IgtvChannelFeedResponse {
        approx_total_videos: null;
        cover_photo_url: null;
        description: null;
        id: string;
        items: IgtvChannelFeedResponseItemsItem[];
        max_id: string;
        more_available: boolean;
        seen_state: IgtvChannelFeedResponseSeenState;
        status: string;
        title: string;
        type: string;
        user_dict: IgtvChannelFeedResponseUserDict;
    }
    Index

    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