steamutils 1.3.97 → 1.3.98
Sign up to get free protection for your applications and to get access to all the features.
- package/.idea/codeStyles/Project.xml +1 -0
- package/.idea/deployment.xml +14 -0
- package/.idea/jsLibraryMappings.xml +6 -0
- package/.prettierrc.json +3 -3
- package/SteamClient.js +2418 -2418
- package/bufferHelpers.js +115 -115
- package/cheerio.js +103 -103
- package/const.js +336 -336
- package/create_remote_file.js +66 -66
- package/index.js +1 -1
- package/package.json +1 -1
- package/protos/csgo/base_gcmessages.proto +553 -553
- package/protos/csgo/base_gcmessages_csgo.proto +547 -547
- package/protos/csgo/c_peer2peer_netmessages.proto +55 -55
- package/protos/csgo/clientmessages.proto +48 -48
- package/protos/csgo/connectionless_netmessages.proto +17 -17
- package/protos/csgo/cs_gameevents.proto +35 -35
- package/protos/csgo/cs_usercmd.proto +34 -34
- package/protos/csgo/cstrike15_gcmessages.proto +1431 -1431
- package/protos/csgo/cstrike15_usermessages.proto +592 -592
- package/protos/csgo/demo.proto +165 -165
- package/protos/csgo/econ_gcmessages.proto +219 -219
- package/protos/csgo/engine_gcmessages.proto +14 -14
- package/protos/csgo/enums_clientserver.proto +1529 -1529
- package/protos/csgo/fatdemo.proto +125 -125
- package/protos/csgo/gameevents.proto +120 -120
- package/protos/csgo/gcsdk_gcmessages.proto +323 -323
- package/protos/csgo/gcsystemmsgs.proto +243 -243
- package/protos/csgo/netmessages.proto +618 -618
- package/protos/csgo/network_connection.proto +126 -126
- package/protos/csgo/networkbasetypes.proto +246 -246
- package/protos/csgo/networksystem_protomessages.proto +17 -17
- package/protos/csgo/steamdatagram_messages_auth.proto +65 -65
- package/protos/csgo/steamdatagram_messages_sdr.proto +534 -534
- package/protos/csgo/steammessages.proto +620 -620
- package/protos/csgo/steammessages_base.proto +301 -301
- package/protos/csgo/steammessages_cloud.steamworkssdk.proto +68 -68
- package/protos/csgo/steammessages_gamenetworkingui.proto +61 -61
- package/protos/csgo/steammessages_helprequest.steamworkssdk.proto +22 -22
- package/protos/csgo/steammessages_oauth.steamworkssdk.proto +18 -18
- package/protos/csgo/steammessages_player.steamworkssdk.proto +254 -254
- package/protos/csgo/steammessages_publishedfile.steamworkssdk.proto +233 -233
- package/protos/csgo/steammessages_unified_base.steamworkssdk.proto +30 -30
- package/protos/csgo/steamnetworkingsockets_messages.proto +205 -205
- package/protos/csgo/steamnetworkingsockets_messages_certs.proto +39 -39
- package/protos/csgo/steamnetworkingsockets_messages_udp.proto +75 -75
- package/protos/csgo/te.proto +259 -259
- package/protos/csgo/uifontfile_format.proto +13 -13
- package/protos/csgo/usercmd.proto +39 -39
- package/protos/csgo/usermessages.proto +752 -752
- package/protos/csgo/valveextensions.proto +17 -17
- package/protos/google/protobuf/descriptor.proto +281 -281
- package/protos/steam/clientmetrics.proto +45 -45
- package/protos/steam/content_manifest.proto +62 -62
- package/protos/steam/contenthubs.proto +41 -41
- package/protos/steam/encrypted_app_ticket.proto +10 -10
- package/protos/steam/enums.proto +501 -501
- package/protos/steam/enums_clientserver.proto +1508 -1508
- package/protos/steam/enums_productinfo.proto +14 -14
- package/protos/steam/htmlmessages.proto +1039 -1039
- package/protos/steam/offline_ticket.proto +8 -8
- package/protos/steam/steamdatagram_messages_auth.proto +65 -65
- package/protos/steam/steamdatagram_messages_sdr.proto +533 -533
- package/protos/steam/steammessages_accounthardware.steamclient.proto +167 -167
- package/protos/steam/steammessages_appoverview.proto +204 -204
- package/protos/steam/steammessages_auth.steamclient.proto +375 -375
- package/protos/steam/steammessages_base.proto +335 -335
- package/protos/steam/steammessages_broadcast.steamclient.proto +618 -618
- package/protos/steam/steammessages_chat.steamclient.proto +1070 -1070
- package/protos/steam/steammessages_client_objects.proto +649 -649
- package/protos/steam/steammessages_clientlanp2p.proto +43 -43
- package/protos/steam/steammessages_clientmetrics.steamclient.proto +192 -192
- package/protos/steam/steammessages_clientnotificationtypes.proto +250 -250
- package/protos/steam/steammessages_clientserver.proto +392 -392
- package/protos/steam/steammessages_clientserver_2.proto +771 -771
- package/protos/steam/steammessages_clientserver_appinfo.proto +131 -131
- package/protos/steam/steammessages_clientserver_friends.proto +260 -260
- package/protos/steam/steammessages_clientserver_gameservers.proto +159 -159
- package/protos/steam/steammessages_clientserver_lbs.proto +70 -70
- package/protos/steam/steammessages_clientserver_login.proto +167 -167
- package/protos/steam/steammessages_clientserver_mms.proto +233 -233
- package/protos/steam/steammessages_clientserver_ucm.proto +207 -207
- package/protos/steam/steammessages_clientserver_uds.proto +125 -125
- package/protos/steam/steammessages_clientserver_ufs.proto +45 -45
- package/protos/steam/steammessages_clientserver_userstats.proto +80 -80
- package/protos/steam/steammessages_clientsettings.proto +208 -208
- package/protos/steam/steammessages_cloud.steamclient.proto +422 -422
- package/protos/steam/steammessages_contentsystem.steamclient.proto +123 -123
- package/protos/steam/steammessages_credentials.steamclient.proto +96 -96
- package/protos/steam/steammessages_datapublisher.steamclient.proto +102 -102
- package/protos/steam/steammessages_depotbuilder.steamclient.proto +99 -99
- package/protos/steam/steammessages_deviceauth.steamclient.proto +169 -169
- package/protos/steam/steammessages_econ.steamclient.proto +137 -137
- package/protos/steam/steammessages_familygroups.steamclient.proto +441 -441
- package/protos/steam/steammessages_friendmessages.steamclient.proto +141 -141
- package/protos/steam/steammessages_gamenetworking.steamclient.proto +25 -25
- package/protos/steam/steammessages_gamenetworkingui.proto +61 -61
- package/protos/steam/steammessages_gamenotifications.steamclient.proto +131 -131
- package/protos/steam/steammessages_gameservers.steamclient.proto +136 -136
- package/protos/steam/steammessages_hiddevices.proto +157 -157
- package/protos/steam/steammessages_inventory.steamclient.proto +172 -172
- package/protos/steam/steammessages_linkfilter.steamclient.proto +39 -39
- package/protos/steam/steammessages_lobbymatchmaking.steamclient.proto +29 -29
- package/protos/steam/steammessages_market.steamclient.proto +22 -22
- package/protos/steam/steammessages_marketingmessages.steamclient.proto +273 -273
- package/protos/steam/steammessages_offline.steamclient.proto +33 -33
- package/protos/steam/steammessages_parental.steamclient.proto +262 -262
- package/protos/steam/steammessages_parties.steamclient.proto +75 -75
- package/protos/steam/steammessages_partnerapps.steamclient.proto +106 -106
- package/protos/steam/steammessages_player.steamclient.proto +915 -915
- package/protos/steam/steammessages_publishedfile.steamclient.proto +737 -737
- package/protos/steam/steammessages_qms.steamclient.proto +111 -111
- package/protos/steam/steammessages_remoteclient.proto +100 -100
- package/protos/steam/steammessages_remoteclient_discovery.proto +244 -244
- package/protos/steam/steammessages_remoteclient_service.steamclient.proto +31 -31
- package/protos/steam/steammessages_remoteclient_service_messages.proto +217 -217
- package/protos/steam/steammessages_remoteplay.proto +975 -975
- package/protos/steam/steammessages_secrets.steamclient.proto +35 -35
- package/protos/steam/steammessages_shader.steamclient.proto +89 -89
- package/protos/steam/steammessages_site_license.steamclient.proto +103 -103
- package/protos/steam/steammessages_sitelicenseclient.proto +38 -38
- package/protos/steam/steammessages_siteserverui.proto +130 -130
- package/protos/steam/steammessages_steamtv.steamclient.proto +533 -533
- package/protos/steam/steammessages_store.steamclient.proto +404 -404
- package/protos/steam/steammessages_storebrowse.steamclient.proto +457 -457
- package/protos/steam/steammessages_timedtrial.steamclient.proto +40 -40
- package/protos/steam/steammessages_twofactor.steamclient.proto +157 -157
- package/protos/steam/steammessages_unified_base.steamclient.proto +45 -45
- package/protos/steam/steammessages_unified_test.steamclient.proto +51 -51
- package/protos/steam/steammessages_useraccount.steamclient.proto +211 -211
- package/protos/steam/steammessages_vac.steamclient.proto +37 -37
- package/protos/steam/steammessages_video.steamclient.proto +68 -68
- package/protos/steam/steammessages_virtualcontroller.proto +138 -138
- package/protos/steam/steammessages_workshop.steamclient.proto +19 -19
- package/protos/steam/steamnetworkingsockets_messages.proto +205 -205
- package/protos/steam/steamnetworkingsockets_messages_certs.proto +39 -39
- package/protos/steam/steamnetworkingsockets_messages_udp.proto +75 -75
- package/protos/steam/webuimessages_achievements.proto +29 -29
- package/protos/steam/webuimessages_base.proto +24 -24
- package/protos/steam/webuimessages_gamenotes.proto +21 -21
- package/protos/steam/webuimessages_gamescope.proto +57 -57
- package/protos/steam/webuimessages_steamengine.proto +41 -41
- package/protos/steam/webuimessages_steamos.proto +114 -114
- package/protos/steam/webuimessages_storagedevicemanager.proto +110 -110
- package/protos/steam/webuimessages_systemmanager.proto +17 -17
- package/protos/steam/webuimessages_transport.proto +22 -22
- package/protos/steam/webuimessages_transportvalidation.proto +111 -111
- package/protos/webui/common.proto +4024 -4024
- package/protos/webui/common_base.proto +27 -27
- package/protos/webui/service_accountcart.proto +153 -153
- package/protos/webui/service_accountlinking.proto +27 -27
- package/protos/webui/service_accountprivacy.proto +42 -42
- package/protos/webui/service_accountprivateapps.proto +34 -34
- package/protos/webui/service_auction.proto +97 -97
- package/protos/webui/service_authentication.proto +222 -222
- package/protos/webui/service_authenticationsupport.proto +74 -74
- package/protos/webui/service_broadcast.proto +562 -562
- package/protos/webui/service_chat.proto +11 -11
- package/protos/webui/service_chatroom.proto +810 -810
- package/protos/webui/service_chatusability.proto +107 -107
- package/protos/webui/service_checkout.proto +84 -84
- package/protos/webui/service_clan.proto +41 -41
- package/protos/webui/service_clanchatrooms.proto +25 -25
- package/protos/webui/service_clanfaqs.proto +202 -202
- package/protos/webui/service_clientcomm.proto +151 -151
- package/protos/webui/service_clientmetrics.proto +22 -22
- package/protos/webui/service_cloud.proto +222 -222
- package/protos/webui/service_cloudconfigstore.proto +51 -51
- package/protos/webui/service_cloudgaming.proto +30 -30
- package/protos/webui/service_community.proto +365 -365
- package/protos/webui/service_dailydeal.proto +89 -89
- package/protos/webui/service_econ.proto +134 -134
- package/protos/webui/service_embedded.proto +24 -24
- package/protos/webui/service_experimentservice.proto +6 -6
- package/protos/webui/service_familygroups.proto +355 -355
- package/protos/webui/service_fovasvideo.proto +15 -15
- package/protos/webui/service_friendmessages.proto +133 -133
- package/protos/webui/service_friendslist.proto +70 -70
- package/protos/webui/service_gamenotes.proto +15 -15
- package/protos/webui/service_gamerecording.proto +265 -265
- package/protos/webui/service_gamerecordingclip.proto +85 -85
- package/protos/webui/service_gamerecordingdebug.proto +52 -52
- package/protos/webui/service_helprequestlogs.proto +16 -16
- package/protos/webui/service_loyaltyrewards.proto +252 -252
- package/protos/webui/service_marketingmessages.proto +215 -215
- package/protos/webui/service_mobileapp.proto +18 -18
- package/protos/webui/service_mobileauth.proto +24 -24
- package/protos/webui/service_mobiledevice.proto +26 -26
- package/protos/webui/service_mobileperaccount.proto +31 -31
- package/protos/webui/service_news.proto +110 -110
- package/protos/webui/service_parental.proto +258 -258
- package/protos/webui/service_partnermembershipinvite.proto +34 -34
- package/protos/webui/service_partnerstorebrowse.proto +28 -28
- package/protos/webui/service_phone.proto +51 -51
- package/protos/webui/service_physicalgoods.proto +15 -15
- package/protos/webui/service_player.proto +918 -918
- package/protos/webui/service_promotioneventinvites.proto +109 -109
- package/protos/webui/service_promotionplanning.proto +186 -186
- package/protos/webui/service_promotionstats.proto +23 -23
- package/protos/webui/service_publishedfile.proto +714 -714
- package/protos/webui/service_publishing.proto +200 -200
- package/protos/webui/service_quest.proto +127 -127
- package/protos/webui/service_salefeature.proto +373 -373
- package/protos/webui/service_saleitemrewards.proto +54 -54
- package/protos/webui/service_shoppingcart.proto +152 -152
- package/protos/webui/service_steamawards.proto +76 -76
- package/protos/webui/service_steamcharts.proto +75 -75
- package/protos/webui/service_steamengine.proto +36 -36
- package/protos/webui/service_steamlearn.proto +876 -876
- package/protos/webui/service_steamnotification.proto +73 -73
- package/protos/webui/service_steamtv.proto +495 -495
- package/protos/webui/service_steamvrvoicechat.proto +67 -67
- package/protos/webui/service_steamvrwebrtc.proto +48 -48
- package/protos/webui/service_storagedevicemanager.proto +104 -104
- package/protos/webui/service_store.proto +359 -359
- package/protos/webui/service_storeappsimilarity.proto +76 -76
- package/protos/webui/service_storebrowse.proto +103 -103
- package/protos/webui/service_storemarketing.proto +44 -44
- package/protos/webui/service_storequery.proto +103 -103
- package/protos/webui/service_storesales.proto +87 -87
- package/protos/webui/service_storetopsellers.proto +44 -44
- package/protos/webui/service_systemmanager.proto +11 -11
- package/protos/webui/service_test_transporterror.proto +6 -6
- package/protos/webui/service_transportauth.proto +17 -17
- package/protos/webui/service_transportvalidation.proto +69 -69
- package/protos/webui/service_twofactor.proto +170 -170
- package/protos/webui/service_useraccount.proto +142 -142
- package/protos/webui/service_usergameactivity.proto +34 -34
- package/protos/webui/service_usergamenotes.proto +70 -70
- package/protos/webui/service_usernews.proto +68 -68
- package/protos/webui/service_userreviews.proto +97 -97
- package/protos/webui/service_video.proto +50 -50
- package/protos/webui/service_videoclip.proto +62 -62
- package/protos/webui/service_voicechat.proto +139 -139
- package/protos/webui/service_webrtc.proto +52 -52
- package/remote.js +6259 -6259
- package/test_steamclient.js +20 -0
- package/utils.js +141 -141
@@ -1,915 +1,915 @@
|
|
1
|
-
import "steammessages_base.proto";
|
2
|
-
import "steammessages_unified_base.steamclient.proto";
|
3
|
-
import "enums.proto";
|
4
|
-
|
5
|
-
option cc_generic_services = true;
|
6
|
-
|
7
|
-
enum EProfileCustomizationStyle {
|
8
|
-
k_EProfileCustomizationStyleDefault = 0;
|
9
|
-
k_EProfileCustomizationStyleSelected = 1;
|
10
|
-
k_EProfileCustomizationStyleRarest = 2;
|
11
|
-
k_EProfileCustomizationStyleMostRecent = 3;
|
12
|
-
k_EProfileCustomizationStyleRandom = 4;
|
13
|
-
k_EProfileCustomizationStyleHighestRated = 5;
|
14
|
-
}
|
15
|
-
|
16
|
-
enum EAgreementType {
|
17
|
-
k_EAgreementType_Invalid = -1;
|
18
|
-
k_EAgreementType_GlobalSSA = 0;
|
19
|
-
k_EAgreementType_ChinaSSA = 1;
|
20
|
-
}
|
21
|
-
|
22
|
-
enum ENotificationSetting {
|
23
|
-
k_ENotificationSettingNotifyUseDefault = 0;
|
24
|
-
k_ENotificationSettingAlways = 1;
|
25
|
-
k_ENotificationSettingNever = 2;
|
26
|
-
}
|
27
|
-
|
28
|
-
enum ETextFilterSetting {
|
29
|
-
k_ETextFilterSettingSteamLabOptedOut = 0;
|
30
|
-
k_ETextFilterSettingEnabled = 1;
|
31
|
-
k_ETextFilterSettingEnabledAllowProfanity = 2;
|
32
|
-
k_ETextFilterSettingDisabled = 3;
|
33
|
-
}
|
34
|
-
|
35
|
-
message CPlayer_GetRecentPlaytimeSessionsForChild_Request {
|
36
|
-
optional uint64 steamid = 1;
|
37
|
-
}
|
38
|
-
|
39
|
-
message CPlayer_GetRecentPlaytimeSessionsForChild_Response {
|
40
|
-
message PlaytimeSession {
|
41
|
-
optional uint32 time_start = 1;
|
42
|
-
optional uint32 time_end = 2;
|
43
|
-
optional uint32 appid = 3;
|
44
|
-
optional uint32 device_type = 4;
|
45
|
-
optional bool disconnected = 5;
|
46
|
-
}
|
47
|
-
|
48
|
-
repeated .CPlayer_GetRecentPlaytimeSessionsForChild_Response.PlaytimeSession sessions = 1;
|
49
|
-
}
|
50
|
-
|
51
|
-
message CPlayer_GetPlayerLinkDetails_Request {
|
52
|
-
repeated uint64 steamids = 1;
|
53
|
-
}
|
54
|
-
|
55
|
-
message CPlayer_GetPlayerLinkDetails_Response {
|
56
|
-
message PlayerLinkDetails {
|
57
|
-
message AccountPublicData {
|
58
|
-
required fixed64 steamid = 1;
|
59
|
-
optional int32 visibility_state = 2;
|
60
|
-
optional int32 privacy_state = 3;
|
61
|
-
optional int32 profile_state = 4;
|
62
|
-
optional uint32 ban_expires_time = 7;
|
63
|
-
optional uint32 account_flags = 8;
|
64
|
-
optional bytes sha_digest_avatar = 9;
|
65
|
-
optional string persona_name = 10;
|
66
|
-
optional string profile_url = 11;
|
67
|
-
optional bool content_country_restricted = 12;
|
68
|
-
}
|
69
|
-
|
70
|
-
message AccountPrivateData {
|
71
|
-
optional int32 persona_state = 1;
|
72
|
-
optional uint32 persona_state_flags = 2;
|
73
|
-
optional uint32 time_created = 3;
|
74
|
-
optional fixed64 game_id = 4;
|
75
|
-
optional fixed64 game_server_steam_id = 5;
|
76
|
-
optional uint32 game_server_ip_address = 6;
|
77
|
-
optional uint32 game_server_port = 7;
|
78
|
-
optional string game_extra_info = 8;
|
79
|
-
optional string account_name = 9;
|
80
|
-
optional fixed64 lobby_steam_id = 10;
|
81
|
-
optional string rich_presence_kv = 11;
|
82
|
-
optional fixed64 broadcast_session_id = 12;
|
83
|
-
optional uint32 watching_broadcast_accountid = 13;
|
84
|
-
optional uint32 watching_broadcast_appid = 14;
|
85
|
-
optional uint32 watching_broadcast_viewers = 15;
|
86
|
-
optional string watching_broadcast_title = 16;
|
87
|
-
optional uint32 last_logoff_time = 17;
|
88
|
-
optional uint32 last_seen_online = 18;
|
89
|
-
optional int32 game_os_type = 19;
|
90
|
-
optional int32 game_device_type = 20;
|
91
|
-
optional string game_device_name = 21;
|
92
|
-
optional bool game_is_private = 22;
|
93
|
-
}
|
94
|
-
|
95
|
-
optional .CPlayer_GetPlayerLinkDetails_Response.PlayerLinkDetails.AccountPublicData public_data = 1;
|
96
|
-
optional .CPlayer_GetPlayerLinkDetails_Response.PlayerLinkDetails.AccountPrivateData private_data = 2;
|
97
|
-
}
|
98
|
-
|
99
|
-
repeated .CPlayer_GetPlayerLinkDetails_Response.PlayerLinkDetails accounts = 1;
|
100
|
-
}
|
101
|
-
|
102
|
-
message CPlayer_GetMutualFriendsForIncomingInvites_Request {
|
103
|
-
}
|
104
|
-
|
105
|
-
message CPlayer_IncomingInviteMutualFriendList {
|
106
|
-
optional fixed64 steamid = 1;
|
107
|
-
repeated uint32 mutual_friend_account_ids = 2;
|
108
|
-
}
|
109
|
-
|
110
|
-
message CPlayer_GetMutualFriendsForIncomingInvites_Response {
|
111
|
-
repeated .CPlayer_IncomingInviteMutualFriendList incoming_invite_mutual_friends_lists = 1;
|
112
|
-
}
|
113
|
-
|
114
|
-
message CPlayer_GetOwnedGames_Request {
|
115
|
-
optional uint64 steamid = 1;
|
116
|
-
optional bool include_appinfo = 2;
|
117
|
-
optional bool include_played_free_games = 3;
|
118
|
-
repeated uint32 appids_filter = 4;
|
119
|
-
optional bool include_free_sub = 5;
|
120
|
-
optional bool skip_unvetted_apps = 6 [default = true];
|
121
|
-
optional string language = 7;
|
122
|
-
optional bool include_extended_appinfo = 8;
|
123
|
-
}
|
124
|
-
|
125
|
-
message CPlayer_GetOwnedGames_Response {
|
126
|
-
message Game {
|
127
|
-
optional int32 appid = 1;
|
128
|
-
optional string name = 2;
|
129
|
-
optional int32 playtime_2weeks = 3;
|
130
|
-
optional int32 playtime_forever = 4;
|
131
|
-
optional string img_icon_url = 5;
|
132
|
-
optional bool has_community_visible_stats = 7;
|
133
|
-
optional int32 playtime_windows_forever = 8;
|
134
|
-
optional int32 playtime_mac_forever = 9;
|
135
|
-
optional int32 playtime_linux_forever = 10;
|
136
|
-
optional uint32 rtime_last_played = 11;
|
137
|
-
optional string capsule_filename = 12;
|
138
|
-
optional string sort_as = 13;
|
139
|
-
optional bool has_workshop = 14;
|
140
|
-
optional bool has_market = 15;
|
141
|
-
optional bool has_dlc = 16;
|
142
|
-
optional bool has_leaderboards = 17;
|
143
|
-
repeated uint32 content_descriptorids = 18;
|
144
|
-
optional int32 playtime_disconnected = 19;
|
145
|
-
}
|
146
|
-
|
147
|
-
optional uint32 game_count = 1;
|
148
|
-
repeated .CPlayer_GetOwnedGames_Response.Game games = 2;
|
149
|
-
}
|
150
|
-
|
151
|
-
message CPlayer_GetPlayNext_Request {
|
152
|
-
optional uint32 max_age_seconds = 1;
|
153
|
-
repeated uint32 ignore_appids = 2;
|
154
|
-
}
|
155
|
-
|
156
|
-
message CPlayer_GetPlayNext_Response {
|
157
|
-
optional uint32 last_update_time = 1;
|
158
|
-
repeated uint32 appids = 2;
|
159
|
-
}
|
160
|
-
|
161
|
-
message CPlayer_GetFriendsGameplayInfo_Request {
|
162
|
-
optional uint32 appid = 1;
|
163
|
-
}
|
164
|
-
|
165
|
-
message CPlayer_GetFriendsGameplayInfo_Response {
|
166
|
-
message FriendsGameplayInfo {
|
167
|
-
optional fixed64 steamid = 1;
|
168
|
-
optional uint32 minutes_played = 2;
|
169
|
-
optional uint32 minutes_played_forever = 3;
|
170
|
-
}
|
171
|
-
|
172
|
-
message OwnGameplayInfo {
|
173
|
-
optional fixed64 steamid = 1;
|
174
|
-
optional uint32 minutes_played = 2;
|
175
|
-
optional uint32 minutes_played_forever = 3;
|
176
|
-
optional bool in_wishlist = 4;
|
177
|
-
optional bool owned = 5;
|
178
|
-
}
|
179
|
-
|
180
|
-
optional .CPlayer_GetFriendsGameplayInfo_Response.OwnGameplayInfo your_info = 1;
|
181
|
-
repeated .CPlayer_GetFriendsGameplayInfo_Response.FriendsGameplayInfo in_game = 2;
|
182
|
-
repeated .CPlayer_GetFriendsGameplayInfo_Response.FriendsGameplayInfo played_recently = 3;
|
183
|
-
repeated .CPlayer_GetFriendsGameplayInfo_Response.FriendsGameplayInfo played_ever = 4;
|
184
|
-
repeated .CPlayer_GetFriendsGameplayInfo_Response.FriendsGameplayInfo owns = 5;
|
185
|
-
repeated .CPlayer_GetFriendsGameplayInfo_Response.FriendsGameplayInfo in_wishlist = 6;
|
186
|
-
}
|
187
|
-
|
188
|
-
message CPlayer_GetGameBadgeLevels_Request {
|
189
|
-
optional uint32 appid = 1;
|
190
|
-
}
|
191
|
-
|
192
|
-
message CPlayer_GetGameBadgeLevels_Response {
|
193
|
-
message Badge {
|
194
|
-
optional int32 level = 1;
|
195
|
-
optional int32 series = 2;
|
196
|
-
optional uint32 border_color = 3;
|
197
|
-
}
|
198
|
-
|
199
|
-
optional uint32 player_level = 1;
|
200
|
-
repeated .CPlayer_GetGameBadgeLevels_Response.Badge badges = 2;
|
201
|
-
}
|
202
|
-
|
203
|
-
message CPlayer_GetProfileBackground_Request {
|
204
|
-
optional fixed64 steamid = 1;
|
205
|
-
optional string language = 2;
|
206
|
-
}
|
207
|
-
|
208
|
-
message ProfileItem {
|
209
|
-
message ProfileColor {
|
210
|
-
optional string style_name = 1;
|
211
|
-
optional string color = 2;
|
212
|
-
}
|
213
|
-
|
214
|
-
optional uint64 communityitemid = 1;
|
215
|
-
optional string image_small = 2;
|
216
|
-
optional string image_large = 3;
|
217
|
-
optional string name = 4;
|
218
|
-
optional string item_title = 5;
|
219
|
-
optional string item_description = 6;
|
220
|
-
optional uint32 appid = 7;
|
221
|
-
optional uint32 item_type = 8;
|
222
|
-
optional uint32 item_class = 9;
|
223
|
-
optional string movie_webm = 10;
|
224
|
-
optional string movie_mp4 = 11;
|
225
|
-
optional string movie_webm_small = 13;
|
226
|
-
optional string movie_mp4_small = 14;
|
227
|
-
optional uint32 equipped_flags = 12;
|
228
|
-
repeated .ProfileItem.ProfileColor profile_colors = 15;
|
229
|
-
}
|
230
|
-
|
231
|
-
message CPlayer_GetProfileBackground_Response {
|
232
|
-
optional .ProfileItem profile_background = 1;
|
233
|
-
}
|
234
|
-
|
235
|
-
message CPlayer_SetProfileBackground_Request {
|
236
|
-
optional uint64 communityitemid = 1;
|
237
|
-
}
|
238
|
-
|
239
|
-
message CPlayer_SetProfileBackground_Response {
|
240
|
-
}
|
241
|
-
|
242
|
-
message CPlayer_GetMiniProfileBackground_Request {
|
243
|
-
optional fixed64 steamid = 1;
|
244
|
-
optional string language = 2;
|
245
|
-
}
|
246
|
-
|
247
|
-
message CPlayer_GetMiniProfileBackground_Response {
|
248
|
-
optional .ProfileItem profile_background = 1;
|
249
|
-
}
|
250
|
-
|
251
|
-
message CPlayer_SetMiniProfileBackground_Request {
|
252
|
-
optional uint64 communityitemid = 1;
|
253
|
-
}
|
254
|
-
|
255
|
-
message CPlayer_SetMiniProfileBackground_Response {
|
256
|
-
}
|
257
|
-
|
258
|
-
message CPlayer_GetAvatarFrame_Request {
|
259
|
-
optional fixed64 steamid = 1;
|
260
|
-
optional string language = 2;
|
261
|
-
}
|
262
|
-
|
263
|
-
message CPlayer_GetAvatarFrame_Response {
|
264
|
-
optional .ProfileItem avatar_frame = 1;
|
265
|
-
}
|
266
|
-
|
267
|
-
message CPlayer_SetAvatarFrame_Request {
|
268
|
-
optional uint64 communityitemid = 1;
|
269
|
-
}
|
270
|
-
|
271
|
-
message CPlayer_SetAvatarFrame_Response {
|
272
|
-
}
|
273
|
-
|
274
|
-
message CPlayer_GetAnimatedAvatar_Request {
|
275
|
-
optional fixed64 steamid = 1;
|
276
|
-
optional string language = 2;
|
277
|
-
}
|
278
|
-
|
279
|
-
message CPlayer_GetAnimatedAvatar_Response {
|
280
|
-
optional .ProfileItem avatar = 1;
|
281
|
-
}
|
282
|
-
|
283
|
-
message CPlayer_SetAnimatedAvatar_Request {
|
284
|
-
optional uint64 communityitemid = 1;
|
285
|
-
}
|
286
|
-
|
287
|
-
message CPlayer_SetAnimatedAvatar_Response {
|
288
|
-
}
|
289
|
-
|
290
|
-
message CPlayer_GetSteamDeckKeyboardSkin_Request {
|
291
|
-
optional fixed64 steamid = 1;
|
292
|
-
optional string language = 2;
|
293
|
-
}
|
294
|
-
|
295
|
-
message CPlayer_GetSteamDeckKeyboardSkin_Response {
|
296
|
-
optional .ProfileItem steam_deck_keyboard_skin = 1;
|
297
|
-
}
|
298
|
-
|
299
|
-
message CPlayer_SetSteamDeckKeyboardSkin_Request {
|
300
|
-
optional uint64 communityitemid = 1;
|
301
|
-
}
|
302
|
-
|
303
|
-
message CPlayer_SetSteamDeckKeyboardSkin_Response {
|
304
|
-
}
|
305
|
-
|
306
|
-
message CPlayer_GetProfileItemsOwned_Request {
|
307
|
-
optional string language = 1;
|
308
|
-
repeated .ECommunityItemClass filters = 2;
|
309
|
-
}
|
310
|
-
|
311
|
-
message CPlayer_GetProfileItemsOwned_Response {
|
312
|
-
repeated .ProfileItem profile_backgrounds = 1;
|
313
|
-
repeated .ProfileItem mini_profile_backgrounds = 2;
|
314
|
-
repeated .ProfileItem avatar_frames = 3;
|
315
|
-
repeated .ProfileItem animated_avatars = 4;
|
316
|
-
repeated .ProfileItem profile_modifiers = 5;
|
317
|
-
repeated .ProfileItem steam_deck_keyboard_skins = 6;
|
318
|
-
repeated .ProfileItem steam_deck_startup_movies = 7;
|
319
|
-
}
|
320
|
-
|
321
|
-
message CPlayer_GetProfileItemsEquipped_Request {
|
322
|
-
optional fixed64 steamid = 1;
|
323
|
-
optional string language = 2;
|
324
|
-
}
|
325
|
-
|
326
|
-
message CPlayer_GetProfileItemsEquipped_Response {
|
327
|
-
optional .ProfileItem profile_background = 1;
|
328
|
-
optional .ProfileItem mini_profile_background = 2;
|
329
|
-
optional .ProfileItem avatar_frame = 3;
|
330
|
-
optional .ProfileItem animated_avatar = 4;
|
331
|
-
optional .ProfileItem profile_modifier = 5;
|
332
|
-
optional .ProfileItem steam_deck_keyboard_skin = 6;
|
333
|
-
}
|
334
|
-
|
335
|
-
message CPlayer_SetEquippedProfileItemFlags_Request {
|
336
|
-
optional uint64 communityitemid = 1;
|
337
|
-
optional uint32 flags = 2;
|
338
|
-
}
|
339
|
-
|
340
|
-
message CPlayer_SetEquippedProfileItemFlags_Response {
|
341
|
-
}
|
342
|
-
|
343
|
-
message CPlayer_GetEmoticonList_Request {
|
344
|
-
}
|
345
|
-
|
346
|
-
message CPlayer_GetEmoticonList_Response {
|
347
|
-
message Emoticon {
|
348
|
-
optional string name = 1;
|
349
|
-
optional int32 count = 2;
|
350
|
-
optional uint32 time_last_used = 3;
|
351
|
-
optional uint32 use_count = 4;
|
352
|
-
optional uint32 time_received = 5;
|
353
|
-
optional uint32 appid = 6;
|
354
|
-
}
|
355
|
-
|
356
|
-
repeated .CPlayer_GetEmoticonList_Response.Emoticon emoticons = 1;
|
357
|
-
}
|
358
|
-
|
359
|
-
message CPlayer_GetCommunityBadgeProgress_Request {
|
360
|
-
optional uint64 steamid = 1;
|
361
|
-
optional int32 badgeid = 2;
|
362
|
-
}
|
363
|
-
|
364
|
-
message CPlayer_GetCommunityBadgeProgress_Response {
|
365
|
-
message Quest {
|
366
|
-
optional uint32 questid = 1;
|
367
|
-
optional bool completed = 2;
|
368
|
-
}
|
369
|
-
|
370
|
-
repeated .CPlayer_GetCommunityBadgeProgress_Response.Quest quests = 1;
|
371
|
-
}
|
372
|
-
|
373
|
-
message CPlayer_GetTopAchievementsForGames_Request {
|
374
|
-
optional uint64 steamid = 1;
|
375
|
-
optional string language = 2;
|
376
|
-
optional uint32 max_achievements = 3;
|
377
|
-
repeated uint32 appids = 4;
|
378
|
-
}
|
379
|
-
|
380
|
-
message CPlayer_GetTopAchievementsForGames_Response {
|
381
|
-
message Achievement {
|
382
|
-
optional uint32 statid = 1;
|
383
|
-
optional uint32 bit = 2;
|
384
|
-
optional string name = 3;
|
385
|
-
optional string desc = 4;
|
386
|
-
optional string icon = 5;
|
387
|
-
optional string icon_gray = 6;
|
388
|
-
optional bool hidden = 7;
|
389
|
-
optional string player_percent_unlocked = 8;
|
390
|
-
}
|
391
|
-
|
392
|
-
message Game {
|
393
|
-
optional uint32 appid = 1;
|
394
|
-
optional uint32 total_achievements = 2;
|
395
|
-
repeated .CPlayer_GetTopAchievementsForGames_Response.Achievement achievements = 3;
|
396
|
-
}
|
397
|
-
|
398
|
-
repeated .CPlayer_GetTopAchievementsForGames_Response.Game games = 1;
|
399
|
-
}
|
400
|
-
|
401
|
-
message CPlayer_GetAchievementsProgress_Request {
|
402
|
-
optional uint64 steamid = 1;
|
403
|
-
optional string language = 2;
|
404
|
-
repeated uint32 appids = 3;
|
405
|
-
}
|
406
|
-
|
407
|
-
message CPlayer_GetAchievementsProgress_Response {
|
408
|
-
message AchievementProgress {
|
409
|
-
optional uint32 appid = 1;
|
410
|
-
optional uint32 unlocked = 2;
|
411
|
-
optional uint32 total = 3;
|
412
|
-
optional float percentage = 4;
|
413
|
-
optional bool all_unlocked = 5;
|
414
|
-
optional uint32 cache_time = 6;
|
415
|
-
}
|
416
|
-
|
417
|
-
repeated .CPlayer_GetAchievementsProgress_Response.AchievementProgress achievement_progress = 1;
|
418
|
-
}
|
419
|
-
|
420
|
-
message CPlayer_GetGameAchievements_Request {
|
421
|
-
optional uint32 appid = 1;
|
422
|
-
optional string language = 2;
|
423
|
-
}
|
424
|
-
|
425
|
-
message CPlayer_GetGameAchievements_Response {
|
426
|
-
message Achievement {
|
427
|
-
optional string internal_name = 1;
|
428
|
-
optional string localized_name = 2;
|
429
|
-
optional string localized_desc = 3;
|
430
|
-
optional string icon = 4;
|
431
|
-
optional string icon_gray = 5;
|
432
|
-
optional bool hidden = 6;
|
433
|
-
optional string player_percent_unlocked = 7;
|
434
|
-
}
|
435
|
-
|
436
|
-
repeated .CPlayer_GetGameAchievements_Response.Achievement achievements = 1;
|
437
|
-
}
|
438
|
-
|
439
|
-
message CPlayer_GetFavoriteBadge_Request {
|
440
|
-
optional uint64 steamid = 1;
|
441
|
-
}
|
442
|
-
|
443
|
-
message CPlayer_GetFavoriteBadge_Response {
|
444
|
-
optional bool has_favorite_badge = 1;
|
445
|
-
optional uint32 badgeid = 2;
|
446
|
-
optional uint64 communityitemid = 3;
|
447
|
-
optional uint32 item_type = 4;
|
448
|
-
optional uint32 border_color = 5;
|
449
|
-
optional uint32 appid = 6;
|
450
|
-
optional uint32 level = 7;
|
451
|
-
}
|
452
|
-
|
453
|
-
message CPlayer_SetFavoriteBadge_Request {
|
454
|
-
optional uint64 communityitemid = 1;
|
455
|
-
optional uint32 badgeid = 2;
|
456
|
-
}
|
457
|
-
|
458
|
-
message CPlayer_SetFavoriteBadge_Response {
|
459
|
-
}
|
460
|
-
|
461
|
-
message CPlayer_GetProfileCustomization_Request {
|
462
|
-
optional fixed64 steamid = 1;
|
463
|
-
optional bool include_inactive_customizations = 2;
|
464
|
-
optional bool include_purchased_customizations = 3;
|
465
|
-
}
|
466
|
-
|
467
|
-
message ProfileCustomizationSlot {
|
468
|
-
optional uint32 slot = 1;
|
469
|
-
optional uint32 appid = 2;
|
470
|
-
optional uint64 publishedfileid = 3;
|
471
|
-
optional uint64 item_assetid = 4;
|
472
|
-
optional uint64 item_contextid = 5;
|
473
|
-
optional string notes = 6;
|
474
|
-
optional string title = 7;
|
475
|
-
optional uint32 accountid = 8;
|
476
|
-
optional uint32 badgeid = 9;
|
477
|
-
optional uint32 border_color = 10;
|
478
|
-
optional uint64 item_classid = 11;
|
479
|
-
optional uint64 item_instanceid = 12;
|
480
|
-
optional .EBanContentCheckResult ban_check_result = 13 [default = k_EBanContentCheckResult_NotScanned];
|
481
|
-
optional uint32 replay_year = 14;
|
482
|
-
}
|
483
|
-
|
484
|
-
message ProfileCustomization {
|
485
|
-
optional .EProfileCustomizationType customization_type = 1 [default = k_EProfileCustomizationTypeInvalid];
|
486
|
-
optional bool large = 2;
|
487
|
-
repeated .ProfileCustomizationSlot slots = 3;
|
488
|
-
optional bool active = 4;
|
489
|
-
optional .EProfileCustomizationStyle customization_style = 5 [default = k_EProfileCustomizationStyleDefault];
|
490
|
-
optional uint64 purchaseid = 6;
|
491
|
-
optional uint32 level = 7;
|
492
|
-
}
|
493
|
-
|
494
|
-
message ProfileTheme {
|
495
|
-
optional string theme_id = 1;
|
496
|
-
optional string title = 2;
|
497
|
-
}
|
498
|
-
|
499
|
-
message ProfilePreferences {
|
500
|
-
optional bool hide_profile_awards = 1;
|
501
|
-
}
|
502
|
-
|
503
|
-
message CPlayer_GetProfileCustomization_Response {
|
504
|
-
message PurchasedCustomization {
|
505
|
-
optional uint64 purchaseid = 1;
|
506
|
-
optional .EProfileCustomizationType customization_type = 2 [default = k_EProfileCustomizationTypeInvalid];
|
507
|
-
optional uint32 level = 3;
|
508
|
-
}
|
509
|
-
|
510
|
-
repeated .ProfileCustomization customizations = 1;
|
511
|
-
optional uint32 slots_available = 2;
|
512
|
-
optional .ProfileTheme profile_theme = 3;
|
513
|
-
repeated .CPlayer_GetProfileCustomization_Response.PurchasedCustomization purchased_customizations = 4;
|
514
|
-
optional .ProfilePreferences profile_preferences = 5;
|
515
|
-
}
|
516
|
-
|
517
|
-
message CPlayer_GetPurchasedProfileCustomizations_Request {
|
518
|
-
optional fixed64 steamid = 1;
|
519
|
-
}
|
520
|
-
|
521
|
-
message CPlayer_GetPurchasedProfileCustomizations_Response {
|
522
|
-
message PurchasedCustomization {
|
523
|
-
optional uint64 purchaseid = 1;
|
524
|
-
optional .EProfileCustomizationType customization_type = 2 [default = k_EProfileCustomizationTypeInvalid];
|
525
|
-
}
|
526
|
-
|
527
|
-
repeated .CPlayer_GetPurchasedProfileCustomizations_Response.PurchasedCustomization purchased_customizations = 1;
|
528
|
-
}
|
529
|
-
|
530
|
-
message CPlayer_GetPurchasedAndUpgradedProfileCustomizations_Request {
|
531
|
-
optional fixed64 steamid = 1;
|
532
|
-
}
|
533
|
-
|
534
|
-
message CPlayer_GetPurchasedAndUpgradedProfileCustomizations_Response {
|
535
|
-
message PurchasedCustomization {
|
536
|
-
optional .EProfileCustomizationType customization_type = 1 [default = k_EProfileCustomizationTypeInvalid];
|
537
|
-
optional uint32 count = 2;
|
538
|
-
}
|
539
|
-
|
540
|
-
message UpgradedCustomization {
|
541
|
-
optional .EProfileCustomizationType customization_type = 1 [default = k_EProfileCustomizationTypeInvalid];
|
542
|
-
optional uint32 level = 2;
|
543
|
-
}
|
544
|
-
|
545
|
-
repeated .CPlayer_GetPurchasedAndUpgradedProfileCustomizations_Response.PurchasedCustomization purchased_customizations = 1;
|
546
|
-
repeated .CPlayer_GetPurchasedAndUpgradedProfileCustomizations_Response.UpgradedCustomization upgraded_customizations = 2;
|
547
|
-
}
|
548
|
-
|
549
|
-
message CPlayer_GetProfileThemesAvailable_Request {
|
550
|
-
}
|
551
|
-
|
552
|
-
message CPlayer_GetProfileThemesAvailable_Response {
|
553
|
-
repeated .ProfileTheme profile_themes = 1;
|
554
|
-
}
|
555
|
-
|
556
|
-
message CPlayer_SetProfileTheme_Request {
|
557
|
-
optional string theme_id = 1;
|
558
|
-
}
|
559
|
-
|
560
|
-
message CPlayer_SetProfileTheme_Response {
|
561
|
-
}
|
562
|
-
|
563
|
-
message CPlayer_SetProfilePreferences_Request {
|
564
|
-
optional .ProfilePreferences profile_preferences = 1;
|
565
|
-
}
|
566
|
-
|
567
|
-
message CPlayer_SetProfilePreferences_Response {
|
568
|
-
}
|
569
|
-
|
570
|
-
message CPlayer_PostStatusToFriends_Request {
|
571
|
-
optional uint32 appid = 1;
|
572
|
-
optional string status_text = 2;
|
573
|
-
}
|
574
|
-
|
575
|
-
message CPlayer_PostStatusToFriends_Response {
|
576
|
-
}
|
577
|
-
|
578
|
-
message CPlayer_GetPostedStatus_Request {
|
579
|
-
optional uint64 steamid = 1;
|
580
|
-
optional uint64 postid = 2;
|
581
|
-
}
|
582
|
-
|
583
|
-
message CPlayer_GetPostedStatus_Response {
|
584
|
-
optional uint32 accountid = 1;
|
585
|
-
optional uint64 postid = 2;
|
586
|
-
optional string status_text = 3;
|
587
|
-
optional bool deleted = 4;
|
588
|
-
optional uint32 appid = 5;
|
589
|
-
}
|
590
|
-
|
591
|
-
message CPlayer_DeletePostedStatus_Request {
|
592
|
-
optional uint64 postid = 1;
|
593
|
-
}
|
594
|
-
|
595
|
-
message CPlayer_DeletePostedStatus_Response {
|
596
|
-
}
|
597
|
-
|
598
|
-
message CPlayer_GetLastPlayedTimes_Request {
|
599
|
-
optional uint32 min_last_played = 1;
|
600
|
-
}
|
601
|
-
|
602
|
-
message CPlayer_GetLastPlayedTimes_Response {
|
603
|
-
message Game {
|
604
|
-
optional int32 appid = 1;
|
605
|
-
optional uint32 last_playtime = 2;
|
606
|
-
optional int32 playtime_2weeks = 3;
|
607
|
-
optional int32 playtime_forever = 4;
|
608
|
-
optional uint32 first_playtime = 5;
|
609
|
-
optional int32 playtime_windows_forever = 6;
|
610
|
-
optional int32 playtime_mac_forever = 7;
|
611
|
-
optional int32 playtime_linux_forever = 8;
|
612
|
-
optional uint32 first_windows_playtime = 9;
|
613
|
-
optional uint32 first_mac_playtime = 10;
|
614
|
-
optional uint32 first_linux_playtime = 11;
|
615
|
-
optional uint32 last_windows_playtime = 12;
|
616
|
-
optional uint32 last_mac_playtime = 13;
|
617
|
-
optional uint32 last_linux_playtime = 14;
|
618
|
-
optional uint32 playtime_disconnected = 15;
|
619
|
-
}
|
620
|
-
|
621
|
-
repeated .CPlayer_GetLastPlayedTimes_Response.Game games = 1;
|
622
|
-
}
|
623
|
-
|
624
|
-
message CPlayer_GetTimeSSAAccepted_Request {
|
625
|
-
}
|
626
|
-
|
627
|
-
message CPlayer_GetTimeSSAAccepted_Response {
|
628
|
-
optional uint32 time_ssa_accepted = 1;
|
629
|
-
optional uint32 time_ssa_updated = 2;
|
630
|
-
optional uint32 time_chinassa_accepted = 3;
|
631
|
-
}
|
632
|
-
|
633
|
-
message CPlayer_AcceptSSA_Request {
|
634
|
-
optional .EAgreementType agreement_type = 1 [default = k_EAgreementType_Invalid];
|
635
|
-
optional uint32 time_signed_utc = 2;
|
636
|
-
}
|
637
|
-
|
638
|
-
message CPlayer_AcceptSSA_Response {
|
639
|
-
}
|
640
|
-
|
641
|
-
message CPlayer_GetNicknameList_Request {
|
642
|
-
}
|
643
|
-
|
644
|
-
message CPlayer_GetNicknameList_Response {
|
645
|
-
message PlayerNickname {
|
646
|
-
optional fixed32 accountid = 1;
|
647
|
-
optional string nickname = 2;
|
648
|
-
}
|
649
|
-
|
650
|
-
repeated .CPlayer_GetNicknameList_Response.PlayerNickname nicknames = 1;
|
651
|
-
}
|
652
|
-
|
653
|
-
message CPlayer_GetPerFriendPreferences_Request {
|
654
|
-
}
|
655
|
-
|
656
|
-
message PerFriendPreferences {
|
657
|
-
optional fixed32 accountid = 1;
|
658
|
-
optional string nickname = 2;
|
659
|
-
optional .ENotificationSetting notifications_showingame = 3 [default = k_ENotificationSettingNotifyUseDefault];
|
660
|
-
optional .ENotificationSetting notifications_showonline = 4 [default = k_ENotificationSettingNotifyUseDefault];
|
661
|
-
optional .ENotificationSetting notifications_showmessages = 5 [default = k_ENotificationSettingNotifyUseDefault];
|
662
|
-
optional .ENotificationSetting sounds_showingame = 6 [default = k_ENotificationSettingNotifyUseDefault];
|
663
|
-
optional .ENotificationSetting sounds_showonline = 7 [default = k_ENotificationSettingNotifyUseDefault];
|
664
|
-
optional .ENotificationSetting sounds_showmessages = 8 [default = k_ENotificationSettingNotifyUseDefault];
|
665
|
-
optional .ENotificationSetting notifications_sendmobile = 9 [default = k_ENotificationSettingNotifyUseDefault];
|
666
|
-
}
|
667
|
-
|
668
|
-
message CPlayer_GetPerFriendPreferences_Response {
|
669
|
-
repeated .PerFriendPreferences preferences = 1;
|
670
|
-
}
|
671
|
-
|
672
|
-
message CPlayer_SetPerFriendPreferences_Request {
|
673
|
-
optional .PerFriendPreferences preferences = 1;
|
674
|
-
}
|
675
|
-
|
676
|
-
message CPlayer_SetPerFriendPreferences_Response {
|
677
|
-
}
|
678
|
-
|
679
|
-
message CPlayer_AddFriend_Request {
|
680
|
-
optional fixed64 steamid = 1;
|
681
|
-
}
|
682
|
-
|
683
|
-
message CPlayer_AddFriend_Response {
|
684
|
-
optional bool invite_sent = 1;
|
685
|
-
optional uint32 friend_relationship = 2;
|
686
|
-
optional int32 result = 3;
|
687
|
-
}
|
688
|
-
|
689
|
-
message CPlayer_RemoveFriend_Request {
|
690
|
-
optional fixed64 steamid = 1;
|
691
|
-
}
|
692
|
-
|
693
|
-
message CPlayer_RemoveFriend_Response {
|
694
|
-
optional uint32 friend_relationship = 1;
|
695
|
-
}
|
696
|
-
|
697
|
-
message CPlayer_IgnoreFriend_Request {
|
698
|
-
optional fixed64 steamid = 1;
|
699
|
-
optional bool unignore = 2;
|
700
|
-
}
|
701
|
-
|
702
|
-
message CPlayer_IgnoreFriend_Response {
|
703
|
-
optional uint32 friend_relationship = 1;
|
704
|
-
}
|
705
|
-
|
706
|
-
message CPlayer_GetCommunityPreferences_Request {
|
707
|
-
}
|
708
|
-
|
709
|
-
message CPlayer_CommunityPreferences {
|
710
|
-
optional bool parenthesize_nicknames = 4 [default = false];
|
711
|
-
optional .ETextFilterSetting text_filter_setting = 5 [default = k_ETextFilterSettingSteamLabOptedOut];
|
712
|
-
optional bool text_filter_ignore_friends = 6 [default = true];
|
713
|
-
optional uint32 text_filter_words_revision = 7;
|
714
|
-
optional uint32 timestamp_updated = 3;
|
715
|
-
}
|
716
|
-
|
717
|
-
message CPlayer_GetCommunityPreferences_Response {
|
718
|
-
optional .CPlayer_CommunityPreferences preferences = 1;
|
719
|
-
optional .UserContentDescriptorPreferences content_descriptor_preferences = 2;
|
720
|
-
}
|
721
|
-
|
722
|
-
message CPlayer_SetCommunityPreferences_Request {
|
723
|
-
optional .CPlayer_CommunityPreferences preferences = 1;
|
724
|
-
}
|
725
|
-
|
726
|
-
message CPlayer_SetCommunityPreferences_Response {
|
727
|
-
}
|
728
|
-
|
729
|
-
message CPlayer_GetTextFilterWords_Request {
|
730
|
-
}
|
731
|
-
|
732
|
-
message CPlayer_TextFilterWords {
|
733
|
-
repeated string text_filter_custom_banned_words = 1;
|
734
|
-
repeated string text_filter_custom_clean_words = 2;
|
735
|
-
optional uint32 text_filter_words_revision = 3;
|
736
|
-
}
|
737
|
-
|
738
|
-
message CPlayer_GetTextFilterWords_Response {
|
739
|
-
optional .CPlayer_TextFilterWords words = 1;
|
740
|
-
}
|
741
|
-
|
742
|
-
message CPlayer_GetNewSteamAnnouncementState_Request {
|
743
|
-
optional int32 language = 1;
|
744
|
-
}
|
745
|
-
|
746
|
-
message CPlayer_GetNewSteamAnnouncementState_Response {
|
747
|
-
optional .ENewSteamAnnouncementState state = 1 [default = k_ENewSteamAnnouncementState_Invalid];
|
748
|
-
optional string announcement_headline = 2;
|
749
|
-
optional string announcement_url = 3;
|
750
|
-
optional uint32 time_posted = 4;
|
751
|
-
optional uint64 announcement_gid = 5;
|
752
|
-
}
|
753
|
-
|
754
|
-
message CPlayer_UpdateSteamAnnouncementLastRead_Request {
|
755
|
-
optional uint64 announcement_gid = 1;
|
756
|
-
optional uint32 time_posted = 2;
|
757
|
-
}
|
758
|
-
|
759
|
-
message CPlayer_UpdateSteamAnnouncementLastRead_Response {
|
760
|
-
}
|
761
|
-
|
762
|
-
message CPlayer_GetPrivacySettings_Request {
|
763
|
-
}
|
764
|
-
|
765
|
-
message CPrivacySettings {
|
766
|
-
optional int32 privacy_state = 1;
|
767
|
-
optional int32 privacy_state_inventory = 2;
|
768
|
-
optional int32 privacy_state_gifts = 3;
|
769
|
-
optional int32 privacy_state_ownedgames = 4;
|
770
|
-
optional int32 privacy_state_playtime = 5;
|
771
|
-
optional int32 privacy_state_friendslist = 6;
|
772
|
-
}
|
773
|
-
|
774
|
-
message CPlayer_GetPrivacySettings_Response {
|
775
|
-
optional .CPrivacySettings privacy_settings = 1;
|
776
|
-
}
|
777
|
-
|
778
|
-
message CPlayer_GetDurationControl_Request {
|
779
|
-
optional uint32 appid = 1;
|
780
|
-
}
|
781
|
-
|
782
|
-
message CPlayer_GetDurationControl_Response {
|
783
|
-
optional bool is_enabled = 1;
|
784
|
-
optional int32 seconds = 2;
|
785
|
-
optional int32 seconds_today = 3;
|
786
|
-
optional bool is_steamchina_account = 4;
|
787
|
-
optional bool is_age_verified = 5;
|
788
|
-
optional uint32 seconds_allowed_today = 6;
|
789
|
-
optional bool age_verification_pending = 7;
|
790
|
-
optional bool block_minors = 8;
|
791
|
-
}
|
792
|
-
|
793
|
-
message CPlayer_RecordDisconnectedPlaytime_Request {
|
794
|
-
message PlayHistory {
|
795
|
-
optional uint32 appid = 1;
|
796
|
-
optional uint32 session_time_start = 2;
|
797
|
-
optional uint32 seconds = 3;
|
798
|
-
optional bool offline = 4;
|
799
|
-
optional uint32 owner = 5;
|
800
|
-
}
|
801
|
-
|
802
|
-
repeated .CPlayer_RecordDisconnectedPlaytime_Request.PlayHistory play_sessions = 3;
|
803
|
-
}
|
804
|
-
|
805
|
-
message CPlayer_RecordDisconnectedPlaytime_Response {
|
806
|
-
}
|
807
|
-
|
808
|
-
message CPlayer_LastPlayedTimes_Notification {
|
809
|
-
repeated .CPlayer_GetLastPlayedTimes_Response.Game games = 1;
|
810
|
-
}
|
811
|
-
|
812
|
-
message CPlayer_FriendNicknameChanged_Notification {
|
813
|
-
optional fixed32 accountid = 1;
|
814
|
-
optional string nickname = 2;
|
815
|
-
optional bool is_echo_to_self = 3;
|
816
|
-
}
|
817
|
-
|
818
|
-
message CPlayer_FriendEquippedProfileItemsChanged_Notification {
|
819
|
-
optional fixed32 accountid = 1;
|
820
|
-
}
|
821
|
-
|
822
|
-
message CPlayer_NewSteamAnnouncementState_Notification {
|
823
|
-
optional .ENewSteamAnnouncementState state = 1 [default = k_ENewSteamAnnouncementState_Invalid];
|
824
|
-
optional string announcement_headline = 2;
|
825
|
-
optional string announcement_url = 3;
|
826
|
-
optional uint32 time_posted = 4;
|
827
|
-
optional uint64 announcement_gid = 5;
|
828
|
-
}
|
829
|
-
|
830
|
-
message CPlayer_CommunityPreferencesChanged_Notification {
|
831
|
-
optional .CPlayer_CommunityPreferences preferences = 1;
|
832
|
-
optional .UserContentDescriptorPreferences content_descriptor_preferences = 2;
|
833
|
-
}
|
834
|
-
|
835
|
-
message CPlayer_TextFilterWordsChanged_Notification {
|
836
|
-
optional .CPlayer_TextFilterWords words = 1;
|
837
|
-
}
|
838
|
-
|
839
|
-
message CPlayer_PerFriendPreferencesChanged_Notification {
|
840
|
-
optional fixed32 accountid = 1;
|
841
|
-
optional .PerFriendPreferences preferences = 2;
|
842
|
-
}
|
843
|
-
|
844
|
-
message CPlayer_PrivacySettingsChanged_Notification {
|
845
|
-
optional .CPrivacySettings privacy_settings = 1;
|
846
|
-
}
|
847
|
-
|
848
|
-
service Player {
|
849
|
-
rpc GetRecentPlaytimeSessionsForChild (.CPlayer_GetRecentPlaytimeSessionsForChild_Request) returns (.CPlayer_GetRecentPlaytimeSessionsForChild_Response);
|
850
|
-
rpc GetPlayerLinkDetails (.CPlayer_GetPlayerLinkDetails_Request) returns (.CPlayer_GetPlayerLinkDetails_Response);
|
851
|
-
rpc GetMutualFriendsForIncomingInvites (.CPlayer_GetMutualFriendsForIncomingInvites_Request) returns (.CPlayer_GetMutualFriendsForIncomingInvites_Response);
|
852
|
-
rpc GetOwnedGames (.CPlayer_GetOwnedGames_Request) returns (.CPlayer_GetOwnedGames_Response);
|
853
|
-
rpc GetPlayNext (.CPlayer_GetPlayNext_Request) returns (.CPlayer_GetPlayNext_Response);
|
854
|
-
rpc GetFriendsGameplayInfo (.CPlayer_GetFriendsGameplayInfo_Request) returns (.CPlayer_GetFriendsGameplayInfo_Response);
|
855
|
-
rpc GetGameBadgeLevels (.CPlayer_GetGameBadgeLevels_Request) returns (.CPlayer_GetGameBadgeLevels_Response);
|
856
|
-
rpc GetProfileBackground (.CPlayer_GetProfileBackground_Request) returns (.CPlayer_GetProfileBackground_Response);
|
857
|
-
rpc SetProfileBackground (.CPlayer_SetProfileBackground_Request) returns (.CPlayer_SetProfileBackground_Response);
|
858
|
-
rpc GetMiniProfileBackground (.CPlayer_GetMiniProfileBackground_Request) returns (.CPlayer_GetMiniProfileBackground_Response);
|
859
|
-
rpc SetMiniProfileBackground (.CPlayer_SetMiniProfileBackground_Request) returns (.CPlayer_SetMiniProfileBackground_Response);
|
860
|
-
rpc GetAvatarFrame (.CPlayer_GetAvatarFrame_Request) returns (.CPlayer_GetAvatarFrame_Response);
|
861
|
-
rpc SetAvatarFrame (.CPlayer_SetAvatarFrame_Request) returns (.CPlayer_SetAvatarFrame_Response);
|
862
|
-
rpc GetAnimatedAvatar (.CPlayer_GetAnimatedAvatar_Request) returns (.CPlayer_GetAnimatedAvatar_Response);
|
863
|
-
rpc SetAnimatedAvatar (.CPlayer_SetAnimatedAvatar_Request) returns (.CPlayer_SetAnimatedAvatar_Response);
|
864
|
-
rpc GetSteamDeckKeyboardSkin (.CPlayer_GetSteamDeckKeyboardSkin_Request) returns (.CPlayer_GetSteamDeckKeyboardSkin_Response);
|
865
|
-
rpc SetSteamDeckKeyboardSkin (.CPlayer_SetSteamDeckKeyboardSkin_Request) returns (.CPlayer_SetSteamDeckKeyboardSkin_Response);
|
866
|
-
rpc GetProfileItemsOwned (.CPlayer_GetProfileItemsOwned_Request) returns (.CPlayer_GetProfileItemsOwned_Response);
|
867
|
-
rpc GetProfileItemsEquipped (.CPlayer_GetProfileItemsEquipped_Request) returns (.CPlayer_GetProfileItemsEquipped_Response);
|
868
|
-
rpc SetEquippedProfileItemFlags (.CPlayer_SetEquippedProfileItemFlags_Request) returns (.CPlayer_SetEquippedProfileItemFlags_Response);
|
869
|
-
rpc GetEmoticonList (.CPlayer_GetEmoticonList_Request) returns (.CPlayer_GetEmoticonList_Response);
|
870
|
-
rpc GetCommunityBadgeProgress (.CPlayer_GetCommunityBadgeProgress_Request) returns (.CPlayer_GetCommunityBadgeProgress_Response);
|
871
|
-
rpc GetTopAchievementsForGames (.CPlayer_GetTopAchievementsForGames_Request) returns (.CPlayer_GetTopAchievementsForGames_Response);
|
872
|
-
rpc GetAchievementsProgress (.CPlayer_GetAchievementsProgress_Request) returns (.CPlayer_GetAchievementsProgress_Response);
|
873
|
-
rpc GetGameAchievements (.CPlayer_GetGameAchievements_Request) returns (.CPlayer_GetGameAchievements_Response);
|
874
|
-
rpc GetFavoriteBadge (.CPlayer_GetFavoriteBadge_Request) returns (.CPlayer_GetFavoriteBadge_Response);
|
875
|
-
rpc SetFavoriteBadge (.CPlayer_SetFavoriteBadge_Request) returns (.CPlayer_SetFavoriteBadge_Response);
|
876
|
-
rpc GetProfileCustomization (.CPlayer_GetProfileCustomization_Request) returns (.CPlayer_GetProfileCustomization_Response);
|
877
|
-
rpc GetPurchasedProfileCustomizations (.CPlayer_GetPurchasedProfileCustomizations_Request) returns (.CPlayer_GetPurchasedProfileCustomizations_Response);
|
878
|
-
rpc GetPurchasedAndUpgradedProfileCustomizations (.CPlayer_GetPurchasedAndUpgradedProfileCustomizations_Request) returns (.CPlayer_GetPurchasedAndUpgradedProfileCustomizations_Response);
|
879
|
-
rpc GetProfileThemesAvailable (.CPlayer_GetProfileThemesAvailable_Request) returns (.CPlayer_GetProfileThemesAvailable_Response);
|
880
|
-
rpc SetProfileTheme (.CPlayer_SetProfileTheme_Request) returns (.CPlayer_SetProfileTheme_Response);
|
881
|
-
rpc SetProfilePreferences (.CPlayer_SetProfilePreferences_Request) returns (.CPlayer_SetProfilePreferences_Response);
|
882
|
-
rpc PostStatusToFriends (.CPlayer_PostStatusToFriends_Request) returns (.CPlayer_PostStatusToFriends_Response);
|
883
|
-
rpc GetPostedStatus (.CPlayer_GetPostedStatus_Request) returns (.CPlayer_GetPostedStatus_Response);
|
884
|
-
rpc DeletePostedStatus (.CPlayer_DeletePostedStatus_Request) returns (.CPlayer_DeletePostedStatus_Response);
|
885
|
-
rpc ClientGetLastPlayedTimes (.CPlayer_GetLastPlayedTimes_Request) returns (.CPlayer_GetLastPlayedTimes_Response);
|
886
|
-
rpc GetTimeSSAAccepted (.CPlayer_GetTimeSSAAccepted_Request) returns (.CPlayer_GetTimeSSAAccepted_Response);
|
887
|
-
rpc AcceptSSA (.CPlayer_AcceptSSA_Request) returns (.CPlayer_AcceptSSA_Response);
|
888
|
-
rpc GetNicknameList (.CPlayer_GetNicknameList_Request) returns (.CPlayer_GetNicknameList_Response);
|
889
|
-
rpc GetPerFriendPreferences (.CPlayer_GetPerFriendPreferences_Request) returns (.CPlayer_GetPerFriendPreferences_Response);
|
890
|
-
rpc SetPerFriendPreferences (.CPlayer_SetPerFriendPreferences_Request) returns (.CPlayer_SetPerFriendPreferences_Response);
|
891
|
-
rpc AddFriend (.CPlayer_AddFriend_Request) returns (.CPlayer_AddFriend_Response);
|
892
|
-
rpc RemoveFriend (.CPlayer_RemoveFriend_Request) returns (.CPlayer_RemoveFriend_Response);
|
893
|
-
rpc IgnoreFriend (.CPlayer_IgnoreFriend_Request) returns (.CPlayer_IgnoreFriend_Response);
|
894
|
-
rpc GetCommunityPreferences (.CPlayer_GetCommunityPreferences_Request) returns (.CPlayer_GetCommunityPreferences_Response);
|
895
|
-
rpc SetCommunityPreferences (.CPlayer_SetCommunityPreferences_Request) returns (.CPlayer_SetCommunityPreferences_Response);
|
896
|
-
rpc GetTextFilterWords (.CPlayer_GetTextFilterWords_Request) returns (.CPlayer_GetTextFilterWords_Response);
|
897
|
-
rpc GetNewSteamAnnouncementState (.CPlayer_GetNewSteamAnnouncementState_Request) returns (.CPlayer_GetNewSteamAnnouncementState_Response);
|
898
|
-
rpc UpdateSteamAnnouncementLastRead (.CPlayer_UpdateSteamAnnouncementLastRead_Request) returns (.CPlayer_UpdateSteamAnnouncementLastRead_Response);
|
899
|
-
rpc GetPrivacySettings (.CPlayer_GetPrivacySettings_Request) returns (.CPlayer_GetPrivacySettings_Response);
|
900
|
-
rpc GetDurationControl (.CPlayer_GetDurationControl_Request) returns (.CPlayer_GetDurationControl_Response);
|
901
|
-
rpc RecordDisconnectedPlaytime (.CPlayer_RecordDisconnectedPlaytime_Request) returns (.CPlayer_RecordDisconnectedPlaytime_Response);
|
902
|
-
}
|
903
|
-
|
904
|
-
service PlayerClient {
|
905
|
-
option (service_execution_site) = k_EProtoExecutionSiteSteamClient;
|
906
|
-
|
907
|
-
rpc NotifyLastPlayedTimes (.CPlayer_LastPlayedTimes_Notification) returns (.NoResponse);
|
908
|
-
rpc NotifyFriendNicknameChanged (.CPlayer_FriendNicknameChanged_Notification) returns (.NoResponse);
|
909
|
-
rpc NotifyFriendEquippedProfileItemsChanged (.CPlayer_FriendEquippedProfileItemsChanged_Notification) returns (.NoResponse);
|
910
|
-
rpc NotifyNewSteamAnnouncementState (.CPlayer_NewSteamAnnouncementState_Notification) returns (.NoResponse);
|
911
|
-
rpc NotifyCommunityPreferencesChanged (.CPlayer_CommunityPreferencesChanged_Notification) returns (.NoResponse);
|
912
|
-
rpc NotifyTextFilterWordsChanged (.CPlayer_TextFilterWordsChanged_Notification) returns (.NoResponse);
|
913
|
-
rpc NotifyPerFriendPreferencesChanged (.CPlayer_PerFriendPreferencesChanged_Notification) returns (.NoResponse);
|
914
|
-
rpc NotifyPrivacyPrivacySettingsChanged (.CPlayer_PrivacySettingsChanged_Notification) returns (.NoResponse);
|
915
|
-
}
|
1
|
+
import "steammessages_base.proto";
|
2
|
+
import "steammessages_unified_base.steamclient.proto";
|
3
|
+
import "enums.proto";
|
4
|
+
|
5
|
+
option cc_generic_services = true;
|
6
|
+
|
7
|
+
enum EProfileCustomizationStyle {
|
8
|
+
k_EProfileCustomizationStyleDefault = 0;
|
9
|
+
k_EProfileCustomizationStyleSelected = 1;
|
10
|
+
k_EProfileCustomizationStyleRarest = 2;
|
11
|
+
k_EProfileCustomizationStyleMostRecent = 3;
|
12
|
+
k_EProfileCustomizationStyleRandom = 4;
|
13
|
+
k_EProfileCustomizationStyleHighestRated = 5;
|
14
|
+
}
|
15
|
+
|
16
|
+
enum EAgreementType {
|
17
|
+
k_EAgreementType_Invalid = -1;
|
18
|
+
k_EAgreementType_GlobalSSA = 0;
|
19
|
+
k_EAgreementType_ChinaSSA = 1;
|
20
|
+
}
|
21
|
+
|
22
|
+
enum ENotificationSetting {
|
23
|
+
k_ENotificationSettingNotifyUseDefault = 0;
|
24
|
+
k_ENotificationSettingAlways = 1;
|
25
|
+
k_ENotificationSettingNever = 2;
|
26
|
+
}
|
27
|
+
|
28
|
+
enum ETextFilterSetting {
|
29
|
+
k_ETextFilterSettingSteamLabOptedOut = 0;
|
30
|
+
k_ETextFilterSettingEnabled = 1;
|
31
|
+
k_ETextFilterSettingEnabledAllowProfanity = 2;
|
32
|
+
k_ETextFilterSettingDisabled = 3;
|
33
|
+
}
|
34
|
+
|
35
|
+
message CPlayer_GetRecentPlaytimeSessionsForChild_Request {
|
36
|
+
optional uint64 steamid = 1;
|
37
|
+
}
|
38
|
+
|
39
|
+
message CPlayer_GetRecentPlaytimeSessionsForChild_Response {
|
40
|
+
message PlaytimeSession {
|
41
|
+
optional uint32 time_start = 1;
|
42
|
+
optional uint32 time_end = 2;
|
43
|
+
optional uint32 appid = 3;
|
44
|
+
optional uint32 device_type = 4;
|
45
|
+
optional bool disconnected = 5;
|
46
|
+
}
|
47
|
+
|
48
|
+
repeated .CPlayer_GetRecentPlaytimeSessionsForChild_Response.PlaytimeSession sessions = 1;
|
49
|
+
}
|
50
|
+
|
51
|
+
message CPlayer_GetPlayerLinkDetails_Request {
|
52
|
+
repeated uint64 steamids = 1;
|
53
|
+
}
|
54
|
+
|
55
|
+
message CPlayer_GetPlayerLinkDetails_Response {
|
56
|
+
message PlayerLinkDetails {
|
57
|
+
message AccountPublicData {
|
58
|
+
required fixed64 steamid = 1;
|
59
|
+
optional int32 visibility_state = 2;
|
60
|
+
optional int32 privacy_state = 3;
|
61
|
+
optional int32 profile_state = 4;
|
62
|
+
optional uint32 ban_expires_time = 7;
|
63
|
+
optional uint32 account_flags = 8;
|
64
|
+
optional bytes sha_digest_avatar = 9;
|
65
|
+
optional string persona_name = 10;
|
66
|
+
optional string profile_url = 11;
|
67
|
+
optional bool content_country_restricted = 12;
|
68
|
+
}
|
69
|
+
|
70
|
+
message AccountPrivateData {
|
71
|
+
optional int32 persona_state = 1;
|
72
|
+
optional uint32 persona_state_flags = 2;
|
73
|
+
optional uint32 time_created = 3;
|
74
|
+
optional fixed64 game_id = 4;
|
75
|
+
optional fixed64 game_server_steam_id = 5;
|
76
|
+
optional uint32 game_server_ip_address = 6;
|
77
|
+
optional uint32 game_server_port = 7;
|
78
|
+
optional string game_extra_info = 8;
|
79
|
+
optional string account_name = 9;
|
80
|
+
optional fixed64 lobby_steam_id = 10;
|
81
|
+
optional string rich_presence_kv = 11;
|
82
|
+
optional fixed64 broadcast_session_id = 12;
|
83
|
+
optional uint32 watching_broadcast_accountid = 13;
|
84
|
+
optional uint32 watching_broadcast_appid = 14;
|
85
|
+
optional uint32 watching_broadcast_viewers = 15;
|
86
|
+
optional string watching_broadcast_title = 16;
|
87
|
+
optional uint32 last_logoff_time = 17;
|
88
|
+
optional uint32 last_seen_online = 18;
|
89
|
+
optional int32 game_os_type = 19;
|
90
|
+
optional int32 game_device_type = 20;
|
91
|
+
optional string game_device_name = 21;
|
92
|
+
optional bool game_is_private = 22;
|
93
|
+
}
|
94
|
+
|
95
|
+
optional .CPlayer_GetPlayerLinkDetails_Response.PlayerLinkDetails.AccountPublicData public_data = 1;
|
96
|
+
optional .CPlayer_GetPlayerLinkDetails_Response.PlayerLinkDetails.AccountPrivateData private_data = 2;
|
97
|
+
}
|
98
|
+
|
99
|
+
repeated .CPlayer_GetPlayerLinkDetails_Response.PlayerLinkDetails accounts = 1;
|
100
|
+
}
|
101
|
+
|
102
|
+
message CPlayer_GetMutualFriendsForIncomingInvites_Request {
|
103
|
+
}
|
104
|
+
|
105
|
+
message CPlayer_IncomingInviteMutualFriendList {
|
106
|
+
optional fixed64 steamid = 1;
|
107
|
+
repeated uint32 mutual_friend_account_ids = 2;
|
108
|
+
}
|
109
|
+
|
110
|
+
message CPlayer_GetMutualFriendsForIncomingInvites_Response {
|
111
|
+
repeated .CPlayer_IncomingInviteMutualFriendList incoming_invite_mutual_friends_lists = 1;
|
112
|
+
}
|
113
|
+
|
114
|
+
message CPlayer_GetOwnedGames_Request {
|
115
|
+
optional uint64 steamid = 1;
|
116
|
+
optional bool include_appinfo = 2;
|
117
|
+
optional bool include_played_free_games = 3;
|
118
|
+
repeated uint32 appids_filter = 4;
|
119
|
+
optional bool include_free_sub = 5;
|
120
|
+
optional bool skip_unvetted_apps = 6 [default = true];
|
121
|
+
optional string language = 7;
|
122
|
+
optional bool include_extended_appinfo = 8;
|
123
|
+
}
|
124
|
+
|
125
|
+
message CPlayer_GetOwnedGames_Response {
|
126
|
+
message Game {
|
127
|
+
optional int32 appid = 1;
|
128
|
+
optional string name = 2;
|
129
|
+
optional int32 playtime_2weeks = 3;
|
130
|
+
optional int32 playtime_forever = 4;
|
131
|
+
optional string img_icon_url = 5;
|
132
|
+
optional bool has_community_visible_stats = 7;
|
133
|
+
optional int32 playtime_windows_forever = 8;
|
134
|
+
optional int32 playtime_mac_forever = 9;
|
135
|
+
optional int32 playtime_linux_forever = 10;
|
136
|
+
optional uint32 rtime_last_played = 11;
|
137
|
+
optional string capsule_filename = 12;
|
138
|
+
optional string sort_as = 13;
|
139
|
+
optional bool has_workshop = 14;
|
140
|
+
optional bool has_market = 15;
|
141
|
+
optional bool has_dlc = 16;
|
142
|
+
optional bool has_leaderboards = 17;
|
143
|
+
repeated uint32 content_descriptorids = 18;
|
144
|
+
optional int32 playtime_disconnected = 19;
|
145
|
+
}
|
146
|
+
|
147
|
+
optional uint32 game_count = 1;
|
148
|
+
repeated .CPlayer_GetOwnedGames_Response.Game games = 2;
|
149
|
+
}
|
150
|
+
|
151
|
+
message CPlayer_GetPlayNext_Request {
|
152
|
+
optional uint32 max_age_seconds = 1;
|
153
|
+
repeated uint32 ignore_appids = 2;
|
154
|
+
}
|
155
|
+
|
156
|
+
message CPlayer_GetPlayNext_Response {
|
157
|
+
optional uint32 last_update_time = 1;
|
158
|
+
repeated uint32 appids = 2;
|
159
|
+
}
|
160
|
+
|
161
|
+
message CPlayer_GetFriendsGameplayInfo_Request {
|
162
|
+
optional uint32 appid = 1;
|
163
|
+
}
|
164
|
+
|
165
|
+
message CPlayer_GetFriendsGameplayInfo_Response {
|
166
|
+
message FriendsGameplayInfo {
|
167
|
+
optional fixed64 steamid = 1;
|
168
|
+
optional uint32 minutes_played = 2;
|
169
|
+
optional uint32 minutes_played_forever = 3;
|
170
|
+
}
|
171
|
+
|
172
|
+
message OwnGameplayInfo {
|
173
|
+
optional fixed64 steamid = 1;
|
174
|
+
optional uint32 minutes_played = 2;
|
175
|
+
optional uint32 minutes_played_forever = 3;
|
176
|
+
optional bool in_wishlist = 4;
|
177
|
+
optional bool owned = 5;
|
178
|
+
}
|
179
|
+
|
180
|
+
optional .CPlayer_GetFriendsGameplayInfo_Response.OwnGameplayInfo your_info = 1;
|
181
|
+
repeated .CPlayer_GetFriendsGameplayInfo_Response.FriendsGameplayInfo in_game = 2;
|
182
|
+
repeated .CPlayer_GetFriendsGameplayInfo_Response.FriendsGameplayInfo played_recently = 3;
|
183
|
+
repeated .CPlayer_GetFriendsGameplayInfo_Response.FriendsGameplayInfo played_ever = 4;
|
184
|
+
repeated .CPlayer_GetFriendsGameplayInfo_Response.FriendsGameplayInfo owns = 5;
|
185
|
+
repeated .CPlayer_GetFriendsGameplayInfo_Response.FriendsGameplayInfo in_wishlist = 6;
|
186
|
+
}
|
187
|
+
|
188
|
+
message CPlayer_GetGameBadgeLevels_Request {
|
189
|
+
optional uint32 appid = 1;
|
190
|
+
}
|
191
|
+
|
192
|
+
message CPlayer_GetGameBadgeLevels_Response {
|
193
|
+
message Badge {
|
194
|
+
optional int32 level = 1;
|
195
|
+
optional int32 series = 2;
|
196
|
+
optional uint32 border_color = 3;
|
197
|
+
}
|
198
|
+
|
199
|
+
optional uint32 player_level = 1;
|
200
|
+
repeated .CPlayer_GetGameBadgeLevels_Response.Badge badges = 2;
|
201
|
+
}
|
202
|
+
|
203
|
+
message CPlayer_GetProfileBackground_Request {
|
204
|
+
optional fixed64 steamid = 1;
|
205
|
+
optional string language = 2;
|
206
|
+
}
|
207
|
+
|
208
|
+
message ProfileItem {
|
209
|
+
message ProfileColor {
|
210
|
+
optional string style_name = 1;
|
211
|
+
optional string color = 2;
|
212
|
+
}
|
213
|
+
|
214
|
+
optional uint64 communityitemid = 1;
|
215
|
+
optional string image_small = 2;
|
216
|
+
optional string image_large = 3;
|
217
|
+
optional string name = 4;
|
218
|
+
optional string item_title = 5;
|
219
|
+
optional string item_description = 6;
|
220
|
+
optional uint32 appid = 7;
|
221
|
+
optional uint32 item_type = 8;
|
222
|
+
optional uint32 item_class = 9;
|
223
|
+
optional string movie_webm = 10;
|
224
|
+
optional string movie_mp4 = 11;
|
225
|
+
optional string movie_webm_small = 13;
|
226
|
+
optional string movie_mp4_small = 14;
|
227
|
+
optional uint32 equipped_flags = 12;
|
228
|
+
repeated .ProfileItem.ProfileColor profile_colors = 15;
|
229
|
+
}
|
230
|
+
|
231
|
+
message CPlayer_GetProfileBackground_Response {
|
232
|
+
optional .ProfileItem profile_background = 1;
|
233
|
+
}
|
234
|
+
|
235
|
+
message CPlayer_SetProfileBackground_Request {
|
236
|
+
optional uint64 communityitemid = 1;
|
237
|
+
}
|
238
|
+
|
239
|
+
message CPlayer_SetProfileBackground_Response {
|
240
|
+
}
|
241
|
+
|
242
|
+
message CPlayer_GetMiniProfileBackground_Request {
|
243
|
+
optional fixed64 steamid = 1;
|
244
|
+
optional string language = 2;
|
245
|
+
}
|
246
|
+
|
247
|
+
message CPlayer_GetMiniProfileBackground_Response {
|
248
|
+
optional .ProfileItem profile_background = 1;
|
249
|
+
}
|
250
|
+
|
251
|
+
message CPlayer_SetMiniProfileBackground_Request {
|
252
|
+
optional uint64 communityitemid = 1;
|
253
|
+
}
|
254
|
+
|
255
|
+
message CPlayer_SetMiniProfileBackground_Response {
|
256
|
+
}
|
257
|
+
|
258
|
+
message CPlayer_GetAvatarFrame_Request {
|
259
|
+
optional fixed64 steamid = 1;
|
260
|
+
optional string language = 2;
|
261
|
+
}
|
262
|
+
|
263
|
+
message CPlayer_GetAvatarFrame_Response {
|
264
|
+
optional .ProfileItem avatar_frame = 1;
|
265
|
+
}
|
266
|
+
|
267
|
+
message CPlayer_SetAvatarFrame_Request {
|
268
|
+
optional uint64 communityitemid = 1;
|
269
|
+
}
|
270
|
+
|
271
|
+
message CPlayer_SetAvatarFrame_Response {
|
272
|
+
}
|
273
|
+
|
274
|
+
message CPlayer_GetAnimatedAvatar_Request {
|
275
|
+
optional fixed64 steamid = 1;
|
276
|
+
optional string language = 2;
|
277
|
+
}
|
278
|
+
|
279
|
+
message CPlayer_GetAnimatedAvatar_Response {
|
280
|
+
optional .ProfileItem avatar = 1;
|
281
|
+
}
|
282
|
+
|
283
|
+
message CPlayer_SetAnimatedAvatar_Request {
|
284
|
+
optional uint64 communityitemid = 1;
|
285
|
+
}
|
286
|
+
|
287
|
+
message CPlayer_SetAnimatedAvatar_Response {
|
288
|
+
}
|
289
|
+
|
290
|
+
message CPlayer_GetSteamDeckKeyboardSkin_Request {
|
291
|
+
optional fixed64 steamid = 1;
|
292
|
+
optional string language = 2;
|
293
|
+
}
|
294
|
+
|
295
|
+
message CPlayer_GetSteamDeckKeyboardSkin_Response {
|
296
|
+
optional .ProfileItem steam_deck_keyboard_skin = 1;
|
297
|
+
}
|
298
|
+
|
299
|
+
message CPlayer_SetSteamDeckKeyboardSkin_Request {
|
300
|
+
optional uint64 communityitemid = 1;
|
301
|
+
}
|
302
|
+
|
303
|
+
message CPlayer_SetSteamDeckKeyboardSkin_Response {
|
304
|
+
}
|
305
|
+
|
306
|
+
message CPlayer_GetProfileItemsOwned_Request {
|
307
|
+
optional string language = 1;
|
308
|
+
repeated .ECommunityItemClass filters = 2;
|
309
|
+
}
|
310
|
+
|
311
|
+
message CPlayer_GetProfileItemsOwned_Response {
|
312
|
+
repeated .ProfileItem profile_backgrounds = 1;
|
313
|
+
repeated .ProfileItem mini_profile_backgrounds = 2;
|
314
|
+
repeated .ProfileItem avatar_frames = 3;
|
315
|
+
repeated .ProfileItem animated_avatars = 4;
|
316
|
+
repeated .ProfileItem profile_modifiers = 5;
|
317
|
+
repeated .ProfileItem steam_deck_keyboard_skins = 6;
|
318
|
+
repeated .ProfileItem steam_deck_startup_movies = 7;
|
319
|
+
}
|
320
|
+
|
321
|
+
message CPlayer_GetProfileItemsEquipped_Request {
|
322
|
+
optional fixed64 steamid = 1;
|
323
|
+
optional string language = 2;
|
324
|
+
}
|
325
|
+
|
326
|
+
message CPlayer_GetProfileItemsEquipped_Response {
|
327
|
+
optional .ProfileItem profile_background = 1;
|
328
|
+
optional .ProfileItem mini_profile_background = 2;
|
329
|
+
optional .ProfileItem avatar_frame = 3;
|
330
|
+
optional .ProfileItem animated_avatar = 4;
|
331
|
+
optional .ProfileItem profile_modifier = 5;
|
332
|
+
optional .ProfileItem steam_deck_keyboard_skin = 6;
|
333
|
+
}
|
334
|
+
|
335
|
+
message CPlayer_SetEquippedProfileItemFlags_Request {
|
336
|
+
optional uint64 communityitemid = 1;
|
337
|
+
optional uint32 flags = 2;
|
338
|
+
}
|
339
|
+
|
340
|
+
message CPlayer_SetEquippedProfileItemFlags_Response {
|
341
|
+
}
|
342
|
+
|
343
|
+
message CPlayer_GetEmoticonList_Request {
|
344
|
+
}
|
345
|
+
|
346
|
+
message CPlayer_GetEmoticonList_Response {
|
347
|
+
message Emoticon {
|
348
|
+
optional string name = 1;
|
349
|
+
optional int32 count = 2;
|
350
|
+
optional uint32 time_last_used = 3;
|
351
|
+
optional uint32 use_count = 4;
|
352
|
+
optional uint32 time_received = 5;
|
353
|
+
optional uint32 appid = 6;
|
354
|
+
}
|
355
|
+
|
356
|
+
repeated .CPlayer_GetEmoticonList_Response.Emoticon emoticons = 1;
|
357
|
+
}
|
358
|
+
|
359
|
+
message CPlayer_GetCommunityBadgeProgress_Request {
|
360
|
+
optional uint64 steamid = 1;
|
361
|
+
optional int32 badgeid = 2;
|
362
|
+
}
|
363
|
+
|
364
|
+
message CPlayer_GetCommunityBadgeProgress_Response {
|
365
|
+
message Quest {
|
366
|
+
optional uint32 questid = 1;
|
367
|
+
optional bool completed = 2;
|
368
|
+
}
|
369
|
+
|
370
|
+
repeated .CPlayer_GetCommunityBadgeProgress_Response.Quest quests = 1;
|
371
|
+
}
|
372
|
+
|
373
|
+
message CPlayer_GetTopAchievementsForGames_Request {
|
374
|
+
optional uint64 steamid = 1;
|
375
|
+
optional string language = 2;
|
376
|
+
optional uint32 max_achievements = 3;
|
377
|
+
repeated uint32 appids = 4;
|
378
|
+
}
|
379
|
+
|
380
|
+
message CPlayer_GetTopAchievementsForGames_Response {
|
381
|
+
message Achievement {
|
382
|
+
optional uint32 statid = 1;
|
383
|
+
optional uint32 bit = 2;
|
384
|
+
optional string name = 3;
|
385
|
+
optional string desc = 4;
|
386
|
+
optional string icon = 5;
|
387
|
+
optional string icon_gray = 6;
|
388
|
+
optional bool hidden = 7;
|
389
|
+
optional string player_percent_unlocked = 8;
|
390
|
+
}
|
391
|
+
|
392
|
+
message Game {
|
393
|
+
optional uint32 appid = 1;
|
394
|
+
optional uint32 total_achievements = 2;
|
395
|
+
repeated .CPlayer_GetTopAchievementsForGames_Response.Achievement achievements = 3;
|
396
|
+
}
|
397
|
+
|
398
|
+
repeated .CPlayer_GetTopAchievementsForGames_Response.Game games = 1;
|
399
|
+
}
|
400
|
+
|
401
|
+
message CPlayer_GetAchievementsProgress_Request {
|
402
|
+
optional uint64 steamid = 1;
|
403
|
+
optional string language = 2;
|
404
|
+
repeated uint32 appids = 3;
|
405
|
+
}
|
406
|
+
|
407
|
+
message CPlayer_GetAchievementsProgress_Response {
|
408
|
+
message AchievementProgress {
|
409
|
+
optional uint32 appid = 1;
|
410
|
+
optional uint32 unlocked = 2;
|
411
|
+
optional uint32 total = 3;
|
412
|
+
optional float percentage = 4;
|
413
|
+
optional bool all_unlocked = 5;
|
414
|
+
optional uint32 cache_time = 6;
|
415
|
+
}
|
416
|
+
|
417
|
+
repeated .CPlayer_GetAchievementsProgress_Response.AchievementProgress achievement_progress = 1;
|
418
|
+
}
|
419
|
+
|
420
|
+
message CPlayer_GetGameAchievements_Request {
|
421
|
+
optional uint32 appid = 1;
|
422
|
+
optional string language = 2;
|
423
|
+
}
|
424
|
+
|
425
|
+
message CPlayer_GetGameAchievements_Response {
|
426
|
+
message Achievement {
|
427
|
+
optional string internal_name = 1;
|
428
|
+
optional string localized_name = 2;
|
429
|
+
optional string localized_desc = 3;
|
430
|
+
optional string icon = 4;
|
431
|
+
optional string icon_gray = 5;
|
432
|
+
optional bool hidden = 6;
|
433
|
+
optional string player_percent_unlocked = 7;
|
434
|
+
}
|
435
|
+
|
436
|
+
repeated .CPlayer_GetGameAchievements_Response.Achievement achievements = 1;
|
437
|
+
}
|
438
|
+
|
439
|
+
message CPlayer_GetFavoriteBadge_Request {
|
440
|
+
optional uint64 steamid = 1;
|
441
|
+
}
|
442
|
+
|
443
|
+
message CPlayer_GetFavoriteBadge_Response {
|
444
|
+
optional bool has_favorite_badge = 1;
|
445
|
+
optional uint32 badgeid = 2;
|
446
|
+
optional uint64 communityitemid = 3;
|
447
|
+
optional uint32 item_type = 4;
|
448
|
+
optional uint32 border_color = 5;
|
449
|
+
optional uint32 appid = 6;
|
450
|
+
optional uint32 level = 7;
|
451
|
+
}
|
452
|
+
|
453
|
+
message CPlayer_SetFavoriteBadge_Request {
|
454
|
+
optional uint64 communityitemid = 1;
|
455
|
+
optional uint32 badgeid = 2;
|
456
|
+
}
|
457
|
+
|
458
|
+
message CPlayer_SetFavoriteBadge_Response {
|
459
|
+
}
|
460
|
+
|
461
|
+
message CPlayer_GetProfileCustomization_Request {
|
462
|
+
optional fixed64 steamid = 1;
|
463
|
+
optional bool include_inactive_customizations = 2;
|
464
|
+
optional bool include_purchased_customizations = 3;
|
465
|
+
}
|
466
|
+
|
467
|
+
message ProfileCustomizationSlot {
|
468
|
+
optional uint32 slot = 1;
|
469
|
+
optional uint32 appid = 2;
|
470
|
+
optional uint64 publishedfileid = 3;
|
471
|
+
optional uint64 item_assetid = 4;
|
472
|
+
optional uint64 item_contextid = 5;
|
473
|
+
optional string notes = 6;
|
474
|
+
optional string title = 7;
|
475
|
+
optional uint32 accountid = 8;
|
476
|
+
optional uint32 badgeid = 9;
|
477
|
+
optional uint32 border_color = 10;
|
478
|
+
optional uint64 item_classid = 11;
|
479
|
+
optional uint64 item_instanceid = 12;
|
480
|
+
optional .EBanContentCheckResult ban_check_result = 13 [default = k_EBanContentCheckResult_NotScanned];
|
481
|
+
optional uint32 replay_year = 14;
|
482
|
+
}
|
483
|
+
|
484
|
+
message ProfileCustomization {
|
485
|
+
optional .EProfileCustomizationType customization_type = 1 [default = k_EProfileCustomizationTypeInvalid];
|
486
|
+
optional bool large = 2;
|
487
|
+
repeated .ProfileCustomizationSlot slots = 3;
|
488
|
+
optional bool active = 4;
|
489
|
+
optional .EProfileCustomizationStyle customization_style = 5 [default = k_EProfileCustomizationStyleDefault];
|
490
|
+
optional uint64 purchaseid = 6;
|
491
|
+
optional uint32 level = 7;
|
492
|
+
}
|
493
|
+
|
494
|
+
message ProfileTheme {
|
495
|
+
optional string theme_id = 1;
|
496
|
+
optional string title = 2;
|
497
|
+
}
|
498
|
+
|
499
|
+
message ProfilePreferences {
|
500
|
+
optional bool hide_profile_awards = 1;
|
501
|
+
}
|
502
|
+
|
503
|
+
message CPlayer_GetProfileCustomization_Response {
|
504
|
+
message PurchasedCustomization {
|
505
|
+
optional uint64 purchaseid = 1;
|
506
|
+
optional .EProfileCustomizationType customization_type = 2 [default = k_EProfileCustomizationTypeInvalid];
|
507
|
+
optional uint32 level = 3;
|
508
|
+
}
|
509
|
+
|
510
|
+
repeated .ProfileCustomization customizations = 1;
|
511
|
+
optional uint32 slots_available = 2;
|
512
|
+
optional .ProfileTheme profile_theme = 3;
|
513
|
+
repeated .CPlayer_GetProfileCustomization_Response.PurchasedCustomization purchased_customizations = 4;
|
514
|
+
optional .ProfilePreferences profile_preferences = 5;
|
515
|
+
}
|
516
|
+
|
517
|
+
message CPlayer_GetPurchasedProfileCustomizations_Request {
|
518
|
+
optional fixed64 steamid = 1;
|
519
|
+
}
|
520
|
+
|
521
|
+
message CPlayer_GetPurchasedProfileCustomizations_Response {
|
522
|
+
message PurchasedCustomization {
|
523
|
+
optional uint64 purchaseid = 1;
|
524
|
+
optional .EProfileCustomizationType customization_type = 2 [default = k_EProfileCustomizationTypeInvalid];
|
525
|
+
}
|
526
|
+
|
527
|
+
repeated .CPlayer_GetPurchasedProfileCustomizations_Response.PurchasedCustomization purchased_customizations = 1;
|
528
|
+
}
|
529
|
+
|
530
|
+
message CPlayer_GetPurchasedAndUpgradedProfileCustomizations_Request {
|
531
|
+
optional fixed64 steamid = 1;
|
532
|
+
}
|
533
|
+
|
534
|
+
message CPlayer_GetPurchasedAndUpgradedProfileCustomizations_Response {
|
535
|
+
message PurchasedCustomization {
|
536
|
+
optional .EProfileCustomizationType customization_type = 1 [default = k_EProfileCustomizationTypeInvalid];
|
537
|
+
optional uint32 count = 2;
|
538
|
+
}
|
539
|
+
|
540
|
+
message UpgradedCustomization {
|
541
|
+
optional .EProfileCustomizationType customization_type = 1 [default = k_EProfileCustomizationTypeInvalid];
|
542
|
+
optional uint32 level = 2;
|
543
|
+
}
|
544
|
+
|
545
|
+
repeated .CPlayer_GetPurchasedAndUpgradedProfileCustomizations_Response.PurchasedCustomization purchased_customizations = 1;
|
546
|
+
repeated .CPlayer_GetPurchasedAndUpgradedProfileCustomizations_Response.UpgradedCustomization upgraded_customizations = 2;
|
547
|
+
}
|
548
|
+
|
549
|
+
message CPlayer_GetProfileThemesAvailable_Request {
|
550
|
+
}
|
551
|
+
|
552
|
+
message CPlayer_GetProfileThemesAvailable_Response {
|
553
|
+
repeated .ProfileTheme profile_themes = 1;
|
554
|
+
}
|
555
|
+
|
556
|
+
message CPlayer_SetProfileTheme_Request {
|
557
|
+
optional string theme_id = 1;
|
558
|
+
}
|
559
|
+
|
560
|
+
message CPlayer_SetProfileTheme_Response {
|
561
|
+
}
|
562
|
+
|
563
|
+
message CPlayer_SetProfilePreferences_Request {
|
564
|
+
optional .ProfilePreferences profile_preferences = 1;
|
565
|
+
}
|
566
|
+
|
567
|
+
message CPlayer_SetProfilePreferences_Response {
|
568
|
+
}
|
569
|
+
|
570
|
+
message CPlayer_PostStatusToFriends_Request {
|
571
|
+
optional uint32 appid = 1;
|
572
|
+
optional string status_text = 2;
|
573
|
+
}
|
574
|
+
|
575
|
+
message CPlayer_PostStatusToFriends_Response {
|
576
|
+
}
|
577
|
+
|
578
|
+
message CPlayer_GetPostedStatus_Request {
|
579
|
+
optional uint64 steamid = 1;
|
580
|
+
optional uint64 postid = 2;
|
581
|
+
}
|
582
|
+
|
583
|
+
message CPlayer_GetPostedStatus_Response {
|
584
|
+
optional uint32 accountid = 1;
|
585
|
+
optional uint64 postid = 2;
|
586
|
+
optional string status_text = 3;
|
587
|
+
optional bool deleted = 4;
|
588
|
+
optional uint32 appid = 5;
|
589
|
+
}
|
590
|
+
|
591
|
+
message CPlayer_DeletePostedStatus_Request {
|
592
|
+
optional uint64 postid = 1;
|
593
|
+
}
|
594
|
+
|
595
|
+
message CPlayer_DeletePostedStatus_Response {
|
596
|
+
}
|
597
|
+
|
598
|
+
message CPlayer_GetLastPlayedTimes_Request {
|
599
|
+
optional uint32 min_last_played = 1;
|
600
|
+
}
|
601
|
+
|
602
|
+
message CPlayer_GetLastPlayedTimes_Response {
|
603
|
+
message Game {
|
604
|
+
optional int32 appid = 1;
|
605
|
+
optional uint32 last_playtime = 2;
|
606
|
+
optional int32 playtime_2weeks = 3;
|
607
|
+
optional int32 playtime_forever = 4;
|
608
|
+
optional uint32 first_playtime = 5;
|
609
|
+
optional int32 playtime_windows_forever = 6;
|
610
|
+
optional int32 playtime_mac_forever = 7;
|
611
|
+
optional int32 playtime_linux_forever = 8;
|
612
|
+
optional uint32 first_windows_playtime = 9;
|
613
|
+
optional uint32 first_mac_playtime = 10;
|
614
|
+
optional uint32 first_linux_playtime = 11;
|
615
|
+
optional uint32 last_windows_playtime = 12;
|
616
|
+
optional uint32 last_mac_playtime = 13;
|
617
|
+
optional uint32 last_linux_playtime = 14;
|
618
|
+
optional uint32 playtime_disconnected = 15;
|
619
|
+
}
|
620
|
+
|
621
|
+
repeated .CPlayer_GetLastPlayedTimes_Response.Game games = 1;
|
622
|
+
}
|
623
|
+
|
624
|
+
message CPlayer_GetTimeSSAAccepted_Request {
|
625
|
+
}
|
626
|
+
|
627
|
+
message CPlayer_GetTimeSSAAccepted_Response {
|
628
|
+
optional uint32 time_ssa_accepted = 1;
|
629
|
+
optional uint32 time_ssa_updated = 2;
|
630
|
+
optional uint32 time_chinassa_accepted = 3;
|
631
|
+
}
|
632
|
+
|
633
|
+
message CPlayer_AcceptSSA_Request {
|
634
|
+
optional .EAgreementType agreement_type = 1 [default = k_EAgreementType_Invalid];
|
635
|
+
optional uint32 time_signed_utc = 2;
|
636
|
+
}
|
637
|
+
|
638
|
+
message CPlayer_AcceptSSA_Response {
|
639
|
+
}
|
640
|
+
|
641
|
+
message CPlayer_GetNicknameList_Request {
|
642
|
+
}
|
643
|
+
|
644
|
+
message CPlayer_GetNicknameList_Response {
|
645
|
+
message PlayerNickname {
|
646
|
+
optional fixed32 accountid = 1;
|
647
|
+
optional string nickname = 2;
|
648
|
+
}
|
649
|
+
|
650
|
+
repeated .CPlayer_GetNicknameList_Response.PlayerNickname nicknames = 1;
|
651
|
+
}
|
652
|
+
|
653
|
+
message CPlayer_GetPerFriendPreferences_Request {
|
654
|
+
}
|
655
|
+
|
656
|
+
message PerFriendPreferences {
|
657
|
+
optional fixed32 accountid = 1;
|
658
|
+
optional string nickname = 2;
|
659
|
+
optional .ENotificationSetting notifications_showingame = 3 [default = k_ENotificationSettingNotifyUseDefault];
|
660
|
+
optional .ENotificationSetting notifications_showonline = 4 [default = k_ENotificationSettingNotifyUseDefault];
|
661
|
+
optional .ENotificationSetting notifications_showmessages = 5 [default = k_ENotificationSettingNotifyUseDefault];
|
662
|
+
optional .ENotificationSetting sounds_showingame = 6 [default = k_ENotificationSettingNotifyUseDefault];
|
663
|
+
optional .ENotificationSetting sounds_showonline = 7 [default = k_ENotificationSettingNotifyUseDefault];
|
664
|
+
optional .ENotificationSetting sounds_showmessages = 8 [default = k_ENotificationSettingNotifyUseDefault];
|
665
|
+
optional .ENotificationSetting notifications_sendmobile = 9 [default = k_ENotificationSettingNotifyUseDefault];
|
666
|
+
}
|
667
|
+
|
668
|
+
message CPlayer_GetPerFriendPreferences_Response {
|
669
|
+
repeated .PerFriendPreferences preferences = 1;
|
670
|
+
}
|
671
|
+
|
672
|
+
message CPlayer_SetPerFriendPreferences_Request {
|
673
|
+
optional .PerFriendPreferences preferences = 1;
|
674
|
+
}
|
675
|
+
|
676
|
+
message CPlayer_SetPerFriendPreferences_Response {
|
677
|
+
}
|
678
|
+
|
679
|
+
message CPlayer_AddFriend_Request {
|
680
|
+
optional fixed64 steamid = 1;
|
681
|
+
}
|
682
|
+
|
683
|
+
message CPlayer_AddFriend_Response {
|
684
|
+
optional bool invite_sent = 1;
|
685
|
+
optional uint32 friend_relationship = 2;
|
686
|
+
optional int32 result = 3;
|
687
|
+
}
|
688
|
+
|
689
|
+
message CPlayer_RemoveFriend_Request {
|
690
|
+
optional fixed64 steamid = 1;
|
691
|
+
}
|
692
|
+
|
693
|
+
message CPlayer_RemoveFriend_Response {
|
694
|
+
optional uint32 friend_relationship = 1;
|
695
|
+
}
|
696
|
+
|
697
|
+
message CPlayer_IgnoreFriend_Request {
|
698
|
+
optional fixed64 steamid = 1;
|
699
|
+
optional bool unignore = 2;
|
700
|
+
}
|
701
|
+
|
702
|
+
message CPlayer_IgnoreFriend_Response {
|
703
|
+
optional uint32 friend_relationship = 1;
|
704
|
+
}
|
705
|
+
|
706
|
+
message CPlayer_GetCommunityPreferences_Request {
|
707
|
+
}
|
708
|
+
|
709
|
+
message CPlayer_CommunityPreferences {
|
710
|
+
optional bool parenthesize_nicknames = 4 [default = false];
|
711
|
+
optional .ETextFilterSetting text_filter_setting = 5 [default = k_ETextFilterSettingSteamLabOptedOut];
|
712
|
+
optional bool text_filter_ignore_friends = 6 [default = true];
|
713
|
+
optional uint32 text_filter_words_revision = 7;
|
714
|
+
optional uint32 timestamp_updated = 3;
|
715
|
+
}
|
716
|
+
|
717
|
+
message CPlayer_GetCommunityPreferences_Response {
|
718
|
+
optional .CPlayer_CommunityPreferences preferences = 1;
|
719
|
+
optional .UserContentDescriptorPreferences content_descriptor_preferences = 2;
|
720
|
+
}
|
721
|
+
|
722
|
+
message CPlayer_SetCommunityPreferences_Request {
|
723
|
+
optional .CPlayer_CommunityPreferences preferences = 1;
|
724
|
+
}
|
725
|
+
|
726
|
+
message CPlayer_SetCommunityPreferences_Response {
|
727
|
+
}
|
728
|
+
|
729
|
+
message CPlayer_GetTextFilterWords_Request {
|
730
|
+
}
|
731
|
+
|
732
|
+
message CPlayer_TextFilterWords {
|
733
|
+
repeated string text_filter_custom_banned_words = 1;
|
734
|
+
repeated string text_filter_custom_clean_words = 2;
|
735
|
+
optional uint32 text_filter_words_revision = 3;
|
736
|
+
}
|
737
|
+
|
738
|
+
message CPlayer_GetTextFilterWords_Response {
|
739
|
+
optional .CPlayer_TextFilterWords words = 1;
|
740
|
+
}
|
741
|
+
|
742
|
+
message CPlayer_GetNewSteamAnnouncementState_Request {
|
743
|
+
optional int32 language = 1;
|
744
|
+
}
|
745
|
+
|
746
|
+
message CPlayer_GetNewSteamAnnouncementState_Response {
|
747
|
+
optional .ENewSteamAnnouncementState state = 1 [default = k_ENewSteamAnnouncementState_Invalid];
|
748
|
+
optional string announcement_headline = 2;
|
749
|
+
optional string announcement_url = 3;
|
750
|
+
optional uint32 time_posted = 4;
|
751
|
+
optional uint64 announcement_gid = 5;
|
752
|
+
}
|
753
|
+
|
754
|
+
message CPlayer_UpdateSteamAnnouncementLastRead_Request {
|
755
|
+
optional uint64 announcement_gid = 1;
|
756
|
+
optional uint32 time_posted = 2;
|
757
|
+
}
|
758
|
+
|
759
|
+
message CPlayer_UpdateSteamAnnouncementLastRead_Response {
|
760
|
+
}
|
761
|
+
|
762
|
+
message CPlayer_GetPrivacySettings_Request {
|
763
|
+
}
|
764
|
+
|
765
|
+
message CPrivacySettings {
|
766
|
+
optional int32 privacy_state = 1;
|
767
|
+
optional int32 privacy_state_inventory = 2;
|
768
|
+
optional int32 privacy_state_gifts = 3;
|
769
|
+
optional int32 privacy_state_ownedgames = 4;
|
770
|
+
optional int32 privacy_state_playtime = 5;
|
771
|
+
optional int32 privacy_state_friendslist = 6;
|
772
|
+
}
|
773
|
+
|
774
|
+
message CPlayer_GetPrivacySettings_Response {
|
775
|
+
optional .CPrivacySettings privacy_settings = 1;
|
776
|
+
}
|
777
|
+
|
778
|
+
message CPlayer_GetDurationControl_Request {
|
779
|
+
optional uint32 appid = 1;
|
780
|
+
}
|
781
|
+
|
782
|
+
message CPlayer_GetDurationControl_Response {
|
783
|
+
optional bool is_enabled = 1;
|
784
|
+
optional int32 seconds = 2;
|
785
|
+
optional int32 seconds_today = 3;
|
786
|
+
optional bool is_steamchina_account = 4;
|
787
|
+
optional bool is_age_verified = 5;
|
788
|
+
optional uint32 seconds_allowed_today = 6;
|
789
|
+
optional bool age_verification_pending = 7;
|
790
|
+
optional bool block_minors = 8;
|
791
|
+
}
|
792
|
+
|
793
|
+
message CPlayer_RecordDisconnectedPlaytime_Request {
|
794
|
+
message PlayHistory {
|
795
|
+
optional uint32 appid = 1;
|
796
|
+
optional uint32 session_time_start = 2;
|
797
|
+
optional uint32 seconds = 3;
|
798
|
+
optional bool offline = 4;
|
799
|
+
optional uint32 owner = 5;
|
800
|
+
}
|
801
|
+
|
802
|
+
repeated .CPlayer_RecordDisconnectedPlaytime_Request.PlayHistory play_sessions = 3;
|
803
|
+
}
|
804
|
+
|
805
|
+
message CPlayer_RecordDisconnectedPlaytime_Response {
|
806
|
+
}
|
807
|
+
|
808
|
+
message CPlayer_LastPlayedTimes_Notification {
|
809
|
+
repeated .CPlayer_GetLastPlayedTimes_Response.Game games = 1;
|
810
|
+
}
|
811
|
+
|
812
|
+
message CPlayer_FriendNicknameChanged_Notification {
|
813
|
+
optional fixed32 accountid = 1;
|
814
|
+
optional string nickname = 2;
|
815
|
+
optional bool is_echo_to_self = 3;
|
816
|
+
}
|
817
|
+
|
818
|
+
message CPlayer_FriendEquippedProfileItemsChanged_Notification {
|
819
|
+
optional fixed32 accountid = 1;
|
820
|
+
}
|
821
|
+
|
822
|
+
message CPlayer_NewSteamAnnouncementState_Notification {
|
823
|
+
optional .ENewSteamAnnouncementState state = 1 [default = k_ENewSteamAnnouncementState_Invalid];
|
824
|
+
optional string announcement_headline = 2;
|
825
|
+
optional string announcement_url = 3;
|
826
|
+
optional uint32 time_posted = 4;
|
827
|
+
optional uint64 announcement_gid = 5;
|
828
|
+
}
|
829
|
+
|
830
|
+
message CPlayer_CommunityPreferencesChanged_Notification {
|
831
|
+
optional .CPlayer_CommunityPreferences preferences = 1;
|
832
|
+
optional .UserContentDescriptorPreferences content_descriptor_preferences = 2;
|
833
|
+
}
|
834
|
+
|
835
|
+
message CPlayer_TextFilterWordsChanged_Notification {
|
836
|
+
optional .CPlayer_TextFilterWords words = 1;
|
837
|
+
}
|
838
|
+
|
839
|
+
message CPlayer_PerFriendPreferencesChanged_Notification {
|
840
|
+
optional fixed32 accountid = 1;
|
841
|
+
optional .PerFriendPreferences preferences = 2;
|
842
|
+
}
|
843
|
+
|
844
|
+
message CPlayer_PrivacySettingsChanged_Notification {
|
845
|
+
optional .CPrivacySettings privacy_settings = 1;
|
846
|
+
}
|
847
|
+
|
848
|
+
service Player {
|
849
|
+
rpc GetRecentPlaytimeSessionsForChild (.CPlayer_GetRecentPlaytimeSessionsForChild_Request) returns (.CPlayer_GetRecentPlaytimeSessionsForChild_Response);
|
850
|
+
rpc GetPlayerLinkDetails (.CPlayer_GetPlayerLinkDetails_Request) returns (.CPlayer_GetPlayerLinkDetails_Response);
|
851
|
+
rpc GetMutualFriendsForIncomingInvites (.CPlayer_GetMutualFriendsForIncomingInvites_Request) returns (.CPlayer_GetMutualFriendsForIncomingInvites_Response);
|
852
|
+
rpc GetOwnedGames (.CPlayer_GetOwnedGames_Request) returns (.CPlayer_GetOwnedGames_Response);
|
853
|
+
rpc GetPlayNext (.CPlayer_GetPlayNext_Request) returns (.CPlayer_GetPlayNext_Response);
|
854
|
+
rpc GetFriendsGameplayInfo (.CPlayer_GetFriendsGameplayInfo_Request) returns (.CPlayer_GetFriendsGameplayInfo_Response);
|
855
|
+
rpc GetGameBadgeLevels (.CPlayer_GetGameBadgeLevels_Request) returns (.CPlayer_GetGameBadgeLevels_Response);
|
856
|
+
rpc GetProfileBackground (.CPlayer_GetProfileBackground_Request) returns (.CPlayer_GetProfileBackground_Response);
|
857
|
+
rpc SetProfileBackground (.CPlayer_SetProfileBackground_Request) returns (.CPlayer_SetProfileBackground_Response);
|
858
|
+
rpc GetMiniProfileBackground (.CPlayer_GetMiniProfileBackground_Request) returns (.CPlayer_GetMiniProfileBackground_Response);
|
859
|
+
rpc SetMiniProfileBackground (.CPlayer_SetMiniProfileBackground_Request) returns (.CPlayer_SetMiniProfileBackground_Response);
|
860
|
+
rpc GetAvatarFrame (.CPlayer_GetAvatarFrame_Request) returns (.CPlayer_GetAvatarFrame_Response);
|
861
|
+
rpc SetAvatarFrame (.CPlayer_SetAvatarFrame_Request) returns (.CPlayer_SetAvatarFrame_Response);
|
862
|
+
rpc GetAnimatedAvatar (.CPlayer_GetAnimatedAvatar_Request) returns (.CPlayer_GetAnimatedAvatar_Response);
|
863
|
+
rpc SetAnimatedAvatar (.CPlayer_SetAnimatedAvatar_Request) returns (.CPlayer_SetAnimatedAvatar_Response);
|
864
|
+
rpc GetSteamDeckKeyboardSkin (.CPlayer_GetSteamDeckKeyboardSkin_Request) returns (.CPlayer_GetSteamDeckKeyboardSkin_Response);
|
865
|
+
rpc SetSteamDeckKeyboardSkin (.CPlayer_SetSteamDeckKeyboardSkin_Request) returns (.CPlayer_SetSteamDeckKeyboardSkin_Response);
|
866
|
+
rpc GetProfileItemsOwned (.CPlayer_GetProfileItemsOwned_Request) returns (.CPlayer_GetProfileItemsOwned_Response);
|
867
|
+
rpc GetProfileItemsEquipped (.CPlayer_GetProfileItemsEquipped_Request) returns (.CPlayer_GetProfileItemsEquipped_Response);
|
868
|
+
rpc SetEquippedProfileItemFlags (.CPlayer_SetEquippedProfileItemFlags_Request) returns (.CPlayer_SetEquippedProfileItemFlags_Response);
|
869
|
+
rpc GetEmoticonList (.CPlayer_GetEmoticonList_Request) returns (.CPlayer_GetEmoticonList_Response);
|
870
|
+
rpc GetCommunityBadgeProgress (.CPlayer_GetCommunityBadgeProgress_Request) returns (.CPlayer_GetCommunityBadgeProgress_Response);
|
871
|
+
rpc GetTopAchievementsForGames (.CPlayer_GetTopAchievementsForGames_Request) returns (.CPlayer_GetTopAchievementsForGames_Response);
|
872
|
+
rpc GetAchievementsProgress (.CPlayer_GetAchievementsProgress_Request) returns (.CPlayer_GetAchievementsProgress_Response);
|
873
|
+
rpc GetGameAchievements (.CPlayer_GetGameAchievements_Request) returns (.CPlayer_GetGameAchievements_Response);
|
874
|
+
rpc GetFavoriteBadge (.CPlayer_GetFavoriteBadge_Request) returns (.CPlayer_GetFavoriteBadge_Response);
|
875
|
+
rpc SetFavoriteBadge (.CPlayer_SetFavoriteBadge_Request) returns (.CPlayer_SetFavoriteBadge_Response);
|
876
|
+
rpc GetProfileCustomization (.CPlayer_GetProfileCustomization_Request) returns (.CPlayer_GetProfileCustomization_Response);
|
877
|
+
rpc GetPurchasedProfileCustomizations (.CPlayer_GetPurchasedProfileCustomizations_Request) returns (.CPlayer_GetPurchasedProfileCustomizations_Response);
|
878
|
+
rpc GetPurchasedAndUpgradedProfileCustomizations (.CPlayer_GetPurchasedAndUpgradedProfileCustomizations_Request) returns (.CPlayer_GetPurchasedAndUpgradedProfileCustomizations_Response);
|
879
|
+
rpc GetProfileThemesAvailable (.CPlayer_GetProfileThemesAvailable_Request) returns (.CPlayer_GetProfileThemesAvailable_Response);
|
880
|
+
rpc SetProfileTheme (.CPlayer_SetProfileTheme_Request) returns (.CPlayer_SetProfileTheme_Response);
|
881
|
+
rpc SetProfilePreferences (.CPlayer_SetProfilePreferences_Request) returns (.CPlayer_SetProfilePreferences_Response);
|
882
|
+
rpc PostStatusToFriends (.CPlayer_PostStatusToFriends_Request) returns (.CPlayer_PostStatusToFriends_Response);
|
883
|
+
rpc GetPostedStatus (.CPlayer_GetPostedStatus_Request) returns (.CPlayer_GetPostedStatus_Response);
|
884
|
+
rpc DeletePostedStatus (.CPlayer_DeletePostedStatus_Request) returns (.CPlayer_DeletePostedStatus_Response);
|
885
|
+
rpc ClientGetLastPlayedTimes (.CPlayer_GetLastPlayedTimes_Request) returns (.CPlayer_GetLastPlayedTimes_Response);
|
886
|
+
rpc GetTimeSSAAccepted (.CPlayer_GetTimeSSAAccepted_Request) returns (.CPlayer_GetTimeSSAAccepted_Response);
|
887
|
+
rpc AcceptSSA (.CPlayer_AcceptSSA_Request) returns (.CPlayer_AcceptSSA_Response);
|
888
|
+
rpc GetNicknameList (.CPlayer_GetNicknameList_Request) returns (.CPlayer_GetNicknameList_Response);
|
889
|
+
rpc GetPerFriendPreferences (.CPlayer_GetPerFriendPreferences_Request) returns (.CPlayer_GetPerFriendPreferences_Response);
|
890
|
+
rpc SetPerFriendPreferences (.CPlayer_SetPerFriendPreferences_Request) returns (.CPlayer_SetPerFriendPreferences_Response);
|
891
|
+
rpc AddFriend (.CPlayer_AddFriend_Request) returns (.CPlayer_AddFriend_Response);
|
892
|
+
rpc RemoveFriend (.CPlayer_RemoveFriend_Request) returns (.CPlayer_RemoveFriend_Response);
|
893
|
+
rpc IgnoreFriend (.CPlayer_IgnoreFriend_Request) returns (.CPlayer_IgnoreFriend_Response);
|
894
|
+
rpc GetCommunityPreferences (.CPlayer_GetCommunityPreferences_Request) returns (.CPlayer_GetCommunityPreferences_Response);
|
895
|
+
rpc SetCommunityPreferences (.CPlayer_SetCommunityPreferences_Request) returns (.CPlayer_SetCommunityPreferences_Response);
|
896
|
+
rpc GetTextFilterWords (.CPlayer_GetTextFilterWords_Request) returns (.CPlayer_GetTextFilterWords_Response);
|
897
|
+
rpc GetNewSteamAnnouncementState (.CPlayer_GetNewSteamAnnouncementState_Request) returns (.CPlayer_GetNewSteamAnnouncementState_Response);
|
898
|
+
rpc UpdateSteamAnnouncementLastRead (.CPlayer_UpdateSteamAnnouncementLastRead_Request) returns (.CPlayer_UpdateSteamAnnouncementLastRead_Response);
|
899
|
+
rpc GetPrivacySettings (.CPlayer_GetPrivacySettings_Request) returns (.CPlayer_GetPrivacySettings_Response);
|
900
|
+
rpc GetDurationControl (.CPlayer_GetDurationControl_Request) returns (.CPlayer_GetDurationControl_Response);
|
901
|
+
rpc RecordDisconnectedPlaytime (.CPlayer_RecordDisconnectedPlaytime_Request) returns (.CPlayer_RecordDisconnectedPlaytime_Response);
|
902
|
+
}
|
903
|
+
|
904
|
+
service PlayerClient {
|
905
|
+
option (service_execution_site) = k_EProtoExecutionSiteSteamClient;
|
906
|
+
|
907
|
+
rpc NotifyLastPlayedTimes (.CPlayer_LastPlayedTimes_Notification) returns (.NoResponse);
|
908
|
+
rpc NotifyFriendNicknameChanged (.CPlayer_FriendNicknameChanged_Notification) returns (.NoResponse);
|
909
|
+
rpc NotifyFriendEquippedProfileItemsChanged (.CPlayer_FriendEquippedProfileItemsChanged_Notification) returns (.NoResponse);
|
910
|
+
rpc NotifyNewSteamAnnouncementState (.CPlayer_NewSteamAnnouncementState_Notification) returns (.NoResponse);
|
911
|
+
rpc NotifyCommunityPreferencesChanged (.CPlayer_CommunityPreferencesChanged_Notification) returns (.NoResponse);
|
912
|
+
rpc NotifyTextFilterWordsChanged (.CPlayer_TextFilterWordsChanged_Notification) returns (.NoResponse);
|
913
|
+
rpc NotifyPerFriendPreferencesChanged (.CPlayer_PerFriendPreferencesChanged_Notification) returns (.NoResponse);
|
914
|
+
rpc NotifyPrivacyPrivacySettingsChanged (.CPlayer_PrivacySettingsChanged_Notification) returns (.NoResponse);
|
915
|
+
}
|