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