A set of leaderboard records, may be part of a leaderboard records page or a batch of individual records.

Hierarchy

  • LeaderboardRecordList

Properties

next_cursor?: string

The cursor to send when retrieving the next page, if any.

owner_records?: LeaderboardRecord[]

A batched set of leaderboard records belonging to specified owners.

prev_cursor?: string

The cursor to send when retrieving the previous page, if any.

records?: LeaderboardRecord[]

A list of leaderboard records.

Generated using TypeDoc