You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -73,7 +73,7 @@ maxlength | int | The maximum number of characters to return | No | null
73
73
### Player
74
74
The [Player Service](https://developer.valvesoftware.com/wiki/Steam_Web_API#GetOwnedGames_.28v0001.29) is used to get details on players.
75
75
76
-
When instantiating the player class, you are required to pass a steamId.
76
+
When instantiating the player class, you are required to pass a steamId or steam community ID.
77
77
78
78
```php
79
79
Steam::player($steamId)
@@ -137,7 +137,7 @@ appId| int | The game to check for | Yes |
137
137
### User
138
138
The [User](https://developer.valvesoftware.com/wiki/Steam_Web_API#GetFriendList_.28v0001.29) WebAPI call is used to get details about the user specifically.
139
139
140
-
When instantiating the user class, you are required to pass a steamId.
140
+
When instantiating the user class, you are required to pass a steamId or steam community ID.
141
141
142
142
```php
143
143
Steam::user($steamId)
@@ -187,7 +187,7 @@ steamId| int[] | An array of (or singular) steam id(s) to get details for | No
187
187
### User Stats
188
188
The [User Stats](https://developer.valvesoftware.com/wiki/Steam_Web_API#GetPlayerAchievements_.28v0001.29) WebAPI call is used to get details about a user's gaming.
189
189
190
-
When instantiating the user stats class, you are required to pass a steamId.
190
+
When instantiating the user stats class, you are required to pass a steamId or steam community ID.
0 commit comments