IGPAPI
    Preparing search index...

    Interface UserFeedResponse

    interface UserFeedResponse {
        auto_load_more_enabled: boolean;
        items: UserFeedResponseItem[];
        more_available: boolean;
        next_max_id: string;
        num_results: number;
        status: string;
        user: UserFeedResponseUser;
    }
    Index

    Properties

    auto_load_more_enabled: boolean
    more_available: boolean
    next_max_id: string
    num_results: number
    status: string