import { Status } from "https://deno.land/x/hypixel@v3.1.1/mod.ts";
Returns online status information for given player, including game, mode and map when available.
Examples
Example 1
Example 1
const response = await client.status.uuid("20934ef9488c465180a78f861586b4cf");
console.log(response);
Returns
Promise<ResultObject<Paths.Status.Get.Responses.$200, ["session"]>>