Skip to content

Latest commit

 

History

History
99 lines (50 loc) · 1.96 KB

File metadata and controls

99 lines (50 loc) · 1.96 KB

steamapi


steamapi / UserStats

Class: UserStats

Defined in: structures/UserStats.ts:5

Extends

  • default

Constructors

Constructor

new UserStats(data): UserStats

Defined in: structures/UserStats.ts:15

Parameters

data

any

Returns

UserStats

Overrides

User.constructor

Properties

achievements?

optional achievements: UserAchievement[]

Defined in: structures/UserStats.ts:10

The achievements this user has unlocked


game

game: string

Defined in: structures/UserStats.ts:7

Name of this game


stats?

optional stats: UserStat[]

Defined in: structures/UserStats.ts:13

Some game stats about the user


steamID

steamID: string

Defined in: structures/User.ts:3

This user's Steam ID

Inherited from

User.steamID

Accessors

profileURL

Get Signature

get profileURL(): string

Defined in: structures/User.ts:10

The permalink to this user's profile

Returns

string

Inherited from

User.profileURL