class RecentGames
extends Method
Re-export
import { RecentGames } from "https://deno.land/x/hypixel@v3.1.1/index.ts";
Methods
uuid(uuid: Components.Parameters.PlayerUuidRequired.Uuid): Promise<ResultArray<Paths.RecentGames.Get.Responses.$200, "games">>
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.