Steam WebAPI Docs - v1.2.2
    Preparing search index...

    Type Alias GameUserStats

    type GameUserStats = {
        achievements: { achieved: number; name: string }[];
        appid: AppId;
        steamid: SteamId;
    }
    Index

    Properties

    achievements: { achieved: number; name: string }[]

    List of game achievements the user has unlocked.

    appid: AppId

    AppId of game.

    steamid: SteamId

    SteamId of user.