IGPAPI
    Preparing search index...

    Interface IgtvBrowseFeedResponseChannelsItem

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

    Properties

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