An object describing a summary of the user's BLITZ games.

interface Response {
    rank: number;
    rank_local: number;
    record?: CH.Types.Record;
}

Hierarchy (view full)

Properties

rank: number

The user's rank in global leaderboards, or -1 if not in global leaderboards.

rank_local: number

The user's rank in their country's leaderboards, or -1 if not in any.

record?: CH.Types.Record

The user's record, or null if never played/ hasn't played this week.