@osynicite/osynic-osuapi
    Preparing search index...

    Interface User

    interface User {
        account_history: string[];
        active_tournament_banner: string;
        active_tournament_banners: string[];
        avatar_url: string;
        badges: string[];
        beatmap_playcounts_count: number;
        comments_count: number;
        country: Country;
        country_code: string;
        cover: Cover;
        cover_url: string;
        daily_challenge_user_stats: DailyChallengeUserStats;
        default_group: string;
        discord: string;
        favourite_beatmapset_count: number;
        follower_count: number;
        graveyard_beatmapset_count: number;
        groups: Group[];
        guest_beatmapset_count: number;
        has_supported: boolean;
        id: number;
        interests: string;
        is_active: boolean;
        is_bot: boolean;
        is_deleted: boolean;
        is_online: boolean;
        is_restricted: boolean;
        is_supporter: boolean;
        join_date: string;
        kudosu: Kudosu;
        last_visit: string;
        location: string;
        loved_beatmapset_count: number;
        mapping_follower_count: number;
        max_blocks: number;
        max_friends: number;
        monthly_playcounts: MonthlyPlaycounts[];
        nominated_beatmapset_count: number;
        occupation: string;
        page: Page;
        pending_beatmapset_count: number;
        playmode: string;
        playstyle: Playstyle[];
        pm_friends_only: boolean;
        post_count: number;
        previous_usernames: string[];
        profile_colour: string;
        profile_hue: number;
        profile_order: ProfileOrder[];
        rank_highest: RankHighest;
        rank_history: RankHistory;
        ranked_and_approved_beatmapset_count: number;
        ranked_beatmapset_count: number;
        rankHistory: RankHistory;
        replays_watched_counts: ReplaysWatchedCount[];
        scores_best_count: number;
        scores_first_count: number;
        scores_pinned_count: number;
        scores_recent_count: number;
        session_verified: boolean;
        statistics: Statistics;
        statistics_rulesets: StatisticsRulesets;
        support_level: number;
        team: Team;
        title: string;
        title_url: string;
        twitter: string;
        unranked_beatmapset_count: number;
        user_achievements: UserAchievements[];
        username: string;
        website: string;
    }
    Index

    Properties

    account_history: string[]
    active_tournament_banner: string
    active_tournament_banners: string[]
    avatar_url: string
    badges: string[]
    beatmap_playcounts_count: number
    comments_count: number
    country: Country
    country_code: string
    cover: Cover
    cover_url: string
    daily_challenge_user_stats: DailyChallengeUserStats
    default_group: string
    discord: string
    favourite_beatmapset_count: number
    follower_count: number
    graveyard_beatmapset_count: number
    groups: Group[]
    guest_beatmapset_count: number
    has_supported: boolean
    id: number
    interests: string
    is_active: boolean
    is_bot: boolean
    is_deleted: boolean
    is_online: boolean
    is_restricted: boolean
    is_supporter: boolean
    join_date: string
    kudosu: Kudosu
    last_visit: string
    location: string
    loved_beatmapset_count: number
    mapping_follower_count: number
    max_blocks: number
    max_friends: number
    monthly_playcounts: MonthlyPlaycounts[]
    nominated_beatmapset_count: number
    occupation: string
    page: Page
    pending_beatmapset_count: number
    playmode: string
    playstyle: Playstyle[]
    pm_friends_only: boolean

    post_count

    post_count: number
    previous_usernames: string[]
    profile_colour: string
    profile_hue: number
    profile_order: ProfileOrder[]
    rank_highest: RankHighest
    rank_history: RankHistory
    ranked_and_approved_beatmapset_count: number
    ranked_beatmapset_count: number
    rankHistory: RankHistory
    replays_watched_counts: ReplaysWatchedCount[]
    scores_best_count: number
    scores_first_count: number
    scores_pinned_count: number
    scores_recent_count: number
    session_verified: boolean
    statistics: Statistics
    statistics_rulesets: StatisticsRulesets
    support_level: number
    team: Team
    title: string
    title_url: string
    twitter: string
    unranked_beatmapset_count: number
    user_achievements: UserAchievements[]
    username: string
    website: string