Class: Status


# Class: Status

# Hierarchy

  • Method

    Status

# API Methods

# uuid

uuid(uuid: string): Promise<ResultObject<$200, [session]>>

Returns online status information for given player, including game, mode and map when available.

example

const response = await client.status.uuid("20934ef9488c465180a78f861586b4cf");
console.log(response);
1
2

# Parameters:

Name Type
uuid string

Returns: Promise<ResultObject<$200, [session]>>

Defined in: methods/status.ts:15 (opens new window)