import { RecentGames } from "https://deno.land/x/hypixel@v3.1.1/index.ts";
Returns recent games of a player. A maximum of 100 games are returned and recent games are only stored for up to 3 days at this time.
Examples
Example 1
Example 1
const response = await client.recentGames.uuid("20934ef9488c465180a78f861586b4cf");
console.log(response);
Returns
Promise<ResultArray<Paths.RecentGames.Get.Responses.$200, "games">>