IGPAPI
    Preparing search index...

    Interface OnlyMeFeedResponse

    interface OnlyMeFeedResponse {
        auto_load_more_enabled: boolean;
        items: OnlyMeFeedResponseItemsItem[];
        max_id: string | null;
        more_available: boolean;
        num_results: number;
        status: string;
    }
    Index

    Properties

    auto_load_more_enabled: boolean
    max_id: string | null
    more_available: boolean
    num_results: number
    status: string