addFriend

fun addFriend(accountNameOrEmail: String)

Sends a friend request to a user.

Parameters

accountNameOrEmail

The account name or email of the user.


fun addFriend(steamID: SteamID)

Sends a friend request to a user.

Parameters

steamID

The SteamID of the friend to add.