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

    Type Alias Friend

    type Friend = {
        friend_since: number;
        relationship: FriendRelationship;
        steamid: SteamId;
    }
    Index

    Properties

    friend_since: number

    A unix timestamp of when the friend was added to the list.

    relationship: FriendRelationship

    Role in relation to the given steamid.

    steamid: SteamId

    The user's 64-bit ID.