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

    Type Alias PlayerStats

    type PlayerStats = {
        achievements: PlayerAchievement[];
        gameName: string;
        steamID: SteamId;
        success: boolean;
    }
    Index

    Properties

    achievements: PlayerAchievement[]

    List of achievements unlocked by the user.

    gameName: string

    String containing the game title.

    steamID: SteamId

    The 64-bit ID of the user.

    success: boolean