Skip to content
Smiley Barry edited this page Sep 7, 2013 · 6 revisions

A section of the module dedicated to user-related objects, like SteamUser and SteamGroup.

SteamUser

Methods

SteamUser(self, userid=None, userurl=None)

Initialise a new SteamUser object, associated with a user by their 64-bit Steam userid or their userurl ending (steamcommunity.com/id/userurl). Either of the two needs to be specified, but not both. If a URL ending is specifying, it will be resolved immediately.

Properties

steamid

The 64-bit Steam ID associated with this object.

name (lazy, cached permanently)

The user's public name, also known as "personaname" in API documentation. Lazily-retrieved from the web API, unless this user was obtain through another user's friends property.

friends (lazy, cached)

Clone this wiki locally