IGPAPI
    Preparing search index...

    Interface IgtvSearchResponse

    interface IgtvSearchResponse {
        has_more: boolean;
        num_results: number;
        rank_token: string;
        results: IgtvSearchResponseResultsItem[];
        status: string;
    }
    Index

    Properties

    has_more: boolean
    num_results: number
    rank_token: string
    status: string