steam-proto 0.1.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +7 -0
- data/.gitignore +9 -0
- data/.rspec +2 -0
- data/.rubocop.yml +4 -0
- data/.travis.yml +5 -0
- data/Gemfile +6 -0
- data/LICENSE +21 -0
- data/README.md +1 -0
- data/Rakefile +11 -0
- data/bin/console +6 -0
- data/bin/setup +8 -0
- data/lib/steam/proto.rb +24 -0
- data/lib/steam/proto/csgo.rb +4 -0
- data/lib/steam/proto/csgo/cstrike15_gcmessages.pb.rb +1458 -0
- data/lib/steam/proto/csgo/cstrike15_usermessages.pb.rb +711 -0
- data/lib/steam/proto/csgo/descriptor.pb.rb +265 -0
- data/lib/steam/proto/csgo/engine_gcmessages.pb.rb +21 -0
- data/lib/steam/proto/csgo/gcsdk_gcmessages.pb.rb +371 -0
- data/lib/steam/proto/csgo/gcsystemmsgs.pb.rb +139 -0
- data/lib/steam/proto/csgo/netmessages.pb.rb +736 -0
- data/lib/steam/proto/csgo/steammessages.pb.rb +809 -0
- data/lib/steam/proto/gc.rb +2 -0
- data/lib/steam/proto/gc/gc.pb.rb +30 -0
- data/lib/steam/proto/steamclient.rb +4 -0
- data/lib/steam/proto/steamclient/descriptor.pb.rb +265 -0
- data/lib/steam/proto/steamclient/encrypted_app_ticket.pb.rb +17 -0
- data/lib/steam/proto/steamclient/steammessages_base.pb.rb +104 -0
- data/lib/steam/proto/steamclient/steammessages_clientserver.pb.rb +2206 -0
- data/lib/steam/proto/steamclient/steammessages_clientserver_2.pb.rb +2007 -0
- data/lib/steam/proto/version.rb +5 -0
- data/lib/tasks/proto.rake +61 -0
- data/lib/tasks/spec.rake +12 -0
- data/steam-proto.gemspec +33 -0
- metadata +148 -0
@@ -0,0 +1,2007 @@
|
|
1
|
+
## Generated from steammessages_clientserver_2.proto
|
2
|
+
require "beefcake"
|
3
|
+
|
4
|
+
module Steamclient
|
5
|
+
|
6
|
+
class CMsgClientUCMAddScreenshot
|
7
|
+
include Beefcake::Message
|
8
|
+
|
9
|
+
class Tag
|
10
|
+
include Beefcake::Message
|
11
|
+
end
|
12
|
+
end
|
13
|
+
|
14
|
+
class CMsgClientUCMAddScreenshotResponse
|
15
|
+
include Beefcake::Message
|
16
|
+
end
|
17
|
+
|
18
|
+
class CMsgClientUCMDeleteScreenshot
|
19
|
+
include Beefcake::Message
|
20
|
+
end
|
21
|
+
|
22
|
+
class CMsgClientUCMDeleteScreenshotResponse
|
23
|
+
include Beefcake::Message
|
24
|
+
end
|
25
|
+
|
26
|
+
class CMsgClientUCMPublishFile
|
27
|
+
include Beefcake::Message
|
28
|
+
end
|
29
|
+
|
30
|
+
class CMsgClientUCMPublishFileResponse
|
31
|
+
include Beefcake::Message
|
32
|
+
end
|
33
|
+
|
34
|
+
class CMsgClientUCMUpdatePublishedFile
|
35
|
+
include Beefcake::Message
|
36
|
+
|
37
|
+
class KeyValueTag
|
38
|
+
include Beefcake::Message
|
39
|
+
end
|
40
|
+
|
41
|
+
class AdditionalPreview
|
42
|
+
include Beefcake::Message
|
43
|
+
end
|
44
|
+
end
|
45
|
+
|
46
|
+
class CMsgClientUCMUpdatePublishedFileResponse
|
47
|
+
include Beefcake::Message
|
48
|
+
end
|
49
|
+
|
50
|
+
class CMsgClientUCMDeletePublishedFile
|
51
|
+
include Beefcake::Message
|
52
|
+
end
|
53
|
+
|
54
|
+
class CMsgClientUCMDeletePublishedFileResponse
|
55
|
+
include Beefcake::Message
|
56
|
+
end
|
57
|
+
|
58
|
+
class CMsgClientUCMEnumerateUserPublishedFiles
|
59
|
+
include Beefcake::Message
|
60
|
+
end
|
61
|
+
|
62
|
+
class CMsgClientUCMEnumerateUserPublishedFilesResponse
|
63
|
+
include Beefcake::Message
|
64
|
+
|
65
|
+
class PublishedFileId
|
66
|
+
include Beefcake::Message
|
67
|
+
end
|
68
|
+
end
|
69
|
+
|
70
|
+
class CMsgClientUCMEnumerateUserSubscribedFiles
|
71
|
+
include Beefcake::Message
|
72
|
+
end
|
73
|
+
|
74
|
+
class CMsgClientUCMEnumerateUserSubscribedFilesResponse
|
75
|
+
include Beefcake::Message
|
76
|
+
|
77
|
+
class PublishedFileId
|
78
|
+
include Beefcake::Message
|
79
|
+
end
|
80
|
+
end
|
81
|
+
|
82
|
+
class CMsgClientUCMEnumerateUserSubscribedFilesWithUpdates
|
83
|
+
include Beefcake::Message
|
84
|
+
end
|
85
|
+
|
86
|
+
class CMsgClientUCMEnumerateUserSubscribedFilesWithUpdatesResponse
|
87
|
+
include Beefcake::Message
|
88
|
+
|
89
|
+
class PublishedFileId
|
90
|
+
include Beefcake::Message
|
91
|
+
end
|
92
|
+
end
|
93
|
+
|
94
|
+
class CMsgClientUCMPublishedFileSubscribed
|
95
|
+
include Beefcake::Message
|
96
|
+
end
|
97
|
+
|
98
|
+
class CMsgClientUCMPublishedFileUnsubscribed
|
99
|
+
include Beefcake::Message
|
100
|
+
end
|
101
|
+
|
102
|
+
class CMsgClientUCMPublishedFileDeleted
|
103
|
+
include Beefcake::Message
|
104
|
+
end
|
105
|
+
|
106
|
+
class CMsgClientUCMPublishedFileUpdated
|
107
|
+
include Beefcake::Message
|
108
|
+
end
|
109
|
+
|
110
|
+
class CMsgClientWorkshopItemChangesRequest
|
111
|
+
include Beefcake::Message
|
112
|
+
end
|
113
|
+
|
114
|
+
class CMsgClientWorkshopItemChangesResponse
|
115
|
+
include Beefcake::Message
|
116
|
+
|
117
|
+
class WorkshopItemInfo
|
118
|
+
include Beefcake::Message
|
119
|
+
end
|
120
|
+
end
|
121
|
+
|
122
|
+
class CMsgClientWorkshopItemInfoRequest
|
123
|
+
include Beefcake::Message
|
124
|
+
|
125
|
+
class WorkshopItem
|
126
|
+
include Beefcake::Message
|
127
|
+
end
|
128
|
+
end
|
129
|
+
|
130
|
+
class CMsgClientWorkshopItemInfoResponse
|
131
|
+
include Beefcake::Message
|
132
|
+
|
133
|
+
class WorkshopItemInfo
|
134
|
+
include Beefcake::Message
|
135
|
+
end
|
136
|
+
end
|
137
|
+
|
138
|
+
class CMsgClientUCMGetPublishedFilesForUser
|
139
|
+
include Beefcake::Message
|
140
|
+
end
|
141
|
+
|
142
|
+
class CMsgClientUCMGetPublishedFilesForUserResponse
|
143
|
+
include Beefcake::Message
|
144
|
+
|
145
|
+
class PublishedFileId
|
146
|
+
include Beefcake::Message
|
147
|
+
end
|
148
|
+
end
|
149
|
+
|
150
|
+
class CMsgClientUCMSetUserPublishedFileAction
|
151
|
+
include Beefcake::Message
|
152
|
+
end
|
153
|
+
|
154
|
+
class CMsgClientUCMSetUserPublishedFileActionResponse
|
155
|
+
include Beefcake::Message
|
156
|
+
end
|
157
|
+
|
158
|
+
class CMsgClientUCMEnumeratePublishedFilesByUserAction
|
159
|
+
include Beefcake::Message
|
160
|
+
end
|
161
|
+
|
162
|
+
class CMsgClientUCMEnumeratePublishedFilesByUserActionResponse
|
163
|
+
include Beefcake::Message
|
164
|
+
|
165
|
+
class PublishedFileId
|
166
|
+
include Beefcake::Message
|
167
|
+
end
|
168
|
+
end
|
169
|
+
|
170
|
+
class CMsgClientScreenshotsChanged
|
171
|
+
include Beefcake::Message
|
172
|
+
end
|
173
|
+
|
174
|
+
class CMsgClientUpdateUserGameInfo
|
175
|
+
include Beefcake::Message
|
176
|
+
end
|
177
|
+
|
178
|
+
class CMsgClientRichPresenceUpload
|
179
|
+
include Beefcake::Message
|
180
|
+
end
|
181
|
+
|
182
|
+
class CMsgClientRichPresenceRequest
|
183
|
+
include Beefcake::Message
|
184
|
+
end
|
185
|
+
|
186
|
+
class CMsgClientRichPresenceInfo
|
187
|
+
include Beefcake::Message
|
188
|
+
|
189
|
+
class RichPresence
|
190
|
+
include Beefcake::Message
|
191
|
+
end
|
192
|
+
end
|
193
|
+
|
194
|
+
class CMsgClientCheckFileSignature
|
195
|
+
include Beefcake::Message
|
196
|
+
end
|
197
|
+
|
198
|
+
class CMsgClientCheckFileSignatureResponse
|
199
|
+
include Beefcake::Message
|
200
|
+
end
|
201
|
+
|
202
|
+
class CMsgClientReadMachineAuth
|
203
|
+
include Beefcake::Message
|
204
|
+
end
|
205
|
+
|
206
|
+
class CMsgClientReadMachineAuthResponse
|
207
|
+
include Beefcake::Message
|
208
|
+
end
|
209
|
+
|
210
|
+
class CMsgClientUpdateMachineAuth
|
211
|
+
include Beefcake::Message
|
212
|
+
end
|
213
|
+
|
214
|
+
class CMsgClientUpdateMachineAuthResponse
|
215
|
+
include Beefcake::Message
|
216
|
+
end
|
217
|
+
|
218
|
+
class CMsgClientRequestMachineAuth
|
219
|
+
include Beefcake::Message
|
220
|
+
end
|
221
|
+
|
222
|
+
class CMsgClientRequestMachineAuthResponse
|
223
|
+
include Beefcake::Message
|
224
|
+
end
|
225
|
+
|
226
|
+
class CMsgClientCreateFriendsGroup
|
227
|
+
include Beefcake::Message
|
228
|
+
end
|
229
|
+
|
230
|
+
class CMsgClientCreateFriendsGroupResponse
|
231
|
+
include Beefcake::Message
|
232
|
+
end
|
233
|
+
|
234
|
+
class CMsgClientDeleteFriendsGroup
|
235
|
+
include Beefcake::Message
|
236
|
+
end
|
237
|
+
|
238
|
+
class CMsgClientDeleteFriendsGroupResponse
|
239
|
+
include Beefcake::Message
|
240
|
+
end
|
241
|
+
|
242
|
+
class CMsgClientRenameFriendsGroup
|
243
|
+
include Beefcake::Message
|
244
|
+
end
|
245
|
+
|
246
|
+
class CMsgClientRenameFriendsGroupResponse
|
247
|
+
include Beefcake::Message
|
248
|
+
end
|
249
|
+
|
250
|
+
class CMsgClientAddFriendToGroup
|
251
|
+
include Beefcake::Message
|
252
|
+
end
|
253
|
+
|
254
|
+
class CMsgClientAddFriendToGroupResponse
|
255
|
+
include Beefcake::Message
|
256
|
+
end
|
257
|
+
|
258
|
+
class CMsgClientRemoveFriendFromGroup
|
259
|
+
include Beefcake::Message
|
260
|
+
end
|
261
|
+
|
262
|
+
class CMsgClientRemoveFriendFromGroupResponse
|
263
|
+
include Beefcake::Message
|
264
|
+
end
|
265
|
+
|
266
|
+
class CMsgClientRegisterKey
|
267
|
+
include Beefcake::Message
|
268
|
+
end
|
269
|
+
|
270
|
+
class CMsgClientPurchaseResponse
|
271
|
+
include Beefcake::Message
|
272
|
+
end
|
273
|
+
|
274
|
+
class CMsgClientActivateOEMLicense
|
275
|
+
include Beefcake::Message
|
276
|
+
end
|
277
|
+
|
278
|
+
class CMsgClientRegisterOEMMachine
|
279
|
+
include Beefcake::Message
|
280
|
+
end
|
281
|
+
|
282
|
+
class CMsgClientRegisterOEMMachineResponse
|
283
|
+
include Beefcake::Message
|
284
|
+
end
|
285
|
+
|
286
|
+
class CMsgClientPurchaseWithMachineID
|
287
|
+
include Beefcake::Message
|
288
|
+
end
|
289
|
+
|
290
|
+
class CMsgTrading_InitiateTradeRequest
|
291
|
+
include Beefcake::Message
|
292
|
+
end
|
293
|
+
|
294
|
+
class CMsgTrading_InitiateTradeResponse
|
295
|
+
include Beefcake::Message
|
296
|
+
end
|
297
|
+
|
298
|
+
class CMsgTrading_CancelTradeRequest
|
299
|
+
include Beefcake::Message
|
300
|
+
end
|
301
|
+
|
302
|
+
class CMsgTrading_StartSession
|
303
|
+
include Beefcake::Message
|
304
|
+
end
|
305
|
+
|
306
|
+
class CMsgClientEmailChange
|
307
|
+
include Beefcake::Message
|
308
|
+
end
|
309
|
+
|
310
|
+
class CMsgClientEmailChangeResponse
|
311
|
+
include Beefcake::Message
|
312
|
+
end
|
313
|
+
|
314
|
+
class CMsgClientGetCDNAuthToken
|
315
|
+
include Beefcake::Message
|
316
|
+
end
|
317
|
+
|
318
|
+
class CMsgClientGetDepotDecryptionKey
|
319
|
+
include Beefcake::Message
|
320
|
+
end
|
321
|
+
|
322
|
+
class CMsgClientGetDepotDecryptionKeyResponse
|
323
|
+
include Beefcake::Message
|
324
|
+
end
|
325
|
+
|
326
|
+
class CMsgClientCheckAppBetaPassword
|
327
|
+
include Beefcake::Message
|
328
|
+
end
|
329
|
+
|
330
|
+
class CMsgClientCheckAppBetaPasswordResponse
|
331
|
+
include Beefcake::Message
|
332
|
+
|
333
|
+
class BetaPassword
|
334
|
+
include Beefcake::Message
|
335
|
+
end
|
336
|
+
end
|
337
|
+
|
338
|
+
class CMsgClientUpdateAppJobReport
|
339
|
+
include Beefcake::Message
|
340
|
+
end
|
341
|
+
|
342
|
+
class CMsgClientDPContentStatsReport
|
343
|
+
include Beefcake::Message
|
344
|
+
end
|
345
|
+
|
346
|
+
class CMsgClientGetCDNAuthTokenResponse
|
347
|
+
include Beefcake::Message
|
348
|
+
end
|
349
|
+
|
350
|
+
class CMsgDownloadRateStatistics
|
351
|
+
include Beefcake::Message
|
352
|
+
|
353
|
+
class StatsInfo
|
354
|
+
include Beefcake::Message
|
355
|
+
end
|
356
|
+
end
|
357
|
+
|
358
|
+
class CMsgClientRequestAccountData
|
359
|
+
include Beefcake::Message
|
360
|
+
end
|
361
|
+
|
362
|
+
class CMsgClientRequestAccountDataResponse
|
363
|
+
include Beefcake::Message
|
364
|
+
end
|
365
|
+
|
366
|
+
class CMsgClientUGSGetGlobalStats
|
367
|
+
include Beefcake::Message
|
368
|
+
end
|
369
|
+
|
370
|
+
class CMsgClientUGSGetGlobalStatsResponse
|
371
|
+
include Beefcake::Message
|
372
|
+
|
373
|
+
class Day
|
374
|
+
include Beefcake::Message
|
375
|
+
|
376
|
+
class Stat
|
377
|
+
include Beefcake::Message
|
378
|
+
end
|
379
|
+
end
|
380
|
+
end
|
381
|
+
|
382
|
+
class CMsgGameServerData
|
383
|
+
include Beefcake::Message
|
384
|
+
|
385
|
+
class Player
|
386
|
+
include Beefcake::Message
|
387
|
+
end
|
388
|
+
end
|
389
|
+
|
390
|
+
class CMsgGameServerRemove
|
391
|
+
include Beefcake::Message
|
392
|
+
end
|
393
|
+
|
394
|
+
class CMsgClientGMSServerQuery
|
395
|
+
include Beefcake::Message
|
396
|
+
end
|
397
|
+
|
398
|
+
class CMsgGMSClientServerQueryResponse
|
399
|
+
include Beefcake::Message
|
400
|
+
|
401
|
+
class Server
|
402
|
+
include Beefcake::Message
|
403
|
+
end
|
404
|
+
end
|
405
|
+
|
406
|
+
class CMsgGameServerOutOfDate
|
407
|
+
include Beefcake::Message
|
408
|
+
end
|
409
|
+
|
410
|
+
class CMsgClientRedeemGuestPass
|
411
|
+
include Beefcake::Message
|
412
|
+
end
|
413
|
+
|
414
|
+
class CMsgClientRedeemGuestPassResponse
|
415
|
+
include Beefcake::Message
|
416
|
+
end
|
417
|
+
|
418
|
+
class CMsgClientGetClanActivityCounts
|
419
|
+
include Beefcake::Message
|
420
|
+
end
|
421
|
+
|
422
|
+
class CMsgClientGetClanActivityCountsResponse
|
423
|
+
include Beefcake::Message
|
424
|
+
end
|
425
|
+
|
426
|
+
class CMsgClientOGSReportString
|
427
|
+
include Beefcake::Message
|
428
|
+
end
|
429
|
+
|
430
|
+
class CMsgClientOGSReportBug
|
431
|
+
include Beefcake::Message
|
432
|
+
end
|
433
|
+
|
434
|
+
class CMsgGSAssociateWithClan
|
435
|
+
include Beefcake::Message
|
436
|
+
end
|
437
|
+
|
438
|
+
class CMsgGSAssociateWithClanResponse
|
439
|
+
include Beefcake::Message
|
440
|
+
end
|
441
|
+
|
442
|
+
class CMsgGSComputeNewPlayerCompatibility
|
443
|
+
include Beefcake::Message
|
444
|
+
end
|
445
|
+
|
446
|
+
class CMsgGSComputeNewPlayerCompatibilityResponse
|
447
|
+
include Beefcake::Message
|
448
|
+
end
|
449
|
+
|
450
|
+
class CMsgClientSentLogs
|
451
|
+
include Beefcake::Message
|
452
|
+
end
|
453
|
+
|
454
|
+
class CMsgGCClient
|
455
|
+
include Beefcake::Message
|
456
|
+
end
|
457
|
+
|
458
|
+
class CMsgClientRequestFreeLicense
|
459
|
+
include Beefcake::Message
|
460
|
+
end
|
461
|
+
|
462
|
+
class CMsgClientRequestFreeLicenseResponse
|
463
|
+
include Beefcake::Message
|
464
|
+
end
|
465
|
+
|
466
|
+
class CMsgDRMDownloadRequestWithCrashData
|
467
|
+
include Beefcake::Message
|
468
|
+
end
|
469
|
+
|
470
|
+
class CMsgDRMDownloadResponse
|
471
|
+
include Beefcake::Message
|
472
|
+
end
|
473
|
+
|
474
|
+
class CMsgDRMFinalResult
|
475
|
+
include Beefcake::Message
|
476
|
+
end
|
477
|
+
|
478
|
+
class CMsgClientDPCheckSpecialSurvey
|
479
|
+
include Beefcake::Message
|
480
|
+
end
|
481
|
+
|
482
|
+
class CMsgClientDPCheckSpecialSurveyResponse
|
483
|
+
include Beefcake::Message
|
484
|
+
end
|
485
|
+
|
486
|
+
class CMsgClientDPSendSpecialSurveyResponse
|
487
|
+
include Beefcake::Message
|
488
|
+
end
|
489
|
+
|
490
|
+
class CMsgClientDPSendSpecialSurveyResponseReply
|
491
|
+
include Beefcake::Message
|
492
|
+
end
|
493
|
+
|
494
|
+
class CMsgClientRequestForgottenPasswordEmail
|
495
|
+
include Beefcake::Message
|
496
|
+
end
|
497
|
+
|
498
|
+
class CMsgClientRequestForgottenPasswordEmailResponse
|
499
|
+
include Beefcake::Message
|
500
|
+
end
|
501
|
+
|
502
|
+
class CMsgClientItemAnnouncements
|
503
|
+
include Beefcake::Message
|
504
|
+
end
|
505
|
+
|
506
|
+
class CMsgClientRequestItemAnnouncements
|
507
|
+
include Beefcake::Message
|
508
|
+
end
|
509
|
+
|
510
|
+
class CMsgClientUserNotifications
|
511
|
+
include Beefcake::Message
|
512
|
+
|
513
|
+
class Notification
|
514
|
+
include Beefcake::Message
|
515
|
+
end
|
516
|
+
end
|
517
|
+
|
518
|
+
class CMsgClientCommentNotifications
|
519
|
+
include Beefcake::Message
|
520
|
+
end
|
521
|
+
|
522
|
+
class CMsgClientRequestCommentNotifications
|
523
|
+
include Beefcake::Message
|
524
|
+
end
|
525
|
+
|
526
|
+
class CMsgClientOfflineMessageNotification
|
527
|
+
include Beefcake::Message
|
528
|
+
end
|
529
|
+
|
530
|
+
class CMsgClientRequestOfflineMessageCount
|
531
|
+
include Beefcake::Message
|
532
|
+
end
|
533
|
+
|
534
|
+
class CMsgClientFSGetFriendMessageHistory
|
535
|
+
include Beefcake::Message
|
536
|
+
end
|
537
|
+
|
538
|
+
class CMsgClientFSGetFriendMessageHistoryResponse
|
539
|
+
include Beefcake::Message
|
540
|
+
|
541
|
+
class FriendMessage
|
542
|
+
include Beefcake::Message
|
543
|
+
end
|
544
|
+
end
|
545
|
+
|
546
|
+
class CMsgClientFSGetFriendMessageHistoryForOfflineMessages
|
547
|
+
include Beefcake::Message
|
548
|
+
end
|
549
|
+
|
550
|
+
class CMsgClientFSGetFriendsSteamLevels
|
551
|
+
include Beefcake::Message
|
552
|
+
end
|
553
|
+
|
554
|
+
class CMsgClientFSGetFriendsSteamLevelsResponse
|
555
|
+
include Beefcake::Message
|
556
|
+
|
557
|
+
class Friend
|
558
|
+
include Beefcake::Message
|
559
|
+
end
|
560
|
+
end
|
561
|
+
|
562
|
+
class CMsgClientEmailAddrInfo
|
563
|
+
include Beefcake::Message
|
564
|
+
end
|
565
|
+
|
566
|
+
class CMsgCREEnumeratePublishedFiles
|
567
|
+
include Beefcake::Message
|
568
|
+
end
|
569
|
+
|
570
|
+
class CMsgCREEnumeratePublishedFilesResponse
|
571
|
+
include Beefcake::Message
|
572
|
+
|
573
|
+
class PublishedFileId
|
574
|
+
include Beefcake::Message
|
575
|
+
end
|
576
|
+
end
|
577
|
+
|
578
|
+
class CMsgCREItemVoteSummary
|
579
|
+
include Beefcake::Message
|
580
|
+
|
581
|
+
class PublishedFileId
|
582
|
+
include Beefcake::Message
|
583
|
+
end
|
584
|
+
end
|
585
|
+
|
586
|
+
class CMsgCREItemVoteSummaryResponse
|
587
|
+
include Beefcake::Message
|
588
|
+
|
589
|
+
class ItemVoteSummary
|
590
|
+
include Beefcake::Message
|
591
|
+
end
|
592
|
+
end
|
593
|
+
|
594
|
+
class CMsgCREUpdateUserPublishedItemVote
|
595
|
+
include Beefcake::Message
|
596
|
+
end
|
597
|
+
|
598
|
+
class CMsgCREUpdateUserPublishedItemVoteResponse
|
599
|
+
include Beefcake::Message
|
600
|
+
end
|
601
|
+
|
602
|
+
class CMsgCREGetUserPublishedItemVoteDetails
|
603
|
+
include Beefcake::Message
|
604
|
+
|
605
|
+
class PublishedFileId
|
606
|
+
include Beefcake::Message
|
607
|
+
end
|
608
|
+
end
|
609
|
+
|
610
|
+
class CMsgCREGetUserPublishedItemVoteDetailsResponse
|
611
|
+
include Beefcake::Message
|
612
|
+
|
613
|
+
class UserItemVoteDetail
|
614
|
+
include Beefcake::Message
|
615
|
+
end
|
616
|
+
end
|
617
|
+
|
618
|
+
class CMsgGameServerPingSample
|
619
|
+
include Beefcake::Message
|
620
|
+
|
621
|
+
class Sample
|
622
|
+
include Beefcake::Message
|
623
|
+
end
|
624
|
+
end
|
625
|
+
|
626
|
+
class CMsgFSGetFollowerCount
|
627
|
+
include Beefcake::Message
|
628
|
+
end
|
629
|
+
|
630
|
+
class CMsgFSGetFollowerCountResponse
|
631
|
+
include Beefcake::Message
|
632
|
+
end
|
633
|
+
|
634
|
+
class CMsgFSGetIsFollowing
|
635
|
+
include Beefcake::Message
|
636
|
+
end
|
637
|
+
|
638
|
+
class CMsgFSGetIsFollowingResponse
|
639
|
+
include Beefcake::Message
|
640
|
+
end
|
641
|
+
|
642
|
+
class CMsgFSEnumerateFollowingList
|
643
|
+
include Beefcake::Message
|
644
|
+
end
|
645
|
+
|
646
|
+
class CMsgFSEnumerateFollowingListResponse
|
647
|
+
include Beefcake::Message
|
648
|
+
end
|
649
|
+
|
650
|
+
class CMsgDPGetNumberOfCurrentPlayers
|
651
|
+
include Beefcake::Message
|
652
|
+
end
|
653
|
+
|
654
|
+
class CMsgDPGetNumberOfCurrentPlayersResponse
|
655
|
+
include Beefcake::Message
|
656
|
+
end
|
657
|
+
|
658
|
+
class CMsgClientFriendUserStatusPublished
|
659
|
+
include Beefcake::Message
|
660
|
+
end
|
661
|
+
|
662
|
+
class CMsgClientServiceMethod
|
663
|
+
include Beefcake::Message
|
664
|
+
end
|
665
|
+
|
666
|
+
class CMsgClientServiceMethodResponse
|
667
|
+
include Beefcake::Message
|
668
|
+
end
|
669
|
+
|
670
|
+
class CMsgClientUIMode
|
671
|
+
include Beefcake::Message
|
672
|
+
end
|
673
|
+
|
674
|
+
class CMsgClientVanityURLChangedNotification
|
675
|
+
include Beefcake::Message
|
676
|
+
end
|
677
|
+
|
678
|
+
class CMsgClientAuthorizeLocalDeviceRequest
|
679
|
+
include Beefcake::Message
|
680
|
+
end
|
681
|
+
|
682
|
+
class CMsgClientAuthorizeLocalDevice
|
683
|
+
include Beefcake::Message
|
684
|
+
end
|
685
|
+
|
686
|
+
class CMsgClientDeauthorizeDeviceRequest
|
687
|
+
include Beefcake::Message
|
688
|
+
end
|
689
|
+
|
690
|
+
class CMsgClientDeauthorizeDevice
|
691
|
+
include Beefcake::Message
|
692
|
+
end
|
693
|
+
|
694
|
+
class CMsgClientUseLocalDeviceAuthorizations
|
695
|
+
include Beefcake::Message
|
696
|
+
|
697
|
+
class DeviceToken
|
698
|
+
include Beefcake::Message
|
699
|
+
end
|
700
|
+
end
|
701
|
+
|
702
|
+
class CMsgClientGetAuthorizedDevices
|
703
|
+
include Beefcake::Message
|
704
|
+
end
|
705
|
+
|
706
|
+
class CMsgClientGetAuthorizedDevicesResponse
|
707
|
+
include Beefcake::Message
|
708
|
+
|
709
|
+
class AuthorizedDevice
|
710
|
+
include Beefcake::Message
|
711
|
+
end
|
712
|
+
end
|
713
|
+
|
714
|
+
class CMsgClientGetEmoticonList
|
715
|
+
include Beefcake::Message
|
716
|
+
end
|
717
|
+
|
718
|
+
class CMsgClientEmoticonList
|
719
|
+
include Beefcake::Message
|
720
|
+
|
721
|
+
class Emoticon
|
722
|
+
include Beefcake::Message
|
723
|
+
end
|
724
|
+
end
|
725
|
+
|
726
|
+
class CMsgClientSharedLibraryLockStatus
|
727
|
+
include Beefcake::Message
|
728
|
+
|
729
|
+
class LockedLibrary
|
730
|
+
include Beefcake::Message
|
731
|
+
end
|
732
|
+
end
|
733
|
+
|
734
|
+
class CMsgClientSharedLibraryStopPlaying
|
735
|
+
include Beefcake::Message
|
736
|
+
|
737
|
+
class StopApp
|
738
|
+
include Beefcake::Message
|
739
|
+
end
|
740
|
+
end
|
741
|
+
|
742
|
+
class CMsgClientServiceCall
|
743
|
+
include Beefcake::Message
|
744
|
+
end
|
745
|
+
|
746
|
+
class CMsgClientServiceModule
|
747
|
+
include Beefcake::Message
|
748
|
+
end
|
749
|
+
|
750
|
+
class CMsgClientServiceCallResponse
|
751
|
+
include Beefcake::Message
|
752
|
+
end
|
753
|
+
|
754
|
+
class CMsgAMUnlockStreaming
|
755
|
+
include Beefcake::Message
|
756
|
+
end
|
757
|
+
|
758
|
+
class CMsgAMUnlockStreamingResponse
|
759
|
+
include Beefcake::Message
|
760
|
+
end
|
761
|
+
|
762
|
+
class CMsgClientPlayingSessionState
|
763
|
+
include Beefcake::Message
|
764
|
+
end
|
765
|
+
|
766
|
+
class CMsgClientKickPlayingSession
|
767
|
+
include Beefcake::Message
|
768
|
+
end
|
769
|
+
|
770
|
+
class CMsgClientCreateAccount
|
771
|
+
include Beefcake::Message
|
772
|
+
end
|
773
|
+
|
774
|
+
class CMsgClientCreateAccountResponse
|
775
|
+
include Beefcake::Message
|
776
|
+
end
|
777
|
+
|
778
|
+
class CMsgClientVoiceCallPreAuthorize
|
779
|
+
include Beefcake::Message
|
780
|
+
end
|
781
|
+
|
782
|
+
class CMsgClientVoiceCallPreAuthorizeResponse
|
783
|
+
include Beefcake::Message
|
784
|
+
end
|
785
|
+
|
786
|
+
class CMsgClientUCMAddScreenshot
|
787
|
+
|
788
|
+
class Tag
|
789
|
+
optional :tag_name, :string, 1
|
790
|
+
optional :tag_value, :string, 2
|
791
|
+
end
|
792
|
+
optional :appid, :uint32, 1
|
793
|
+
optional :filename, :string, 2
|
794
|
+
optional :thumbname, :string, 3
|
795
|
+
optional :vr_filename, :string, 14
|
796
|
+
optional :rtime32_created, :fixed32, 4
|
797
|
+
optional :width, :uint32, 5
|
798
|
+
optional :height, :uint32, 6
|
799
|
+
optional :permissions, :uint32, 7
|
800
|
+
optional :caption, :string, 8
|
801
|
+
optional :shortcut_name, :string, 9
|
802
|
+
repeated :tag, CMsgClientUCMAddScreenshot::Tag, 10
|
803
|
+
repeated :tagged_steamid, :fixed64, 11
|
804
|
+
optional :spoiler_tag, :bool, 12
|
805
|
+
repeated :tagged_publishedfileid, :uint64, 13
|
806
|
+
end
|
807
|
+
|
808
|
+
class CMsgClientUCMAddScreenshotResponse
|
809
|
+
optional :eresult, :int32, 1, :default => 2
|
810
|
+
optional :screenshotid, :fixed64, 2, :default => 18446744073709551615
|
811
|
+
end
|
812
|
+
|
813
|
+
class CMsgClientUCMDeleteScreenshot
|
814
|
+
optional :screenshotid, :fixed64, 1, :default => 18446744073709551615
|
815
|
+
end
|
816
|
+
|
817
|
+
class CMsgClientUCMDeleteScreenshotResponse
|
818
|
+
optional :eresult, :int32, 1, :default => 2
|
819
|
+
end
|
820
|
+
|
821
|
+
class CMsgClientUCMPublishFile
|
822
|
+
optional :app_id, :uint32, 1
|
823
|
+
optional :file_name, :string, 2
|
824
|
+
optional :preview_file_name, :string, 3
|
825
|
+
optional :consumer_app_id, :uint32, 4
|
826
|
+
optional :title, :string, 5
|
827
|
+
optional :description, :string, 6
|
828
|
+
repeated :tags, :string, 8
|
829
|
+
optional :workshop_file, :bool, 9
|
830
|
+
optional :visibility, :int32, 10
|
831
|
+
optional :file_type, :uint32, 11
|
832
|
+
optional :url, :string, 12
|
833
|
+
optional :video_provider, :uint32, 13
|
834
|
+
optional :video_account_name, :string, 14
|
835
|
+
optional :video_identifier, :string, 15
|
836
|
+
optional :in_progress, :bool, 16
|
837
|
+
end
|
838
|
+
|
839
|
+
class CMsgClientUCMPublishFileResponse
|
840
|
+
optional :eresult, :int32, 1, :default => 2
|
841
|
+
optional :published_file_id, :fixed64, 2, :default => 18446744073709551615
|
842
|
+
optional :needs_workshop_legal_agreement_acceptance, :bool, 3, :default => false
|
843
|
+
end
|
844
|
+
|
845
|
+
class CMsgClientUCMUpdatePublishedFile
|
846
|
+
|
847
|
+
class KeyValueTag
|
848
|
+
optional :key, :string, 1
|
849
|
+
optional :value, :string, 2
|
850
|
+
end
|
851
|
+
|
852
|
+
class AdditionalPreview
|
853
|
+
optional :original_file_name, :string, 1
|
854
|
+
optional :internal_file_name, :string, 2
|
855
|
+
optional :videoid, :string, 3
|
856
|
+
optional :preview_type, :uint32, 4
|
857
|
+
optional :update_index, :int32, 5, :default => -1
|
858
|
+
end
|
859
|
+
optional :app_id, :uint32, 1
|
860
|
+
optional :published_file_id, :fixed64, 2
|
861
|
+
optional :file_name, :string, 3
|
862
|
+
optional :preview_file_name, :string, 4
|
863
|
+
optional :title, :string, 5
|
864
|
+
optional :description, :string, 6
|
865
|
+
repeated :tags, :string, 7
|
866
|
+
optional :visibility, :int32, 8
|
867
|
+
optional :update_file, :bool, 9
|
868
|
+
optional :update_preview_file, :bool, 10
|
869
|
+
optional :update_title, :bool, 11
|
870
|
+
optional :update_description, :bool, 12
|
871
|
+
optional :update_tags, :bool, 13
|
872
|
+
optional :update_visibility, :bool, 14
|
873
|
+
optional :change_description, :string, 15
|
874
|
+
optional :update_url, :bool, 16
|
875
|
+
optional :url, :string, 17
|
876
|
+
optional :update_content_manifest, :bool, 18
|
877
|
+
optional :content_manifest, :fixed64, 19
|
878
|
+
optional :metadata, :string, 20
|
879
|
+
optional :update_metadata, :bool, 21
|
880
|
+
optional :language, :int32, 22, :default => 0
|
881
|
+
repeated :removed_kvtags, :string, 23
|
882
|
+
repeated :kvtags, CMsgClientUCMUpdatePublishedFile::KeyValueTag, 24
|
883
|
+
repeated :previews, CMsgClientUCMUpdatePublishedFile::AdditionalPreview, 25
|
884
|
+
repeated :previews_to_remove, :int32, 26
|
885
|
+
optional :clear_in_progress, :bool, 27
|
886
|
+
end
|
887
|
+
|
888
|
+
class CMsgClientUCMUpdatePublishedFileResponse
|
889
|
+
optional :eresult, :int32, 1, :default => 2
|
890
|
+
optional :needs_workshop_legal_agreement_acceptance, :bool, 2, :default => false
|
891
|
+
end
|
892
|
+
|
893
|
+
class CMsgClientUCMDeletePublishedFile
|
894
|
+
optional :published_file_id, :fixed64, 1
|
895
|
+
end
|
896
|
+
|
897
|
+
class CMsgClientUCMDeletePublishedFileResponse
|
898
|
+
optional :eresult, :int32, 1, :default => 2
|
899
|
+
end
|
900
|
+
|
901
|
+
class CMsgClientUCMEnumerateUserPublishedFiles
|
902
|
+
optional :app_id, :uint32, 1
|
903
|
+
optional :start_index, :uint32, 2
|
904
|
+
optional :sort_order, :uint32, 3
|
905
|
+
end
|
906
|
+
|
907
|
+
class CMsgClientUCMEnumerateUserPublishedFilesResponse
|
908
|
+
|
909
|
+
class PublishedFileId
|
910
|
+
optional :published_file_id, :fixed64, 1
|
911
|
+
end
|
912
|
+
optional :eresult, :int32, 1, :default => 2
|
913
|
+
repeated :published_files, CMsgClientUCMEnumerateUserPublishedFilesResponse::PublishedFileId, 2
|
914
|
+
optional :total_results, :uint32, 3
|
915
|
+
end
|
916
|
+
|
917
|
+
class CMsgClientUCMEnumerateUserSubscribedFiles
|
918
|
+
optional :app_id, :uint32, 1
|
919
|
+
optional :start_index, :uint32, 2
|
920
|
+
optional :list_type, :uint32, 3, :default => 1
|
921
|
+
optional :matching_file_type, :uint32, 4, :default => 0
|
922
|
+
optional :count, :uint32, 5, :default => 50
|
923
|
+
end
|
924
|
+
|
925
|
+
class CMsgClientUCMEnumerateUserSubscribedFilesResponse
|
926
|
+
|
927
|
+
class PublishedFileId
|
928
|
+
optional :published_file_id, :fixed64, 1
|
929
|
+
optional :rtime32_subscribed, :fixed32, 2, :default => 0
|
930
|
+
end
|
931
|
+
optional :eresult, :int32, 1, :default => 2
|
932
|
+
repeated :subscribed_files, CMsgClientUCMEnumerateUserSubscribedFilesResponse::PublishedFileId, 2
|
933
|
+
optional :total_results, :uint32, 3
|
934
|
+
end
|
935
|
+
|
936
|
+
class CMsgClientUCMEnumerateUserSubscribedFilesWithUpdates
|
937
|
+
optional :app_id, :uint32, 1
|
938
|
+
optional :start_index, :uint32, 2
|
939
|
+
optional :start_time, :fixed32, 3
|
940
|
+
end
|
941
|
+
|
942
|
+
class CMsgClientUCMEnumerateUserSubscribedFilesWithUpdatesResponse
|
943
|
+
|
944
|
+
class PublishedFileId
|
945
|
+
optional :published_file_id, :fixed64, 1
|
946
|
+
optional :rtime32_subscribed, :fixed32, 2, :default => 0
|
947
|
+
optional :appid, :uint32, 3
|
948
|
+
optional :file_hcontent, :fixed64, 4
|
949
|
+
optional :file_size, :uint32, 5
|
950
|
+
optional :rtime32_last_updated, :fixed32, 6
|
951
|
+
optional :is_depot_content, :bool, 7
|
952
|
+
end
|
953
|
+
optional :eresult, :int32, 1, :default => 2
|
954
|
+
repeated :subscribed_files, CMsgClientUCMEnumerateUserSubscribedFilesWithUpdatesResponse::PublishedFileId, 2
|
955
|
+
optional :total_results, :uint32, 3
|
956
|
+
end
|
957
|
+
|
958
|
+
class CMsgClientUCMPublishedFileSubscribed
|
959
|
+
optional :published_file_id, :fixed64, 1
|
960
|
+
optional :app_id, :uint32, 2
|
961
|
+
optional :file_hcontent, :fixed64, 3
|
962
|
+
optional :file_size, :uint32, 4
|
963
|
+
optional :rtime_subscribed, :uint32, 5
|
964
|
+
optional :is_depot_content, :bool, 6
|
965
|
+
optional :rtime_updated, :uint32, 7
|
966
|
+
end
|
967
|
+
|
968
|
+
class CMsgClientUCMPublishedFileUnsubscribed
|
969
|
+
optional :published_file_id, :fixed64, 1
|
970
|
+
optional :app_id, :uint32, 2
|
971
|
+
end
|
972
|
+
|
973
|
+
class CMsgClientUCMPublishedFileDeleted
|
974
|
+
optional :published_file_id, :fixed64, 1
|
975
|
+
optional :app_id, :uint32, 2
|
976
|
+
end
|
977
|
+
|
978
|
+
class CMsgClientUCMPublishedFileUpdated
|
979
|
+
optional :published_file_id, :fixed64, 1
|
980
|
+
optional :app_id, :uint32, 2
|
981
|
+
optional :time_updated, :uint32, 3
|
982
|
+
optional :hcontent, :fixed64, 4
|
983
|
+
optional :file_size, :fixed32, 5
|
984
|
+
optional :is_depot_content, :bool, 6
|
985
|
+
end
|
986
|
+
|
987
|
+
class CMsgClientWorkshopItemChangesRequest
|
988
|
+
optional :app_id, :uint32, 1
|
989
|
+
optional :last_time_updated, :uint32, 2
|
990
|
+
optional :num_items_needed, :uint32, 3
|
991
|
+
end
|
992
|
+
|
993
|
+
class CMsgClientWorkshopItemChangesResponse
|
994
|
+
|
995
|
+
class WorkshopItemInfo
|
996
|
+
optional :published_file_id, :fixed64, 1
|
997
|
+
optional :time_updated, :uint32, 2
|
998
|
+
optional :manifest_id, :fixed64, 3
|
999
|
+
end
|
1000
|
+
optional :eresult, :int32, 1, :default => 2
|
1001
|
+
optional :update_time, :uint32, 2
|
1002
|
+
repeated :workshop_items, CMsgClientWorkshopItemChangesResponse::WorkshopItemInfo, 5
|
1003
|
+
end
|
1004
|
+
|
1005
|
+
class CMsgClientWorkshopItemInfoRequest
|
1006
|
+
|
1007
|
+
class WorkshopItem
|
1008
|
+
optional :published_file_id, :fixed64, 1
|
1009
|
+
optional :time_updated, :uint32, 2
|
1010
|
+
end
|
1011
|
+
optional :app_id, :uint32, 1
|
1012
|
+
optional :last_time_updated, :uint32, 2
|
1013
|
+
repeated :workshop_items, CMsgClientWorkshopItemInfoRequest::WorkshopItem, 3
|
1014
|
+
end
|
1015
|
+
|
1016
|
+
class CMsgClientWorkshopItemInfoResponse
|
1017
|
+
|
1018
|
+
class WorkshopItemInfo
|
1019
|
+
optional :published_file_id, :fixed64, 1
|
1020
|
+
optional :time_updated, :uint32, 2
|
1021
|
+
optional :manifest_id, :fixed64, 3
|
1022
|
+
optional :is_legacy, :bool, 4
|
1023
|
+
end
|
1024
|
+
optional :eresult, :int32, 1, :default => 2
|
1025
|
+
optional :update_time, :uint32, 2
|
1026
|
+
repeated :workshop_items, CMsgClientWorkshopItemInfoResponse::WorkshopItemInfo, 3
|
1027
|
+
repeated :private_items, :fixed64, 4
|
1028
|
+
end
|
1029
|
+
|
1030
|
+
class CMsgClientUCMGetPublishedFilesForUser
|
1031
|
+
optional :app_id, :uint32, 1
|
1032
|
+
optional :creator_steam_id, :fixed64, 2
|
1033
|
+
repeated :required_tags, :string, 3
|
1034
|
+
repeated :excluded_tags, :string, 4
|
1035
|
+
optional :start_index, :uint32, 5
|
1036
|
+
end
|
1037
|
+
|
1038
|
+
class CMsgClientUCMGetPublishedFilesForUserResponse
|
1039
|
+
|
1040
|
+
class PublishedFileId
|
1041
|
+
optional :published_file_id, :fixed64, 1
|
1042
|
+
end
|
1043
|
+
optional :eresult, :int32, 1, :default => 2
|
1044
|
+
repeated :published_files, CMsgClientUCMGetPublishedFilesForUserResponse::PublishedFileId, 2
|
1045
|
+
optional :total_results, :uint32, 3
|
1046
|
+
end
|
1047
|
+
|
1048
|
+
class CMsgClientUCMSetUserPublishedFileAction
|
1049
|
+
optional :published_file_id, :fixed64, 1
|
1050
|
+
optional :app_id, :uint32, 2
|
1051
|
+
optional :action, :int32, 3
|
1052
|
+
end
|
1053
|
+
|
1054
|
+
class CMsgClientUCMSetUserPublishedFileActionResponse
|
1055
|
+
optional :eresult, :int32, 1, :default => 2
|
1056
|
+
end
|
1057
|
+
|
1058
|
+
class CMsgClientUCMEnumeratePublishedFilesByUserAction
|
1059
|
+
optional :app_id, :uint32, 1
|
1060
|
+
optional :start_index, :uint32, 2
|
1061
|
+
optional :action, :int32, 3
|
1062
|
+
end
|
1063
|
+
|
1064
|
+
class CMsgClientUCMEnumeratePublishedFilesByUserActionResponse
|
1065
|
+
|
1066
|
+
class PublishedFileId
|
1067
|
+
optional :published_file_id, :fixed64, 1
|
1068
|
+
optional :rtime_time_stamp, :fixed32, 2, :default => 0
|
1069
|
+
end
|
1070
|
+
optional :eresult, :int32, 1, :default => 2
|
1071
|
+
repeated :published_files, CMsgClientUCMEnumeratePublishedFilesByUserActionResponse::PublishedFileId, 2
|
1072
|
+
optional :total_results, :uint32, 3
|
1073
|
+
end
|
1074
|
+
|
1075
|
+
class CMsgClientScreenshotsChanged
|
1076
|
+
end
|
1077
|
+
|
1078
|
+
class CMsgClientUpdateUserGameInfo
|
1079
|
+
optional :steamid_idgs, :fixed64, 1
|
1080
|
+
optional :gameid, :fixed64, 2
|
1081
|
+
optional :game_ip, :uint32, 3
|
1082
|
+
optional :game_port, :uint32, 4
|
1083
|
+
optional :token, :bytes, 5
|
1084
|
+
end
|
1085
|
+
|
1086
|
+
class CMsgClientRichPresenceUpload
|
1087
|
+
optional :rich_presence_kv, :bytes, 1
|
1088
|
+
repeated :steamid_broadcast, :fixed64, 2
|
1089
|
+
end
|
1090
|
+
|
1091
|
+
class CMsgClientRichPresenceRequest
|
1092
|
+
repeated :steamid_request, :fixed64, 1
|
1093
|
+
end
|
1094
|
+
|
1095
|
+
class CMsgClientRichPresenceInfo
|
1096
|
+
|
1097
|
+
class RichPresence
|
1098
|
+
optional :steamid_user, :fixed64, 1
|
1099
|
+
optional :rich_presence_kv, :bytes, 2
|
1100
|
+
end
|
1101
|
+
repeated :rich_presence, CMsgClientRichPresenceInfo::RichPresence, 1
|
1102
|
+
end
|
1103
|
+
|
1104
|
+
class CMsgClientCheckFileSignature
|
1105
|
+
optional :app_id, :uint32, 1
|
1106
|
+
end
|
1107
|
+
|
1108
|
+
class CMsgClientCheckFileSignatureResponse
|
1109
|
+
optional :app_id, :uint32, 1
|
1110
|
+
optional :pid, :uint32, 2
|
1111
|
+
optional :eresult, :uint32, 3
|
1112
|
+
optional :filename, :string, 4
|
1113
|
+
optional :esignatureresult, :uint32, 5
|
1114
|
+
optional :sha_file, :bytes, 6
|
1115
|
+
optional :signatureheader, :bytes, 7
|
1116
|
+
optional :filesize, :uint32, 8
|
1117
|
+
optional :getlasterror, :uint32, 9
|
1118
|
+
optional :evalvesignaturecheckdetail, :uint32, 10
|
1119
|
+
end
|
1120
|
+
|
1121
|
+
class CMsgClientReadMachineAuth
|
1122
|
+
optional :filename, :string, 1
|
1123
|
+
optional :offset, :uint32, 2
|
1124
|
+
optional :cubtoread, :uint32, 3
|
1125
|
+
end
|
1126
|
+
|
1127
|
+
class CMsgClientReadMachineAuthResponse
|
1128
|
+
optional :filename, :string, 1
|
1129
|
+
optional :eresult, :uint32, 2
|
1130
|
+
optional :filesize, :uint32, 3
|
1131
|
+
optional :sha_file, :bytes, 4
|
1132
|
+
optional :getlasterror, :uint32, 5
|
1133
|
+
optional :offset, :uint32, 6
|
1134
|
+
optional :cubread, :uint32, 7
|
1135
|
+
optional :bytes_read, :bytes, 8
|
1136
|
+
optional :filename_sentry, :string, 9
|
1137
|
+
end
|
1138
|
+
|
1139
|
+
class CMsgClientUpdateMachineAuth
|
1140
|
+
optional :filename, :string, 1
|
1141
|
+
optional :offset, :uint32, 2
|
1142
|
+
optional :cubtowrite, :uint32, 3
|
1143
|
+
optional :bytes, :bytes, 4
|
1144
|
+
optional :otp_type, :uint32, 5
|
1145
|
+
optional :otp_identifier, :string, 6
|
1146
|
+
optional :otp_sharedsecret, :bytes, 7
|
1147
|
+
optional :otp_timedrift, :uint32, 8
|
1148
|
+
end
|
1149
|
+
|
1150
|
+
class CMsgClientUpdateMachineAuthResponse
|
1151
|
+
optional :filename, :string, 1
|
1152
|
+
optional :eresult, :uint32, 2
|
1153
|
+
optional :filesize, :uint32, 3
|
1154
|
+
optional :sha_file, :bytes, 4
|
1155
|
+
optional :getlasterror, :uint32, 5
|
1156
|
+
optional :offset, :uint32, 6
|
1157
|
+
optional :cubwrote, :uint32, 7
|
1158
|
+
optional :otp_type, :int32, 8
|
1159
|
+
optional :otp_value, :uint32, 9
|
1160
|
+
optional :otp_identifier, :string, 10
|
1161
|
+
end
|
1162
|
+
|
1163
|
+
class CMsgClientRequestMachineAuth
|
1164
|
+
optional :filename, :string, 1
|
1165
|
+
optional :eresult_sentryfile, :uint32, 2
|
1166
|
+
optional :filesize, :uint32, 3
|
1167
|
+
optional :sha_sentryfile, :bytes, 4
|
1168
|
+
optional :lock_account_action, :int32, 6
|
1169
|
+
optional :otp_type, :uint32, 7
|
1170
|
+
optional :otp_identifier, :string, 8
|
1171
|
+
optional :otp_sharedsecret, :bytes, 9
|
1172
|
+
optional :otp_value, :uint32, 10
|
1173
|
+
optional :machine_name, :string, 11
|
1174
|
+
optional :machine_name_userchosen, :string, 12
|
1175
|
+
end
|
1176
|
+
|
1177
|
+
class CMsgClientRequestMachineAuthResponse
|
1178
|
+
optional :eresult, :uint32, 1
|
1179
|
+
end
|
1180
|
+
|
1181
|
+
class CMsgClientCreateFriendsGroup
|
1182
|
+
optional :steamid, :fixed64, 1
|
1183
|
+
optional :groupname, :string, 2
|
1184
|
+
end
|
1185
|
+
|
1186
|
+
class CMsgClientCreateFriendsGroupResponse
|
1187
|
+
optional :eresult, :uint32, 1
|
1188
|
+
optional :groupid, :int32, 2
|
1189
|
+
end
|
1190
|
+
|
1191
|
+
class CMsgClientDeleteFriendsGroup
|
1192
|
+
optional :steamid, :fixed64, 1
|
1193
|
+
optional :groupid, :int32, 2
|
1194
|
+
end
|
1195
|
+
|
1196
|
+
class CMsgClientDeleteFriendsGroupResponse
|
1197
|
+
optional :eresult, :uint32, 1
|
1198
|
+
end
|
1199
|
+
|
1200
|
+
class CMsgClientRenameFriendsGroup
|
1201
|
+
optional :groupid, :int32, 1
|
1202
|
+
optional :groupname, :string, 2
|
1203
|
+
end
|
1204
|
+
|
1205
|
+
class CMsgClientRenameFriendsGroupResponse
|
1206
|
+
optional :eresult, :uint32, 1
|
1207
|
+
end
|
1208
|
+
|
1209
|
+
class CMsgClientAddFriendToGroup
|
1210
|
+
optional :groupid, :int32, 1
|
1211
|
+
optional :steamiduser, :fixed64, 2
|
1212
|
+
end
|
1213
|
+
|
1214
|
+
class CMsgClientAddFriendToGroupResponse
|
1215
|
+
optional :eresult, :uint32, 1
|
1216
|
+
end
|
1217
|
+
|
1218
|
+
class CMsgClientRemoveFriendFromGroup
|
1219
|
+
optional :groupid, :int32, 1
|
1220
|
+
optional :steamiduser, :fixed64, 2
|
1221
|
+
end
|
1222
|
+
|
1223
|
+
class CMsgClientRemoveFriendFromGroupResponse
|
1224
|
+
optional :eresult, :uint32, 1
|
1225
|
+
end
|
1226
|
+
|
1227
|
+
class CMsgClientRegisterKey
|
1228
|
+
optional :key, :string, 1
|
1229
|
+
end
|
1230
|
+
|
1231
|
+
class CMsgClientPurchaseResponse
|
1232
|
+
optional :eresult, :int32, 1, :default => 2
|
1233
|
+
optional :purchase_result_details, :int32, 2
|
1234
|
+
optional :purchase_receipt_info, :bytes, 3
|
1235
|
+
end
|
1236
|
+
|
1237
|
+
class CMsgClientActivateOEMLicense
|
1238
|
+
optional :bios_manufacturer, :string, 1
|
1239
|
+
optional :bios_serialnumber, :string, 2
|
1240
|
+
optional :license_file, :bytes, 3
|
1241
|
+
optional :mainboard_manufacturer, :string, 4
|
1242
|
+
optional :mainboard_product, :string, 5
|
1243
|
+
optional :mainboard_serialnumber, :string, 6
|
1244
|
+
end
|
1245
|
+
|
1246
|
+
class CMsgClientRegisterOEMMachine
|
1247
|
+
optional :oem_register_file, :bytes, 1
|
1248
|
+
end
|
1249
|
+
|
1250
|
+
class CMsgClientRegisterOEMMachineResponse
|
1251
|
+
optional :eresult, :uint32, 1
|
1252
|
+
end
|
1253
|
+
|
1254
|
+
class CMsgClientPurchaseWithMachineID
|
1255
|
+
optional :package_id, :uint32, 1
|
1256
|
+
optional :machine_info, :bytes, 2
|
1257
|
+
end
|
1258
|
+
|
1259
|
+
class CMsgTrading_InitiateTradeRequest
|
1260
|
+
optional :trade_request_id, :uint32, 1
|
1261
|
+
optional :other_steamid, :uint64, 2
|
1262
|
+
optional :other_name, :string, 3
|
1263
|
+
end
|
1264
|
+
|
1265
|
+
class CMsgTrading_InitiateTradeResponse
|
1266
|
+
optional :response, :uint32, 1
|
1267
|
+
optional :trade_request_id, :uint32, 2
|
1268
|
+
optional :other_steamid, :uint64, 3
|
1269
|
+
optional :steamguard_required_days, :uint32, 4
|
1270
|
+
optional :new_device_cooldown_days, :uint32, 5
|
1271
|
+
optional :default_password_reset_probation_days, :uint32, 6
|
1272
|
+
optional :password_reset_probation_days, :uint32, 7
|
1273
|
+
optional :default_email_change_probation_days, :uint32, 8
|
1274
|
+
optional :email_change_probation_days, :uint32, 9
|
1275
|
+
end
|
1276
|
+
|
1277
|
+
class CMsgTrading_CancelTradeRequest
|
1278
|
+
optional :other_steamid, :uint64, 1
|
1279
|
+
end
|
1280
|
+
|
1281
|
+
class CMsgTrading_StartSession
|
1282
|
+
optional :other_steamid, :uint64, 1
|
1283
|
+
end
|
1284
|
+
|
1285
|
+
class CMsgClientEmailChange
|
1286
|
+
optional :password, :string, 1
|
1287
|
+
optional :email, :string, 2
|
1288
|
+
optional :code, :string, 3
|
1289
|
+
optional :final, :bool, 4
|
1290
|
+
optional :newmethod, :bool, 5
|
1291
|
+
optional :twofactor_code, :string, 6
|
1292
|
+
optional :sms_code, :string, 7
|
1293
|
+
optional :client_supports_sms, :bool, 8
|
1294
|
+
end
|
1295
|
+
|
1296
|
+
class CMsgClientEmailChangeResponse
|
1297
|
+
optional :eresult, :int32, 1, :default => 2
|
1298
|
+
optional :requires_sms_code, :bool, 2
|
1299
|
+
end
|
1300
|
+
|
1301
|
+
class CMsgClientGetCDNAuthToken
|
1302
|
+
optional :depot_id, :uint32, 1
|
1303
|
+
optional :host_name, :string, 2
|
1304
|
+
optional :app_id, :uint32, 3
|
1305
|
+
end
|
1306
|
+
|
1307
|
+
class CMsgClientGetDepotDecryptionKey
|
1308
|
+
optional :depot_id, :uint32, 1
|
1309
|
+
optional :app_id, :uint32, 2
|
1310
|
+
end
|
1311
|
+
|
1312
|
+
class CMsgClientGetDepotDecryptionKeyResponse
|
1313
|
+
optional :eresult, :int32, 1, :default => 2
|
1314
|
+
optional :depot_id, :uint32, 2
|
1315
|
+
optional :depot_encryption_key, :bytes, 3
|
1316
|
+
end
|
1317
|
+
|
1318
|
+
class CMsgClientCheckAppBetaPassword
|
1319
|
+
optional :app_id, :uint32, 1
|
1320
|
+
optional :betapassword, :string, 2
|
1321
|
+
end
|
1322
|
+
|
1323
|
+
class CMsgClientCheckAppBetaPasswordResponse
|
1324
|
+
|
1325
|
+
class BetaPassword
|
1326
|
+
optional :betaname, :string, 1
|
1327
|
+
optional :betapassword, :string, 2
|
1328
|
+
end
|
1329
|
+
optional :eresult, :int32, 1, :default => 2
|
1330
|
+
repeated :betapasswords, CMsgClientCheckAppBetaPasswordResponse::BetaPassword, 4
|
1331
|
+
end
|
1332
|
+
|
1333
|
+
class CMsgClientUpdateAppJobReport
|
1334
|
+
optional :app_id, :uint32, 1
|
1335
|
+
repeated :depot_ids, :uint32, 2
|
1336
|
+
optional :app_state, :uint32, 3
|
1337
|
+
optional :job_app_error, :uint32, 4
|
1338
|
+
optional :error_details, :string, 5
|
1339
|
+
optional :job_duration, :uint32, 6
|
1340
|
+
optional :files_validation_failed, :uint32, 7
|
1341
|
+
optional :job_bytes_downloaded, :uint64, 8
|
1342
|
+
optional :job_bytes_staged, :uint64, 9
|
1343
|
+
optional :bytes_comitted, :uint64, 10
|
1344
|
+
optional :start_app_state, :uint32, 11
|
1345
|
+
optional :stats_machine_id, :fixed64, 12
|
1346
|
+
optional :branch_name, :string, 13
|
1347
|
+
optional :total_bytes_downloaded, :uint64, 14
|
1348
|
+
optional :total_bytes_staged, :uint64, 15
|
1349
|
+
end
|
1350
|
+
|
1351
|
+
class CMsgClientDPContentStatsReport
|
1352
|
+
optional :stats_machine_id, :fixed64, 1
|
1353
|
+
optional :country_code, :string, 2
|
1354
|
+
optional :os_type, :int32, 3
|
1355
|
+
optional :language, :int32, 4
|
1356
|
+
optional :num_install_folders, :uint32, 5
|
1357
|
+
optional :num_installed_games, :uint32, 6
|
1358
|
+
optional :size_installed_games, :uint64, 7
|
1359
|
+
end
|
1360
|
+
|
1361
|
+
class CMsgClientGetCDNAuthTokenResponse
|
1362
|
+
optional :eresult, :uint32, 1, :default => 2
|
1363
|
+
optional :token, :string, 2
|
1364
|
+
optional :expiration_time, :uint32, 3
|
1365
|
+
end
|
1366
|
+
|
1367
|
+
class CMsgDownloadRateStatistics
|
1368
|
+
|
1369
|
+
class StatsInfo
|
1370
|
+
optional :source_type, :uint32, 1
|
1371
|
+
optional :source_id, :uint32, 2
|
1372
|
+
optional :seconds, :uint32, 3
|
1373
|
+
optional :bytes, :uint64, 4
|
1374
|
+
end
|
1375
|
+
optional :cell_id, :uint32, 1
|
1376
|
+
repeated :stats, CMsgDownloadRateStatistics::StatsInfo, 2
|
1377
|
+
end
|
1378
|
+
|
1379
|
+
class CMsgClientRequestAccountData
|
1380
|
+
optional :account_or_email, :string, 1
|
1381
|
+
optional :action, :uint32, 2
|
1382
|
+
end
|
1383
|
+
|
1384
|
+
class CMsgClientRequestAccountDataResponse
|
1385
|
+
optional :action, :uint32, 1
|
1386
|
+
optional :eresult, :uint32, 2
|
1387
|
+
optional :account_name, :string, 3
|
1388
|
+
optional :ct_matches, :uint32, 4
|
1389
|
+
optional :account_name_suggestion1, :string, 5
|
1390
|
+
optional :account_name_suggestion2, :string, 6
|
1391
|
+
optional :account_name_suggestion3, :string, 7
|
1392
|
+
end
|
1393
|
+
|
1394
|
+
class CMsgClientUGSGetGlobalStats
|
1395
|
+
optional :gameid, :uint64, 1
|
1396
|
+
optional :history_days_requested, :uint32, 2
|
1397
|
+
optional :time_last_requested, :fixed32, 3
|
1398
|
+
optional :first_day_cached, :uint32, 4
|
1399
|
+
optional :days_cached, :uint32, 5
|
1400
|
+
end
|
1401
|
+
|
1402
|
+
class CMsgClientUGSGetGlobalStatsResponse
|
1403
|
+
|
1404
|
+
class Day
|
1405
|
+
|
1406
|
+
class Stat
|
1407
|
+
optional :stat_id, :int32, 1
|
1408
|
+
optional :data, :int64, 2
|
1409
|
+
end
|
1410
|
+
optional :day_id, :uint32, 1
|
1411
|
+
repeated :stats, CMsgClientUGSGetGlobalStatsResponse::Day::Stat, 2
|
1412
|
+
end
|
1413
|
+
optional :eresult, :int32, 1, :default => 2
|
1414
|
+
optional :timestamp, :fixed32, 2
|
1415
|
+
optional :day_current, :int32, 3
|
1416
|
+
repeated :days, CMsgClientUGSGetGlobalStatsResponse::Day, 4
|
1417
|
+
end
|
1418
|
+
|
1419
|
+
class CMsgGameServerData
|
1420
|
+
|
1421
|
+
class Player
|
1422
|
+
optional :steam_id, :fixed64, 1
|
1423
|
+
end
|
1424
|
+
optional :steam_id_gs, :fixed64, 1
|
1425
|
+
optional :ip, :uint32, 2
|
1426
|
+
optional :query_port, :uint32, 3
|
1427
|
+
optional :game_port, :uint32, 4
|
1428
|
+
optional :sourcetv_port, :uint32, 5
|
1429
|
+
optional :name, :string, 22
|
1430
|
+
optional :app_id, :uint32, 6
|
1431
|
+
optional :gamedir, :string, 7
|
1432
|
+
optional :version, :string, 8
|
1433
|
+
optional :product, :string, 9
|
1434
|
+
optional :region, :string, 10
|
1435
|
+
repeated :players, CMsgGameServerData::Player, 11
|
1436
|
+
optional :max_players, :uint32, 12
|
1437
|
+
optional :bot_count, :uint32, 13
|
1438
|
+
optional :password, :bool, 14
|
1439
|
+
optional :secure, :bool, 15
|
1440
|
+
optional :dedicated, :bool, 16
|
1441
|
+
optional :os, :string, 17
|
1442
|
+
optional :game_data, :string, 18
|
1443
|
+
optional :game_data_version, :uint32, 19
|
1444
|
+
optional :game_type, :string, 20
|
1445
|
+
optional :map, :string, 21
|
1446
|
+
end
|
1447
|
+
|
1448
|
+
class CMsgGameServerRemove
|
1449
|
+
optional :steam_id, :fixed64, 1
|
1450
|
+
optional :ip, :uint32, 2
|
1451
|
+
optional :query_port, :uint32, 3
|
1452
|
+
end
|
1453
|
+
|
1454
|
+
class CMsgClientGMSServerQuery
|
1455
|
+
optional :app_id, :uint32, 1
|
1456
|
+
optional :geo_location_ip, :uint32, 2
|
1457
|
+
optional :region_code, :uint32, 3
|
1458
|
+
optional :filter_text, :string, 4
|
1459
|
+
optional :max_servers, :uint32, 5
|
1460
|
+
end
|
1461
|
+
|
1462
|
+
class CMsgGMSClientServerQueryResponse
|
1463
|
+
|
1464
|
+
class Server
|
1465
|
+
optional :server_ip, :uint32, 1
|
1466
|
+
optional :server_port, :uint32, 2
|
1467
|
+
optional :auth_players, :uint32, 3
|
1468
|
+
end
|
1469
|
+
repeated :servers, CMsgGMSClientServerQueryResponse::Server, 1
|
1470
|
+
optional :error, :string, 2
|
1471
|
+
end
|
1472
|
+
|
1473
|
+
class CMsgGameServerOutOfDate
|
1474
|
+
optional :steam_id_gs, :fixed64, 1
|
1475
|
+
optional :reject, :bool, 2
|
1476
|
+
optional :message, :string, 3
|
1477
|
+
end
|
1478
|
+
|
1479
|
+
class CMsgClientRedeemGuestPass
|
1480
|
+
optional :guest_pass_id, :fixed64, 1
|
1481
|
+
end
|
1482
|
+
|
1483
|
+
class CMsgClientRedeemGuestPassResponse
|
1484
|
+
optional :eresult, :uint32, 1, :default => 2
|
1485
|
+
optional :package_id, :uint32, 2
|
1486
|
+
optional :must_own_appid, :uint32, 3
|
1487
|
+
end
|
1488
|
+
|
1489
|
+
class CMsgClientGetClanActivityCounts
|
1490
|
+
repeated :steamid_clans, :uint64, 1
|
1491
|
+
end
|
1492
|
+
|
1493
|
+
class CMsgClientGetClanActivityCountsResponse
|
1494
|
+
optional :eresult, :uint32, 1, :default => 2
|
1495
|
+
end
|
1496
|
+
|
1497
|
+
class CMsgClientOGSReportString
|
1498
|
+
optional :accumulated, :bool, 1
|
1499
|
+
optional :sessionid, :uint64, 2
|
1500
|
+
optional :severity, :int32, 3
|
1501
|
+
optional :formatter, :string, 4
|
1502
|
+
optional :varargs, :bytes, 5
|
1503
|
+
end
|
1504
|
+
|
1505
|
+
class CMsgClientOGSReportBug
|
1506
|
+
optional :sessionid, :uint64, 1
|
1507
|
+
optional :bugtext, :string, 2
|
1508
|
+
optional :screenshot, :bytes, 3
|
1509
|
+
end
|
1510
|
+
|
1511
|
+
class CMsgGSAssociateWithClan
|
1512
|
+
optional :steam_id_clan, :fixed64, 1
|
1513
|
+
end
|
1514
|
+
|
1515
|
+
class CMsgGSAssociateWithClanResponse
|
1516
|
+
optional :steam_id_clan, :fixed64, 1
|
1517
|
+
optional :eresult, :uint32, 2, :default => 2
|
1518
|
+
end
|
1519
|
+
|
1520
|
+
class CMsgGSComputeNewPlayerCompatibility
|
1521
|
+
optional :steam_id_candidate, :fixed64, 1
|
1522
|
+
end
|
1523
|
+
|
1524
|
+
class CMsgGSComputeNewPlayerCompatibilityResponse
|
1525
|
+
optional :steam_id_candidate, :fixed64, 1
|
1526
|
+
optional :eresult, :uint32, 2, :default => 2
|
1527
|
+
optional :is_clan_member, :bool, 3
|
1528
|
+
optional :ct_dont_like_you, :int32, 4
|
1529
|
+
optional :ct_you_dont_like, :int32, 5
|
1530
|
+
optional :ct_clanmembers_dont_like_you, :int32, 6
|
1531
|
+
end
|
1532
|
+
|
1533
|
+
class CMsgClientSentLogs
|
1534
|
+
end
|
1535
|
+
|
1536
|
+
class CMsgGCClient
|
1537
|
+
optional :appid, :uint32, 1
|
1538
|
+
optional :msgtype, :uint32, 2
|
1539
|
+
optional :payload, :bytes, 3
|
1540
|
+
optional :steamid, :fixed64, 4
|
1541
|
+
optional :gcname, :string, 5
|
1542
|
+
end
|
1543
|
+
|
1544
|
+
class CMsgClientRequestFreeLicense
|
1545
|
+
repeated :appids, :uint32, 2
|
1546
|
+
end
|
1547
|
+
|
1548
|
+
class CMsgClientRequestFreeLicenseResponse
|
1549
|
+
optional :eresult, :uint32, 1, :default => 2
|
1550
|
+
repeated :granted_packageids, :uint32, 2
|
1551
|
+
repeated :granted_appids, :uint32, 3
|
1552
|
+
end
|
1553
|
+
|
1554
|
+
class CMsgDRMDownloadRequestWithCrashData
|
1555
|
+
optional :download_flags, :uint32, 1
|
1556
|
+
optional :download_types_known, :uint32, 2
|
1557
|
+
optional :guid_drm, :bytes, 3
|
1558
|
+
optional :guid_split, :bytes, 4
|
1559
|
+
optional :guid_merge, :bytes, 5
|
1560
|
+
optional :module_name, :string, 6
|
1561
|
+
optional :module_path, :string, 7
|
1562
|
+
optional :crash_data, :bytes, 8
|
1563
|
+
end
|
1564
|
+
|
1565
|
+
class CMsgDRMDownloadResponse
|
1566
|
+
optional :eresult, :uint32, 1, :default => 2
|
1567
|
+
optional :app_id, :uint32, 2
|
1568
|
+
optional :blob_download_type, :uint32, 3
|
1569
|
+
optional :merge_guid, :bytes, 4
|
1570
|
+
optional :download_file_dfs_ip, :uint32, 5
|
1571
|
+
optional :download_file_dfs_port, :uint32, 6
|
1572
|
+
optional :download_file_url, :string, 7
|
1573
|
+
optional :module_path, :string, 8
|
1574
|
+
end
|
1575
|
+
|
1576
|
+
class CMsgDRMFinalResult
|
1577
|
+
optional :eResult, :uint32, 1, :default => 2
|
1578
|
+
optional :app_id, :uint32, 2
|
1579
|
+
optional :blob_download_type, :uint32, 3
|
1580
|
+
optional :error_detail, :uint32, 4
|
1581
|
+
optional :merge_guid, :bytes, 5
|
1582
|
+
optional :download_file_dfs_ip, :uint32, 6
|
1583
|
+
optional :download_file_dfs_port, :uint32, 7
|
1584
|
+
optional :download_file_url, :string, 8
|
1585
|
+
end
|
1586
|
+
|
1587
|
+
class CMsgClientDPCheckSpecialSurvey
|
1588
|
+
optional :survey_id, :uint32, 1
|
1589
|
+
end
|
1590
|
+
|
1591
|
+
class CMsgClientDPCheckSpecialSurveyResponse
|
1592
|
+
optional :eResult, :uint32, 1, :default => 2
|
1593
|
+
optional :state, :uint32, 2
|
1594
|
+
optional :name, :string, 3
|
1595
|
+
optional :custom_url, :string, 4
|
1596
|
+
optional :include_software, :bool, 5
|
1597
|
+
optional :token, :bytes, 6
|
1598
|
+
end
|
1599
|
+
|
1600
|
+
class CMsgClientDPSendSpecialSurveyResponse
|
1601
|
+
optional :survey_id, :uint32, 1
|
1602
|
+
optional :data, :bytes, 2
|
1603
|
+
end
|
1604
|
+
|
1605
|
+
class CMsgClientDPSendSpecialSurveyResponseReply
|
1606
|
+
optional :eResult, :uint32, 1, :default => 2
|
1607
|
+
optional :token, :bytes, 2
|
1608
|
+
end
|
1609
|
+
|
1610
|
+
class CMsgClientRequestForgottenPasswordEmail
|
1611
|
+
optional :account_name, :string, 1
|
1612
|
+
optional :password_tried, :string, 2
|
1613
|
+
end
|
1614
|
+
|
1615
|
+
class CMsgClientRequestForgottenPasswordEmailResponse
|
1616
|
+
optional :eResult, :uint32, 1
|
1617
|
+
optional :use_secret_question, :bool, 2
|
1618
|
+
end
|
1619
|
+
|
1620
|
+
class CMsgClientItemAnnouncements
|
1621
|
+
optional :count_new_items, :uint32, 1
|
1622
|
+
end
|
1623
|
+
|
1624
|
+
class CMsgClientRequestItemAnnouncements
|
1625
|
+
end
|
1626
|
+
|
1627
|
+
class CMsgClientUserNotifications
|
1628
|
+
|
1629
|
+
class Notification
|
1630
|
+
optional :user_notification_type, :uint32, 1
|
1631
|
+
optional :count, :uint32, 2
|
1632
|
+
end
|
1633
|
+
repeated :notifications, CMsgClientUserNotifications::Notification, 1
|
1634
|
+
end
|
1635
|
+
|
1636
|
+
class CMsgClientCommentNotifications
|
1637
|
+
optional :count_new_comments, :uint32, 1
|
1638
|
+
optional :count_new_comments_owner, :uint32, 2
|
1639
|
+
optional :count_new_comments_subscriptions, :uint32, 3
|
1640
|
+
end
|
1641
|
+
|
1642
|
+
class CMsgClientRequestCommentNotifications
|
1643
|
+
end
|
1644
|
+
|
1645
|
+
class CMsgClientOfflineMessageNotification
|
1646
|
+
optional :offline_messages, :uint32, 1
|
1647
|
+
repeated :friends_with_offline_messages, :uint32, 2
|
1648
|
+
end
|
1649
|
+
|
1650
|
+
class CMsgClientRequestOfflineMessageCount
|
1651
|
+
end
|
1652
|
+
|
1653
|
+
class CMsgClientFSGetFriendMessageHistory
|
1654
|
+
optional :steamid, :fixed64, 1
|
1655
|
+
end
|
1656
|
+
|
1657
|
+
class CMsgClientFSGetFriendMessageHistoryResponse
|
1658
|
+
|
1659
|
+
class FriendMessage
|
1660
|
+
optional :accountid, :uint32, 1
|
1661
|
+
optional :timestamp, :uint32, 2
|
1662
|
+
optional :message, :string, 3
|
1663
|
+
optional :unread, :bool, 4
|
1664
|
+
end
|
1665
|
+
optional :steamid, :fixed64, 1
|
1666
|
+
optional :success, :uint32, 2
|
1667
|
+
repeated :messages, CMsgClientFSGetFriendMessageHistoryResponse::FriendMessage, 3
|
1668
|
+
end
|
1669
|
+
|
1670
|
+
class CMsgClientFSGetFriendMessageHistoryForOfflineMessages
|
1671
|
+
end
|
1672
|
+
|
1673
|
+
class CMsgClientFSGetFriendsSteamLevels
|
1674
|
+
repeated :accountids, :uint32, 1
|
1675
|
+
end
|
1676
|
+
|
1677
|
+
class CMsgClientFSGetFriendsSteamLevelsResponse
|
1678
|
+
|
1679
|
+
class Friend
|
1680
|
+
optional :accountid, :uint32, 1
|
1681
|
+
optional :level, :uint32, 2
|
1682
|
+
end
|
1683
|
+
repeated :friends, CMsgClientFSGetFriendsSteamLevelsResponse::Friend, 1
|
1684
|
+
end
|
1685
|
+
|
1686
|
+
class CMsgClientEmailAddrInfo
|
1687
|
+
optional :email_address, :string, 1
|
1688
|
+
optional :email_is_validated, :bool, 2
|
1689
|
+
optional :email_validation_changed, :bool, 3
|
1690
|
+
optional :credential_change_requires_code, :bool, 4
|
1691
|
+
optional :password_or_secretqa_change_requires_code, :bool, 5
|
1692
|
+
optional :remind_user_about_email, :bool, 6
|
1693
|
+
end
|
1694
|
+
|
1695
|
+
class CMsgCREEnumeratePublishedFiles
|
1696
|
+
optional :app_id, :uint32, 1
|
1697
|
+
optional :query_type, :int32, 2
|
1698
|
+
optional :start_index, :uint32, 3
|
1699
|
+
optional :days, :uint32, 4
|
1700
|
+
optional :count, :uint32, 5
|
1701
|
+
repeated :tags, :string, 6
|
1702
|
+
repeated :user_tags, :string, 7
|
1703
|
+
optional :matching_file_type, :uint32, 8, :default => 13
|
1704
|
+
end
|
1705
|
+
|
1706
|
+
class CMsgCREEnumeratePublishedFilesResponse
|
1707
|
+
|
1708
|
+
class PublishedFileId
|
1709
|
+
optional :published_file_id, :fixed64, 1
|
1710
|
+
optional :votes_for, :int32, 2
|
1711
|
+
optional :votes_against, :int32, 3
|
1712
|
+
optional :reports, :int32, 4
|
1713
|
+
optional :score, :float, 5
|
1714
|
+
end
|
1715
|
+
optional :eresult, :int32, 1, :default => 2
|
1716
|
+
repeated :published_files, CMsgCREEnumeratePublishedFilesResponse::PublishedFileId, 2
|
1717
|
+
optional :total_results, :uint32, 3
|
1718
|
+
end
|
1719
|
+
|
1720
|
+
class CMsgCREItemVoteSummary
|
1721
|
+
|
1722
|
+
class PublishedFileId
|
1723
|
+
optional :published_file_id, :fixed64, 1
|
1724
|
+
end
|
1725
|
+
repeated :published_file_ids, CMsgCREItemVoteSummary::PublishedFileId, 1
|
1726
|
+
end
|
1727
|
+
|
1728
|
+
class CMsgCREItemVoteSummaryResponse
|
1729
|
+
|
1730
|
+
class ItemVoteSummary
|
1731
|
+
optional :published_file_id, :fixed64, 1
|
1732
|
+
optional :votes_for, :int32, 2
|
1733
|
+
optional :votes_against, :int32, 3
|
1734
|
+
optional :reports, :int32, 4
|
1735
|
+
optional :score, :float, 5
|
1736
|
+
end
|
1737
|
+
optional :eresult, :int32, 1, :default => 2
|
1738
|
+
repeated :item_vote_summaries, CMsgCREItemVoteSummaryResponse::ItemVoteSummary, 2
|
1739
|
+
end
|
1740
|
+
|
1741
|
+
class CMsgCREUpdateUserPublishedItemVote
|
1742
|
+
optional :published_file_id, :fixed64, 1
|
1743
|
+
optional :vote_up, :bool, 2
|
1744
|
+
end
|
1745
|
+
|
1746
|
+
class CMsgCREUpdateUserPublishedItemVoteResponse
|
1747
|
+
optional :eresult, :int32, 1, :default => 2
|
1748
|
+
end
|
1749
|
+
|
1750
|
+
class CMsgCREGetUserPublishedItemVoteDetails
|
1751
|
+
|
1752
|
+
class PublishedFileId
|
1753
|
+
optional :published_file_id, :fixed64, 1
|
1754
|
+
end
|
1755
|
+
repeated :published_file_ids, CMsgCREGetUserPublishedItemVoteDetails::PublishedFileId, 1
|
1756
|
+
end
|
1757
|
+
|
1758
|
+
class CMsgCREGetUserPublishedItemVoteDetailsResponse
|
1759
|
+
|
1760
|
+
class UserItemVoteDetail
|
1761
|
+
optional :published_file_id, :fixed64, 1
|
1762
|
+
optional :vote, :int32, 2, :default => 0
|
1763
|
+
end
|
1764
|
+
optional :eresult, :int32, 1, :default => 2
|
1765
|
+
repeated :user_item_vote_details, CMsgCREGetUserPublishedItemVoteDetailsResponse::UserItemVoteDetail, 2
|
1766
|
+
end
|
1767
|
+
|
1768
|
+
class CMsgGameServerPingSample
|
1769
|
+
|
1770
|
+
class Sample
|
1771
|
+
optional :ip, :fixed32, 1
|
1772
|
+
optional :avg_ping_ms, :uint32, 2
|
1773
|
+
optional :stddev_ping_ms_x10, :uint32, 3
|
1774
|
+
end
|
1775
|
+
optional :my_ip, :fixed32, 1
|
1776
|
+
optional :gs_app_id, :int32, 2
|
1777
|
+
repeated :gs_samples, CMsgGameServerPingSample::Sample, 3
|
1778
|
+
end
|
1779
|
+
|
1780
|
+
class CMsgFSGetFollowerCount
|
1781
|
+
optional :steam_id, :fixed64, 1
|
1782
|
+
end
|
1783
|
+
|
1784
|
+
class CMsgFSGetFollowerCountResponse
|
1785
|
+
optional :eresult, :int32, 1, :default => 2
|
1786
|
+
optional :count, :int32, 2, :default => 0
|
1787
|
+
end
|
1788
|
+
|
1789
|
+
class CMsgFSGetIsFollowing
|
1790
|
+
optional :steam_id, :fixed64, 1
|
1791
|
+
end
|
1792
|
+
|
1793
|
+
class CMsgFSGetIsFollowingResponse
|
1794
|
+
optional :eresult, :int32, 1, :default => 2
|
1795
|
+
optional :is_following, :bool, 2, :default => false
|
1796
|
+
end
|
1797
|
+
|
1798
|
+
class CMsgFSEnumerateFollowingList
|
1799
|
+
optional :start_index, :uint32, 1
|
1800
|
+
end
|
1801
|
+
|
1802
|
+
class CMsgFSEnumerateFollowingListResponse
|
1803
|
+
optional :eresult, :int32, 1, :default => 2
|
1804
|
+
optional :total_results, :int32, 2
|
1805
|
+
repeated :steam_ids, :fixed64, 3
|
1806
|
+
end
|
1807
|
+
|
1808
|
+
class CMsgDPGetNumberOfCurrentPlayers
|
1809
|
+
optional :appid, :uint32, 1
|
1810
|
+
end
|
1811
|
+
|
1812
|
+
class CMsgDPGetNumberOfCurrentPlayersResponse
|
1813
|
+
optional :eresult, :int32, 1, :default => 2
|
1814
|
+
optional :player_count, :int32, 2
|
1815
|
+
end
|
1816
|
+
|
1817
|
+
class CMsgClientFriendUserStatusPublished
|
1818
|
+
optional :friend_steamid, :fixed64, 1
|
1819
|
+
optional :appid, :uint32, 2
|
1820
|
+
optional :status_text, :string, 3
|
1821
|
+
end
|
1822
|
+
|
1823
|
+
class CMsgClientServiceMethod
|
1824
|
+
optional :method_name, :string, 1
|
1825
|
+
optional :serialized_method, :bytes, 2
|
1826
|
+
optional :is_notification, :bool, 3
|
1827
|
+
end
|
1828
|
+
|
1829
|
+
class CMsgClientServiceMethodResponse
|
1830
|
+
optional :method_name, :string, 1
|
1831
|
+
optional :serialized_method_response, :bytes, 2
|
1832
|
+
end
|
1833
|
+
|
1834
|
+
class CMsgClientUIMode
|
1835
|
+
optional :uimode, :uint32, 1
|
1836
|
+
end
|
1837
|
+
|
1838
|
+
class CMsgClientVanityURLChangedNotification
|
1839
|
+
optional :vanity_url, :string, 1
|
1840
|
+
end
|
1841
|
+
|
1842
|
+
class CMsgClientAuthorizeLocalDeviceRequest
|
1843
|
+
optional :device_description, :string, 1
|
1844
|
+
optional :owner_account_id, :uint32, 2
|
1845
|
+
end
|
1846
|
+
|
1847
|
+
class CMsgClientAuthorizeLocalDevice
|
1848
|
+
optional :eresult, :int32, 1, :default => 2
|
1849
|
+
optional :owner_account_id, :uint32, 2
|
1850
|
+
optional :authed_device_token, :uint64, 3
|
1851
|
+
end
|
1852
|
+
|
1853
|
+
class CMsgClientDeauthorizeDeviceRequest
|
1854
|
+
optional :deauthorization_account_id, :uint32, 1
|
1855
|
+
optional :deauthorization_device_token, :uint64, 2
|
1856
|
+
end
|
1857
|
+
|
1858
|
+
class CMsgClientDeauthorizeDevice
|
1859
|
+
optional :eresult, :int32, 1, :default => 2
|
1860
|
+
optional :deauthorization_account_id, :uint32, 2
|
1861
|
+
end
|
1862
|
+
|
1863
|
+
class CMsgClientUseLocalDeviceAuthorizations
|
1864
|
+
|
1865
|
+
class DeviceToken
|
1866
|
+
optional :owner_account_id, :uint32, 1
|
1867
|
+
optional :token_id, :uint64, 2
|
1868
|
+
end
|
1869
|
+
repeated :authorization_account_id, :uint32, 1
|
1870
|
+
repeated :device_tokens, CMsgClientUseLocalDeviceAuthorizations::DeviceToken, 2
|
1871
|
+
end
|
1872
|
+
|
1873
|
+
class CMsgClientGetAuthorizedDevices
|
1874
|
+
end
|
1875
|
+
|
1876
|
+
class CMsgClientGetAuthorizedDevicesResponse
|
1877
|
+
|
1878
|
+
class AuthorizedDevice
|
1879
|
+
optional :auth_device_token, :uint64, 1
|
1880
|
+
optional :device_name, :string, 2
|
1881
|
+
optional :last_access_time, :uint32, 3
|
1882
|
+
optional :borrower_id, :uint32, 4
|
1883
|
+
optional :is_pending, :bool, 5
|
1884
|
+
optional :app_played, :uint32, 6
|
1885
|
+
end
|
1886
|
+
optional :eresult, :int32, 1, :default => 2
|
1887
|
+
repeated :authorized_device, CMsgClientGetAuthorizedDevicesResponse::AuthorizedDevice, 2
|
1888
|
+
end
|
1889
|
+
|
1890
|
+
class CMsgClientGetEmoticonList
|
1891
|
+
end
|
1892
|
+
|
1893
|
+
class CMsgClientEmoticonList
|
1894
|
+
|
1895
|
+
class Emoticon
|
1896
|
+
optional :name, :string, 1
|
1897
|
+
optional :count, :int32, 2
|
1898
|
+
end
|
1899
|
+
repeated :emoticons, CMsgClientEmoticonList::Emoticon, 1
|
1900
|
+
end
|
1901
|
+
|
1902
|
+
class CMsgClientSharedLibraryLockStatus
|
1903
|
+
|
1904
|
+
class LockedLibrary
|
1905
|
+
optional :owner_id, :uint32, 1
|
1906
|
+
optional :locked_by, :uint32, 2
|
1907
|
+
end
|
1908
|
+
repeated :locked_library, CMsgClientSharedLibraryLockStatus::LockedLibrary, 1
|
1909
|
+
optional :own_library_locked_by, :uint32, 2
|
1910
|
+
end
|
1911
|
+
|
1912
|
+
class CMsgClientSharedLibraryStopPlaying
|
1913
|
+
|
1914
|
+
class StopApp
|
1915
|
+
optional :app_id, :uint32, 1
|
1916
|
+
optional :owner_id, :uint32, 2
|
1917
|
+
end
|
1918
|
+
optional :seconds_left, :int32, 1
|
1919
|
+
repeated :stop_apps, CMsgClientSharedLibraryStopPlaying::StopApp, 2
|
1920
|
+
end
|
1921
|
+
|
1922
|
+
class CMsgClientServiceCall
|
1923
|
+
optional :sysid_routing, :bytes, 1
|
1924
|
+
optional :call_handle, :uint32, 2
|
1925
|
+
optional :module_crc, :uint32, 3
|
1926
|
+
optional :module_hash, :bytes, 4
|
1927
|
+
optional :function_id, :uint32, 5
|
1928
|
+
optional :cub_output_max, :uint32, 6
|
1929
|
+
optional :flags, :uint32, 7
|
1930
|
+
optional :callparameter, :bytes, 8
|
1931
|
+
optional :ping_only, :bool, 9
|
1932
|
+
optional :max_outstanding_calls, :uint32, 10
|
1933
|
+
end
|
1934
|
+
|
1935
|
+
class CMsgClientServiceModule
|
1936
|
+
optional :module_crc, :uint32, 1
|
1937
|
+
optional :module_hash, :bytes, 2
|
1938
|
+
optional :module_content, :bytes, 3
|
1939
|
+
end
|
1940
|
+
|
1941
|
+
class CMsgClientServiceCallResponse
|
1942
|
+
optional :sysid_routing, :bytes, 1
|
1943
|
+
optional :call_handle, :uint32, 2
|
1944
|
+
optional :module_crc, :uint32, 3
|
1945
|
+
optional :module_hash, :bytes, 4
|
1946
|
+
optional :ecallresult, :uint32, 5
|
1947
|
+
optional :result_content, :bytes, 6
|
1948
|
+
optional :os_version_info, :bytes, 7
|
1949
|
+
optional :system_info, :bytes, 8
|
1950
|
+
optional :load_address, :fixed64, 9
|
1951
|
+
optional :exception_record, :bytes, 10
|
1952
|
+
optional :portable_os_version_info, :bytes, 11
|
1953
|
+
optional :portable_system_info, :bytes, 12
|
1954
|
+
optional :was_converted, :bool, 13
|
1955
|
+
optional :internal_result, :uint32, 14
|
1956
|
+
optional :current_count, :uint32, 15
|
1957
|
+
optional :last_call_handle, :uint32, 16
|
1958
|
+
optional :last_call_module_crc, :uint32, 17
|
1959
|
+
optional :last_call_sysid_routing, :bytes, 18
|
1960
|
+
optional :last_ecallresult, :uint32, 19
|
1961
|
+
optional :last_callissue_delta, :uint32, 20
|
1962
|
+
optional :last_callcomplete_delta, :uint32, 21
|
1963
|
+
end
|
1964
|
+
|
1965
|
+
class CMsgAMUnlockStreaming
|
1966
|
+
end
|
1967
|
+
|
1968
|
+
class CMsgAMUnlockStreamingResponse
|
1969
|
+
optional :eresult, :int32, 1, :default => 2
|
1970
|
+
optional :encryption_key, :bytes, 2
|
1971
|
+
end
|
1972
|
+
|
1973
|
+
class CMsgClientPlayingSessionState
|
1974
|
+
optional :playing_blocked, :bool, 2
|
1975
|
+
optional :playing_app, :uint32, 3
|
1976
|
+
end
|
1977
|
+
|
1978
|
+
class CMsgClientKickPlayingSession
|
1979
|
+
optional :only_stop_game, :bool, 1
|
1980
|
+
end
|
1981
|
+
|
1982
|
+
class CMsgClientCreateAccount
|
1983
|
+
optional :account_name, :string, 1
|
1984
|
+
optional :password, :string, 2
|
1985
|
+
optional :email, :string, 3
|
1986
|
+
optional :launcher, :uint32, 6
|
1987
|
+
end
|
1988
|
+
|
1989
|
+
class CMsgClientCreateAccountResponse
|
1990
|
+
optional :eresult, :int32, 1, :default => 2
|
1991
|
+
optional :steamid, :fixed64, 2
|
1992
|
+
end
|
1993
|
+
|
1994
|
+
class CMsgClientVoiceCallPreAuthorize
|
1995
|
+
optional :caller_steamid, :fixed64, 1
|
1996
|
+
optional :receiver_steamid, :fixed64, 2
|
1997
|
+
optional :caller_id, :int32, 3
|
1998
|
+
optional :hangup, :bool, 4
|
1999
|
+
end
|
2000
|
+
|
2001
|
+
class CMsgClientVoiceCallPreAuthorizeResponse
|
2002
|
+
optional :caller_steamid, :fixed64, 1
|
2003
|
+
optional :receiver_steamid, :fixed64, 2
|
2004
|
+
optional :eresult, :int32, 3, :default => 2
|
2005
|
+
optional :caller_id, :int32, 4
|
2006
|
+
end
|
2007
|
+
end
|