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
+8-2Lines changed: 8 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -176,7 +176,7 @@ appId| int | The game to check for | Yes |
176
176
### User
177
177
The [User](https://developer.valvesoftware.com/wiki/Steam_Web_API#GetFriendList_.28v0001.29) WebAPI call is used to get details about the user specifically.
178
178
179
-
When instantiating the user class, you are required to pass a steamID or Steam community ID.
179
+
When instantiating the user class, you are required to pass at least one steamId or steam community ID.
180
180
181
181
```php
182
182
Steam::user($steamId)
@@ -198,7 +198,7 @@ displayName| string | The display name to get the steam ID for. In `http://ste
198
198
> Example Output: [ResolveVanityURL](./examples/user/ResolveVanityURL.txt)
199
199
200
200
#### GetPlayerSummaries
201
-
This will return details on the user.
201
+
This will return details on one or more users.
202
202
203
203
##### Arguments
204
204
@@ -207,7 +207,13 @@ Name | Type | Description | Required | Default
207
207
steamId| int[] | An array of (or singular) steam ID(s) to get details for | No | Steam ID passed to user()
0 commit comments