API.getUserRanking

interface User {
    cursor: {
        page: null | number;
    };
    ranking: User.Statistics.WithUser[];
    total: number;
}

Hierarchy

  • Ranking
    • User

Properties

Properties

cursor: {
    page: null | number;
}

Type declaration

  • page: null | number

    The number of the next page, is null if no more results are available

total: number

Total amount of elements available across all pages, not on this specific page! Maximum of 10000