-
Notifications
You must be signed in to change notification settings - Fork 30
Steam Methods (Cookie)
Oleksandr Alcantara edited this page Dec 29, 2022
·
1 revision
v4.0.0 or later is required to use this Steam Methods (Cookie).
In order to use these methods you need authorization cookies. To get cookies use Protobuf Steam Auth package.
You should use them with withCookies($cookie) Chain method.
List of options:
Name | Default value | Type | Required | Description |
---|---|---|---|---|
query |
"" |
string | No | I don't know :) |
start |
0 |
int | No | Allows us to specify which item to start from retrieving data |
count |
30 |
int | No | Limit the number of items returned |
List of options:
Name | Default value | Type | Required | Description |
---|---|---|---|---|
query |
"" |
string | No | I don't know :) |
start |
0 |
int | No | Allows us to specify which item to start from retrieving data |
count |
30 |
int | No | Limit the number of items returned |
Options are not needed
Key Name | Description |
---|---|
1 |
Trade offers |
2 |
Games notification (turns waiting) |
3 |
Community messages |
4 |
New comments |
5 |
Inventory |
6 |
Invites |
8 |
Gifts |
9 |
Chat messages |
10 |
Replies from Steam Support |
11 |
Account warning or alert |
Example of Notification Counts
List of options:
Name | Default value | Type | Required | Description |
---|---|---|---|---|
steam_id |
"" |
string/int | Yes | SteamID64 |
context_id |
2 |
int | No | Context ID |
language |
english |
string | No | Return data in your language |
Powered by Steam and CSGOFloat API. Is not affiliated with or endorsed by Valve Corporation.