forked from SteamDatabase/SteamTracking
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathISteamWebUserPresenceOAuth.json
54 lines (54 loc) · 1.8 KB
/
ISteamWebUserPresenceOAuth.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
{
"name": "ISteamWebUserPresenceOAuth",
"methods": [
{
"name": "PollStatus",
"version": 1,
"httpmethod": "POST",
"parameters": [
{
"name": "steamid",
"type": "string",
"optional": false,
"description": "Steam ID of the user"
},
{
"name": "umqid",
"type": "uint64",
"optional": false,
"description": "UMQ Session ID"
},
{
"name": "message",
"type": "uint32",
"optional": false,
"description": "Message that was last known to the user"
},
{
"name": "pollid",
"type": "uint32",
"optional": true,
"description": "Caller-specific poll id"
},
{
"name": "sectimeout",
"type": "uint32",
"optional": true,
"description": "Long-poll timeout in seconds"
},
{
"name": "secidletime",
"type": "uint32",
"optional": true,
"description": "How many seconds is client considering itself idle, e.g. screen is off"
},
{
"name": "use_accountids",
"type": "uint32",
"optional": true,
"description": "Boolean, 0 (default): return steamid_from in output, 1: return accountid_from"
}
]
}
]
}