user¶
-
class
steam.client.user.SteamUser(steam_id, steam)¶ Bases:
objectHolds various functionality and data related to a steam user
-
relationship= <EFriendRelationship.NONE: 0>¶ friendship status
-
steam_id= SteamID(id=0, type='Invalid', universe='Invalid', instance=0)¶ steam id
-
last_logon¶ Return type: datetime,None
-
last_logoff¶ Return type: datetime,None
-
state¶ Personsa state (e.g. Online, Offline, Away, Busy, etc)
Return type: EPersonaState
-