IGPAPI
    Preparing search index...

    Interface TimelineFeedResponse

    interface TimelineFeedResponse {
        auto_load_more_enabled: boolean;
        client_feed_changelist_applied: boolean;
        client_gap_enforcer_matrix: TimelineFeedResponseClientGapEnforcerMatrixItem[];
        client_session_id: string;
        feed_items: TimelineFeedResponseFeedItemsItem[];
        feed_pill_text: string;
        is_direct_v2_enabled: boolean;
        more_available: boolean;
        next_max_id: string;
        num_results: number;
        pagination_info: TimelineFeedResponsePaginationInfo;
        status: string;
        view_state_version: string;
    }
    Index

    Properties

    auto_load_more_enabled: boolean
    client_feed_changelist_applied: boolean
    client_session_id: string
    feed_pill_text: string
    is_direct_v2_enabled: boolean
    more_available: boolean
    next_max_id: string
    num_results: number
    status: string
    view_state_version: string