IGPAPI
    Preparing search index...

    Interface DiscoverFeedResponse

    interface DiscoverFeedResponse {
        max_id: string;
        more_available: boolean;
        new_suggested_users: DiscoverFeedResponseNewSuggestedUsers;
        next_max_id: string;
        status: string;
        suggested_users: DiscoverFeedResponseSuggestedUsers;
    }
    Index

    Properties

    max_id: string
    more_available: boolean
    next_max_id: string
    status: string