Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

GamesPlayerExperienceInfoResource

import type { GamesPlayerExperienceInfoResource } from "https://googleapis.deno.dev/v1/gamesManagement:v1management.ts";

1P/3P metadata about the player's experience.

interface GamesPlayerExperienceInfoResource {
currentExperiencePoints?: bigint;
currentLevel?: GamesPlayerLevelResource;
lastLevelUpTimestampMillis?: bigint;
}

§Properties

§
currentExperiencePoints?: bigint
[src]

The current number of experience points for the player.

§

The current level of the player.

§
lastLevelUpTimestampMillis?: bigint
[src]

The timestamp when the player was leveled up, in millis since Unix epoch UTC.

§

The next level of the player. If the current level is the maximum level, this should be same as the current level.