forked from paralin/go-dota2
-
Notifications
You must be signed in to change notification settings - Fork 0
/
snapshot.txt
825 lines (824 loc) · 50 KB
/
snapshot.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
7000 N/A k_EMsgGCDOTABase
7001 N/A k_EMsgGCGeneralResponse
7004 N/A k_EMsgGCGameMatchSignOut
7005 N/A k_EMsgGCGameMatchSignOutResponse
7009 CLIENT k_EMsgGCJoinChatChannel JoinChatChannel
7010 GC k_EMsgGCJoinChatChannelResponse
7013 GC k_EMsgGCOtherJoinedChannel
7014 GC k_EMsgGCOtherLeftChannel
7017 N/A k_EMsgGCMatchHistoryList
7026 N/A k_EMsgServerToGCRequestStatus
7027 N/A k_EMsgGCGetRecentMatches
7028 GC k_EMsgGCRecentMatchesResponse
7033 CLIENT k_EMsgGCStartFindingMatch StartFindingMatch
7034 N/A k_EMsgGCConnectedPlayers
7035 CLIENT k_EMsgGCAbandonCurrentGame AbandonLobby
7036 CLIENT k_EMsgGCStopFindingMatch StopFindingMatch
7038 N/A k_EMsgGCPracticeLobbyCreate
7040 CLIENT k_EMsgGCPracticeLobbyLeave LeaveLobby
7041 CLIENT k_EMsgGCPracticeLobbyLaunch LaunchLobby
7042 CLIENT k_EMsgGCPracticeLobbyList ListLobbies
7043 GC k_EMsgGCPracticeLobbyListResponse
7044 CLIENT k_EMsgGCPracticeLobbyJoin JoinLobby
7046 CLIENT k_EMsgGCPracticeLobbySetDetails SetLobbyDetails
7047 N/A k_EMsgGCPracticeLobbySetTeamSlot
7049 CLIENT k_EMsgGCInitialQuestionnaireResponse SendInitialQuestionnaireResponse
7055 N/A k_EMsgGCPracticeLobbyResponse
7056 GC k_EMsgGCBroadcastNotification
7057 N/A k_EMsgGCLiveScoreboardUpdate
7060 CLIENT k_EMsgGCRequestChatChannelList ListChatChannel
7061 GC k_EMsgGCRequestChatChannelListResponse
7064 CLIENT k_EMsgGCRequestMatches RequestMatches
7065 GC k_EMsgGCRequestMatchesResponse
7068 N/A k_EMsgGCRequestPlayerResources
7069 N/A k_EMsgGCRequestPlayerResourcesResponse
7070 CLIENT k_EMsgGCReadyUp SendReadyUp
7071 GC k_EMsgGCKickedFromMatchmakingQueue
7072 N/A k_EMsgGCLeaverDetected
7073 CLIENT k_EMsgGCSpectateFriendGame SpectateFriendGame
7074 GC k_EMsgGCSpectateFriendGameResponse
7075 N/A k_EMsgGCPlayerReports
7076 CLIENT k_EMsgGCReportsRemainingRequest RequestReportsRemaining
7077 GC k_EMsgGCReportsRemainingResponse
7078 CLIENT k_EMsgGCSubmitPlayerReport SubmitPlayerReport
7079 GC k_EMsgGCSubmitPlayerReportResponse
7081 CLIENT k_EMsgGCPracticeLobbyKick KickLobbyMember
7082 CLIENT k_EMsgGCReportCountsRequest RequestReportCounts
7083 GC k_EMsgGCReportCountsResponse
7084 CLIENT k_EMsgGCRequestSaveGames RequestSaveGames
7085 N/A k_EMsgGCRequestSaveGamesServer
7086 GC k_EMsgGCRequestSaveGamesResponse
7087 N/A k_EMsgGCLeaverDetectedResponse
7088 N/A k_EMsgGCPlayerFailedToConnect
7089 N/A k_EMsgGCGCToRelayConnect
7090 N/A k_EMsgGCGCToRelayConnectresponse
7091 CLIENT k_EMsgGCWatchGame SendWatchGame
7092 GC k_EMsgGCWatchGameResponse
7093 N/A k_EMsgGCBanStatusRequest
7094 N/A k_EMsgGCBanStatusResponse
7095 CLIENT k_EMsgGCMatchDetailsRequest RequestMatchDetails
7096 GC k_EMsgGCMatchDetailsResponse
7097 CLIENT k_EMsgGCCancelWatchGame CancelWatchGame
7102 GC k_EMsgGCPopup
7104 CLIENT k_EMsgGCDOTAClearNotifySuccessfulReport ClearSuccessfulReportNotification
7111 CLIENT k_EMsgGCFriendPracticeLobbyListRequest ListFriendLobby
7112 GC k_EMsgGCFriendPracticeLobbyListResponse
7113 GC k_EMsgGCPracticeLobbyJoinResponse
7114 N/A k_EMsgClientEconNotification_Job
7115 CLIENT k_EMsgGCCreateTeam CreateTeam
7116 GC k_EMsgGCCreateTeamResponse
7121 N/A k_EMsgGCTeamData
7122 CLIENT k_EMsgGCTeamInvite_InviterToGC InvitePlayerToTeam
7123 GC k_EMsgGCTeamInvite_GCImmediateResponseToInviter
7124 GC k_EMsgGCTeamInvite_GCRequestToInvitee
7125 CLIENT k_EMsgGCTeamInvite_InviteeResponseToGC RespondToTeamInvite
7126 GC k_EMsgGCTeamInvite_GCResponseToInviter
7127 CLIENT k_EMsgGCTeamInvite_GCResponseToInvitee SendTeamInvite_GCResponseToInvitee
7128 CLIENT k_EMsgGCKickTeamMember KickTeamMember
7129 GC k_EMsgGCKickTeamMemberResponse
7130 CLIENT k_EMsgGCLeaveTeam LeaveTeam
7131 GC k_EMsgGCLeaveTeamResponse
7132 N/A k_EMsgGCSuggestTeamMatchmaking
7133 N/A k_EMsgGCPlayerHeroesFavoritesAdd
7134 N/A k_EMsgGCPlayerHeroesFavoritesRemove
7142 CLIENT k_EMsgGCApplyTeamToPracticeLobby ApplyTeamToLobby
7144 CLIENT k_EMsgGCTransferTeamAdmin TransferTeamAdmin
7149 CLIENT k_EMsgGCPracticeLobbyJoinBroadcastChannel JoinLobbyBroadcastChannel
7150 N/A k_EMsgGC_TournamentItemEvent
7151 N/A k_EMsgGC_TournamentItemEventResponse
7152 CLIENT k_EMsgCastMatchVote CastMatchVote
7153 N/A k_EMsgCastMatchVoteResponse
7154 CLIENT k_EMsgRetrieveMatchVote RetrieveMatchVote
7155 GC k_EMsgRetrieveMatchVoteResponse
7156 N/A k_EMsgTeamFanfare
7157 N/A k_EMsgResponseTeamFanfare
7158 N/A k_EMsgGC_GameServerUploadSaveGame
7159 N/A k_EMsgGC_GameServerSaveGameResult
7160 N/A k_EMsgGC_GameServerGetLoadGame
7161 N/A k_EMsgGC_GameServerGetLoadGameResult
7166 CLIENT k_EMsgGCEditTeamDetails EditTeamDetails
7167 GC k_EMsgGCEditTeamDetailsResponse
7168 CLIENT k_EMsgGCProTeamListRequest ListProTeam
7169 GC k_EMsgGCProTeamListResponse
7170 GC k_EMsgGCReadyUpStatus
7171 GC k_EMsgGCHallOfFame
7172 CLIENT k_EMsgGCHallOfFameRequest RequestHallOfFame
7173 GC k_EMsgGCHallOfFameResponse
7174 N/A k_EMsgGCGenerateDiretidePrizeList
7176 N/A k_EMsgGCRewardDiretidePrizes
7177 GC k_EMsgGCDiretidePrizesRewardedResponse
7178 CLIENT k_EMsgGCHalloweenHighScoreRequest RequestHalloweenHighScore
7179 GC k_EMsgGCHalloweenHighScoreResponse
7180 N/A k_EMsgGCGenerateDiretidePrizeListResponse
7182 CLIENT k_EMsgGCStorePromoPagesRequest RequestStorePromoPages
7183 GC k_EMsgGCStorePromoPagesResponse
7186 N/A k_EMsgGCToGCMatchCompleted
7188 CLIENT k_EMsgGCBalancedShuffleLobby SendBalancedShuffleLobby
7189 N/A k_EMsgGCToGCCheckLeaguePermission
7190 N/A k_EMsgGCToGCCheckLeaguePermissionResponse
7197 CLIENT k_EMsgGCMatchmakingStatsRequest RequestMatchmakingStats
7198 GC k_EMsgGCMatchmakingStatsResponse
7199 CLIENT k_EMsgGCBotGameCreate CreateBotGame
7200 CLIENT k_EMsgGCSetMatchHistoryAccess SetMatchHistoryAccess
7201 GC k_EMsgGCSetMatchHistoryAccessResponse
7203 CLIENT k_EMsgUpgradeLeagueItem UpgradeLeagueItem
7204 GC k_EMsgUpgradeLeagueItemResponse
7205 N/A k_EMsgGCTeamMemberProfileRequest
7206 GC k_EMsgGCWatchDownloadedReplay
7207 CLIENT k_EMsgGCSetMapLocationState SetMapLocationState
7208 GC k_EMsgGCSetMapLocationStateResponse
7209 GC k_EMsgGCResetMapLocations
7210 GC k_EMsgGCResetMapLocationsResponse
7216 CLIENT k_EMsgRefreshPartnerAccountLink RefreshPartnerAccountLink
7217 CLIENT k_EMsgClientsRejoinChatChannels RejoinAllChatChannels
7218 N/A k_EMsgGCToGCGetUserChatInfo
7219 N/A k_EMsgGCToGCGetUserChatInfoResponse
7220 N/A k_EMsgGCToGCLeaveAllChatChannels
7221 N/A k_EMsgGCToGCUpdateAccountChatBan
7234 N/A k_EMsgGCToGCCanInviteUserToTeam
7235 N/A k_EMsgGCToGCCanInviteUserToTeamResponse
7236 N/A k_EMsgGCToGCGetUserRank
7237 N/A k_EMsgGCToGCGetUserRankResponse
7240 N/A k_EMsgGCToGCUpdateTeamStats
7241 N/A k_EMsgGCToGCValidateTeam
7242 N/A k_EMsgGCToGCValidateTeamResponse
7248 N/A k_EMsgGCPassportDataRequest
7249 N/A k_EMsgGCPassportDataResponse
7255 N/A k_EMsgGCToGCGetLeagueAdmin
7256 N/A k_EMsgGCToGCGetLeagueAdminResponse
7258 CLIENT k_EMsgGCRequestLeaguePrizePool RequestLeaguePrizePool
7259 GC k_EMsgGCRequestLeaguePrizePoolResponse
7272 CLIENT k_EMsgGCLeaveChatChannel LeaveChatChannel
7273 CLIENT k_EMsgGCChatMessage SendChatMessage
7274 CLIENT k_EMsgGCGetHeroStandings GetHeroStandings
7275 GC k_EMsgGCGetHeroStandingsResponse
7283 CLIENT k_EMsgGCItemEditorReservationsRequest RequestItemEditorReservations
7284 GC k_EMsgGCItemEditorReservationsResponse
7285 CLIENT k_EMsgGCItemEditorReserveItemDef ReserveEditorItemItemDef
7286 GC k_EMsgGCItemEditorReserveItemDefResponse
7287 CLIENT k_EMsgGCItemEditorReleaseReservation ReleaseEditorItemReservation
7288 GC k_EMsgGCItemEditorReleaseReservationResponse
7289 N/A k_EMsgGCRewardTutorialPrizes
7290 GC k_EMsgGCLastHitChallengeHighScorePost
7291 CLIENT k_EMsgGCLastHitChallengeHighScoreRequest RequestLastHitChallengeHighScore
7292 GC k_EMsgGCLastHitChallengeHighScoreResponse
7293 N/A k_EMsgGCCreateFantasyLeagueRequest
7294 N/A k_EMsgGCCreateFantasyLeagueResponse
7297 CLIENT k_EMsgGCFantasyLeagueInfoRequest RequestFantasyLeagueInfo
7298 GC k_EMsgGCFantasyLeagueInfoResponse
7299 GC k_EMsgGCFantasyLeagueInfo
7300 N/A k_EMsgGCCreateFantasyTeamRequest
7301 N/A k_EMsgGCCreateFantasyTeamResponse
7302 CLIENT k_EMsgGCEditFantasyTeamRequest EditFantasyTeam
7303 GC k_EMsgGCEditFantasyTeamResponse
7304 CLIENT k_EMsgGCFantasyTeamInfoRequestByFantasyLeagueID RequestTeamInfoFantasyByFantasyLeagueID
7305 CLIENT k_EMsgGCFantasyTeamInfoRequestByOwnerAccountID RequestTeamInfoFantasyByOwnerAccountID
7306 GC k_EMsgGCFantasyTeamInfoResponse
7307 GC k_EMsgGCFantasyTeamInfo
7308 N/A k_EMsgGCFantasyLivePlayerStats
7309 GC k_EMsgGCFantasyFinalPlayerStats
7310 N/A k_EMsgGCFantasyMatch
7312 CLIENT k_EMsgGCFantasyTeamScoreRequest RequestFantasyTeamScore
7313 GC k_EMsgGCFantasyTeamScoreResponse
7314 CLIENT k_EMsgGCFantasyTeamStandingsRequest RequestFantasyTeamStandings
7315 GC k_EMsgGCFantasyTeamStandingsResponse
7316 CLIENT k_EMsgGCFantasyPlayerScoreRequest RequestFantasyPlayerScore
7317 GC k_EMsgGCFantasyPlayerScoreResponse
7318 CLIENT k_EMsgGCFantasyPlayerStandingsRequest RequestFantasyPlayerStandings
7319 GC k_EMsgGCFantasyPlayerStandingsResponse
7320 CLIENT k_EMsgGCFlipLobbyTeams FlipLobbyTeams
7321 CLIENT k_EMsgGCCustomGameCreate CreateGameCustom
7324 N/A k_EMsgGCToGCProcessPlayerReportForTarget
7325 N/A k_EMsgGCToGCProcessReportSuccess
7326 GC k_EMsgGCNotifyAccountFlagsChange
7327 CLIENT k_EMsgGCSetProfilePrivacy SetProfilePrivacy
7328 GC k_EMsgGCSetProfilePrivacyResponse
7331 N/A k_EMsgGCFantasyLeagueCreateInfoRequest
7332 N/A k_EMsgGCFantasyLeagueCreateInfoResponse
7333 N/A k_EMsgGCFantasyLeagueInviteInfoRequest
7334 N/A k_EMsgGCFantasyLeagueInviteInfoResponse
7335 GC k_EMsgGCClientIgnoredUser
7336 CLIENT k_EMsgGCFantasyLeagueCreateRequest CreateFantasyLeague
7337 GC k_EMsgGCFantasyLeagueCreateResponse
7338 CLIENT k_EMsgGCFantasyTeamCreateRequest CreateFantasyTeam
7339 GC k_EMsgGCFantasyTeamCreateResponse
7340 N/A k_EMsgGCFantasyLeagueFriendJoinListRequest
7341 N/A k_EMsgGCFantasyLeagueFriendJoinListResponse
7342 GC k_EMsgGCClientSuspended
7343 CLIENT k_EMsgGCPartyMemberSetCoach SetMemberPartyCoach
7344 CLIENT k_EMsgGCFantasyLeagueEditInvitesRequest RequestFantasyLeagueEditInvites
7345 GC k_EMsgGCFantasyLeagueEditInvitesResponse
7346 CLIENT k_EMsgGCPracticeLobbySetCoach SetLobbyCoach
7347 CLIENT k_EMsgGCFantasyLeagueEditInfoRequest RequestFantasyLeagueEditInfo
7348 GC k_EMsgGCFantasyLeagueEditInfoResponse
7349 CLIENT k_EMsgGCFantasyLeagueDraftStatusRequest RequestFantasyLeagueDraftStatus
7350 GC k_EMsgGCFantasyLeagueDraftStatus
7351 CLIENT k_EMsgGCFantasyLeagueDraftPlayerRequest RequestFantasyLeagueDraftPlayer
7352 GC k_EMsgGCFantasyLeagueDraftPlayerResponse
7353 CLIENT k_EMsgGCFantasyLeagueMatchupsRequest RequestFantasyLeagueMatchups
7354 GC k_EMsgGCFantasyLeagueMatchupsResponse
7355 CLIENT k_EMsgGCFantasyTeamRosterSwapRequest SwapFantasyTeamRoster
7356 GC k_EMsgGCFantasyTeamRosterSwapResponse
7357 CLIENT k_EMsgGCFantasyTeamRosterRequest RequestFantasyTeamRoster
7358 GC k_EMsgGCFantasyTeamRosterResponse
7361 CLIENT k_EMsgGCFantasyTeamRosterAddDropRequest RequestFantasyTeamRosterAddDrop
7362 GC k_EMsgGCFantasyTeamRosterAddDropResponse
7363 CLIENT k_EMsgPresentedClientTerminateDlg SendPresentedClientTerminateDlg
7364 CLIENT k_EMsgGCFantasyPlayerHisoricalStatsRequest RequestFantasyPlayerHisoricalStats
7365 GC k_EMsgGCFantasyPlayerHisoricalStatsResponse
7366 N/A k_EMsgGCPCBangTimedRewardMessage
7367 GC k_EMsgGCLobbyUpdateBroadcastChannelInfo
7368 CLIENT k_EMsgGCFantasyTeamTradesRequest RequestFantasyTeamTrades
7369 GC k_EMsgGCFantasyTeamTradesResponse
7370 CLIENT k_EMsgGCFantasyTeamTradeCancelRequest CancelFantasyTeamTrade
7371 GC k_EMsgGCFantasyTeamTradeCancelResponse
7372 N/A k_EMsgGCToGCGrantTournamentItem
7373 GC k_EMsgGCProcessFantasyScheduledEvent
7375 N/A k_EMsgGCToGCUpgradeTwitchViewerItems
7376 N/A k_EMsgGCToGCGetLiveMatchAffiliates
7377 N/A k_EMsgGCToGCGetLiveMatchAffiliatesResponse
7378 N/A k_EMsgGCToGCUpdatePlayerPennantCounts
7379 N/A k_EMsgGCToGCGetPlayerPennantCounts
7380 N/A k_EMsgGCToGCGetPlayerPennantCountsResponse
7381 N/A k_EMsgGCGameMatchSignOutPermissionRequest
7382 N/A k_EMsgGCGameMatchSignOutPermissionResponse
7383 CLIENT k_EMsgDOTAChatChannelMemberUpdate SendChatChannelMemberUpdate
7384 N/A k_EMsgDOTAAwardEventPoints
7387 CLIENT k_EMsgDOTAGetEventPoints GetEventPoints
7388 GC k_EMsgDOTAGetEventPointsResponse
7393 CLIENT k_EMsgDOTASendFriendRecruits SendFriendRecruits
7394 CLIENT k_EMsgDOTAFriendRecruitsRequest RequestFriendRecruits
7395 GC k_EMsgDOTAFriendRecruitsResponse
7396 CLIENT k_EMsgDOTAFriendRecruitInviteAcceptDecline SendFriendRecruitInviteAcceptDecline
7397 GC k_EMsgGCPartyLeaderWatchGamePrompt
7398 N/A k_EMsgDOTAFrostivusTimeElapsed
7402 GC k_EMsgDOTALiveLeagueGameUpdate
7403 CLIENT k_EMsgDOTAChatGetUserList GetChatUserList
7404 GC k_EMsgDOTAChatGetUserListResponse
7405 CLIENT k_EMsgGCCompendiumSetSelection SetCompendiumSelection
7406 CLIENT k_EMsgGCCompendiumDataRequest RequestCompendiumData
7407 GC k_EMsgGCCompendiumDataResponse
7408 CLIENT k_EMsgDOTAGetPlayerMatchHistory GetPlayerMatchHistory
7409 GC k_EMsgDOTAGetPlayerMatchHistoryResponse
7410 N/A k_EMsgGCToGCMatchmakingAddParty
7411 N/A k_EMsgGCToGCMatchmakingRemoveParty
7412 N/A k_EMsgGCToGCMatchmakingRemoveAllParties
7413 N/A k_EMsgGCToGCMatchmakingMatchFound
7414 N/A k_EMsgGCToGCUpdateMatchManagementStats
7415 N/A k_EMsgGCToGCUpdateMatchmakingStats
7416 N/A k_EMsgGCToServerPingRequest
7417 N/A k_EMsgGCToServerPingResponse
7418 N/A k_EMsgGCToServerConsoleCommand
7423 GC k_EMsgGCMakeOffering
7424 CLIENT k_EMsgGCRequestOfferings RequestOfferings
7425 GC k_EMsgGCRequestOfferingsResponse
7426 N/A k_EMsgGCToGCProcessMatchLeaver
7427 CLIENT k_EMsgGCNotificationsRequest RequestNotifications
7428 GC k_EMsgGCNotificationsResponse
7429 N/A k_EMsgGCToGCModifyNotification
7430 N/A k_EMsgGCToGCSetNewNotifications
7434 GC k_EMsgGCLeagueAdminList
7435 CLIENT k_EMsgGCNotificationsMarkReadRequest RequestNotificationsMarkRead
7436 GC k_EMsgGCFantasyMessageAdd
7437 CLIENT k_EMsgGCFantasyMessagesRequest RequestFantasyMessages
7438 GC k_EMsgGCFantasyMessagesResponse
7439 CLIENT k_EMsgGCFantasyScheduledMatchesRequest RequestFantasyScheduledMatches
7440 GC k_EMsgGCFantasyScheduledMatchesResponse
7443 CLIENT k_EMsgGCEventGameCreate CreateGameEvent
7444 CLIENT k_EMsgGCPerfectWorldUserLookupRequest RequestPerfectWorldUserLookup
7445 GC k_EMsgGCPerfectWorldUserLookupResponse
7448 GC k_EMsgGCFantasyRemoveOwner
7449 GC k_EMsgGCFantasyRemoveOwnerResponse
7450 N/A k_EMsgGCRequestBatchPlayerResources
7451 N/A k_EMsgGCRequestBatchPlayerResourcesResponse
7452 N/A k_EMsgGCToGCSendUpdateLeagues
7453 GC k_EMsgGCCompendiumSetSelectionResponse
7454 CLIENT k_EMsgGCPlayerInfoRequest RequestPlayerInfo
7455 GC k_EMsgGCPlayerInfo
7456 CLIENT k_EMsgGCPlayerInfoSubmit SubmitInfoPlayer
7457 GC k_EMsgGCPlayerInfoSubmitResponse
7458 N/A k_EMsgGCToGCGetAccountLevel
7459 N/A k_EMsgGCToGCGetAccountLevelResponse
7460 N/A k_EMsgGCToGCGetAccountPartner
7461 N/A k_EMsgGCToGCGetAccountPartnerResponse
7464 CLIENT k_EMsgDOTAGetWeekendTourneySchedule GetWeekendTourneySchedule
7465 GC k_EMsgDOTAWeekendTourneySchedule
7466 CLIENT k_EMsgGCJoinableCustomGameModesRequest RequestJoinableCustomGameModes
7467 GC k_EMsgGCJoinableCustomGameModesResponse
7468 CLIENT k_EMsgGCJoinableCustomLobbiesRequest RequestJoinableCustomLobbies
7469 GC k_EMsgGCJoinableCustomLobbiesResponse
7470 CLIENT k_EMsgGCQuickJoinCustomLobby JoinQuickCustomLobby
7471 GC k_EMsgGCQuickJoinCustomLobbyResponse
7472 N/A k_EMsgGCToGCGrantEventPointAction
7475 N/A k_EMsgServerGrantSurveyPermission
7476 N/A k_EMsgServerGrantSurveyPermissionResponse
7477 CLIENT k_EMsgClientProvideSurveyResult SendClientProvideSurveyResult
7478 N/A k_EMsgGCToGCSetCompendiumSelection
7480 N/A k_EMsgGCToGCUpdateTI4HeroQuest
7481 GC k_EMsgGCCompendiumDataChanged
7482 CLIENT k_EMsgDOTAFantasyLeagueFindRequest FindFantasyLeague
7483 GC k_EMsgDOTAFantasyLeagueFindResponse
7484 CLIENT k_EMsgGCHasItemQuery QueryHasItem
7485 GC k_EMsgGCHasItemResponse
7486 N/A k_EMsgGCConsumeFantasyTicket
7487 N/A k_EMsgGCConsumeFantasyTicketFailure
7488 N/A k_EMsgGCToGCGrantEventPointActionMsg
7489 CLIENT k_EMsgClientToGCTrackDialogResult TrackDialogResult
7490 CLIENT k_EMsgGCFantasyLeaveLeagueRequest RequestFantasyLeaveLeague
7491 GC k_EMsgGCFantasyLeaveLeagueResponse
7492 N/A k_EMsgGCToGCGetCompendiumSelections
7493 N/A k_EMsgGCToGCGetCompendiumSelectionsResponse
7494 N/A k_EMsgServerToGCMatchConnectionStats
7495 GC k_EMsgGCToClientTournamentItemDrop
7496 N/A k_EMsgSQLDelayedGrantLeagueDrop
7497 N/A k_EMsgServerGCUpdateSpectatorCount
7499 CLIENT k_EMsgGCFantasyPlayerScoreDetailsRequest RequestFantasyPlayerScoreDetails
7500 GC k_EMsgGCFantasyPlayerScoreDetailsResponse
7501 N/A k_EMsgGCToGCEmoticonUnlock
7502 N/A k_EMsgSignOutDraftInfo
7503 CLIENT k_EMsgClientToGCEmoticonDataRequest RequestEmoticonData
7504 GC k_EMsgGCToClientEmoticonData
7505 CLIENT k_EMsgGCPracticeLobbyToggleBroadcastChannelCameramanStatus ToggleLobbyBroadcastChannelCameramanStatus
7506 N/A k_EMsgGCToGCCreateWeekendTourneyRequest
7507 N/A k_EMsgGCToGCCreateWeekendTourneyResponse
7513 CLIENT k_EMsgClientToGCSetAdditionalEquips SetAdditionalEquips
7514 CLIENT k_EMsgClientToGCGetAdditionalEquips GetAdditionalEquips
7515 GC k_EMsgClientToGCGetAdditionalEquipsResponse
7516 N/A k_EMsgServerToGCGetAdditionalEquips
7517 N/A k_EMsgServerToGCGetAdditionalEquipsResponse
7518 CLIENT k_EMsgDOTARedeemItem RedeemItem
7519 GC k_EMsgDOTARedeemItemResponse
7520 N/A k_EMsgSQLGCToGCGrantAllHeroProgress
7521 CLIENT k_EMsgClientToGCGetAllHeroProgress GetAllHeroProgress
7522 GC k_EMsgClientToGCGetAllHeroProgressResponse
7523 N/A k_EMsgGCToGCGetServerForClient
7524 N/A k_EMsgGCToGCGetServerForClientResponse
7525 N/A k_EMsgSQLProcessTournamentGameOutcome
7526 N/A k_EMsgSQLGrantTrophyToAccount
7527 CLIENT k_EMsgClientToGCGetTrophyList ListTrophies
7528 GC k_EMsgClientToGCGetTrophyListResponse
7529 GC k_EMsgGCToClientTrophyAwarded
7530 N/A k_EMsgGCGameBotMatchSignOut
7531 N/A k_EMsgGCGameBotMatchSignOutPermissionRequest
7532 N/A k_EMsgSignOutBotInfo
7533 N/A k_EMsgGCToGCUpdateProfileCards
7534 CLIENT k_EMsgClientToGCGetProfileCard GetProfileCard
7535 GC k_EMsgClientToGCGetProfileCardResponse
7536 N/A k_EMsgServerToGCGetProfileCard
7537 N/A k_EMsgServerToGCGetProfileCardResponse
7538 CLIENT k_EMsgClientToGCSetProfileCardSlots SetProfileCardSlots
7539 GC k_EMsgGCToClientProfileCardUpdated
7540 N/A k_EMsgServerToGCVictoryPredictions
7542 CLIENT k_EMsgClientToGCMarkNotificationListRead ListNotificationMarkRead
7544 N/A k_EMsgServerToGCSuspiciousActivity
7545 N/A k_EMsgSignOutCommunicationSummary
7546 N/A k_EMsgServerToGCRequestStatus_Response
7547 CLIENT k_EMsgClientToGCCreateHeroStatue CreateHeroStatue
7548 GC k_EMsgGCToClientHeroStatueCreateResult
7549 N/A k_EMsgGCGCToLANServerRelayConnect
7551 N/A k_EMsgServerToGCGetIngameEventData
7552 N/A k_EMsgGCToGCUpdateIngameEventDataBroadcast
7553 N/A k_EMsgGCToServerIngameEventData_OraclePA
7554 N/A k_EMsgServerToGCReportKillSummaries
7555 N/A k_EMsgGCToGCReportKillSummaries
7556 N/A k_EMsgGCToGCUpdateAssassinMinigame
7557 N/A k_EMsgGCToGCFantasySetMatchLeague
7561 N/A k_EMsgGCToGCUpdatePlayerPredictions
7562 N/A k_EMsgGCToServerPredictionResult
7563 N/A k_EMsgServerToGCSignoutAwardAdditionalDrops
7564 N/A k_EMsgGCToGCSignoutAwardAdditionalDrops
7565 GC k_EMsgGCToClientEventStatusChanged
7566 CLIENT k_EMsgGCHasItemDefsQuery QueryHasItemDefs
7567 GC k_EMsgGCHasItemDefsResponse
7569 N/A k_EMsgGCToGCReplayMonitorValidateReplay
7572 CLIENT k_EMsgLobbyEventPoints SendLobbyEventPoints
7573 N/A k_EMsgGCToGCGetCustomGameTickets
7574 N/A k_EMsgGCToGCGetCustomGameTicketsResponse
7576 N/A k_EMsgGCToGCCustomGamePlayed
7577 N/A k_EMsgGCToGCGrantEventPointsToUser
7578 N/A k_EMsgGCToGCSetEventMMPanicFlushTime
7579 N/A k_EMsgGameserverCrashReport
7580 N/A k_EMsgGameserverCrashReportResponse
7581 GC k_EMsgGCToClientSteamDatagramTicket
7582 N/A k_EMsgGCToGCGrantEventOwnership
7583 N/A k_EMsgGCToGCSendAccountsEventPoints
7584 CLIENT k_EMsgClientToGCRerollPlayerChallenge RerollPlayerChallenge
7585 N/A k_EMsgServerToGCRerollPlayerChallenge
7586 GC k_EMsgGCRerollPlayerChallengeResponse
7587 N/A k_EMsgSignOutUpdatePlayerChallenge
7588 CLIENT k_EMsgClientToGCSetPartyLeader SetPartyLeader
7589 CLIENT k_EMsgClientToGCCancelPartyInvites CancelPartyInvites
7590 N/A k_EMsgGCToGCMasterReloadAccount
7592 N/A k_EMsgSQLGrantLeagueMatchToTicketHolders
7593 GC k_EMsgClientToGCSetAdditionalEquipsResponse
7594 N/A k_EMsgGCToGCEmoticonUnlockNoRollback
7595 N/A k_EMsgGCToGCGetCompendiumFanfare
7598 N/A k_EMsgGCToGCChatNewUserSession
7603 CLIENT k_EMsgClientToGCApplyGemCombiner ApplyGemCombiner
7604 CLIENT k_EMsgClientToGCDOTACreateStaticRecipe CreateDOTAStaticRecipe
7605 GC k_EMsgClientToGCDOTACreateStaticRecipeResponse
7606 CLIENT k_EMsgClientToGCGetAllHeroOrder GetAllHeroOrder
7607 GC k_EMsgClientToGCGetAllHeroOrderResponse
7608 N/A k_EMsgSQLGCToGCGrantBadgePoints
7609 N/A k_EMsgGCToGCGetAccountMatchStatus
7610 N/A k_EMsgGCToGCGetAccountMatchStatusResponse
7611 N/A k_EMsgGCToGCCheckOwnsEntireEmoticonRange
7612 N/A k_EMsgGCToGCCheckOwnsEntireEmoticonRangeResponse
7619 CLIENT k_EMsgClientToGCRecycleHeroRelic RecycleHeroRelic
7620 GC k_EMsgClientToGCRecycleHeroRelicResponse
7621 N/A k_EMsgGCToGCRevokeEventOwnership
7622 N/A k_EMsgGCToGCUnlockEventPointSpending
7623 GC k_EMsgGCToClientRequestLaneSelection
7624 GC k_EMsgGCToClientRequestLaneSelectionResponse
7625 N/A k_EMsgServerToGCCavernCrawlIsHeroActive
7626 N/A k_EMsgServerToGCCavernCrawlIsHeroActiveResponse
7627 CLIENT k_EMsgClientToGCPlayerCardSpecificPurchaseRequest PurchasePlayerCardSpecific
7628 GC k_EMsgClientToGCPlayerCardSpecificPurchaseResponse
7629 N/A k_EMsgGCtoServerTensorflowInstance
7630 N/A k_EMsgSQLSetIsLeagueAdmin
7631 N/A k_EMsgGCToGCGetLiveLeagueMatches
7632 N/A k_EMsgGCToGCGetLiveLeagueMatchesResponse
7633 N/A k_EMsgDOTALeagueInfoListAdminsRequest
7634 N/A k_EMsgDOTALeagueInfoListAdminsReponse
7645 N/A k_EMsgGCToGCLeagueMatchStarted
7646 N/A k_EMsgGCToGCLeagueMatchCompleted
7647 N/A k_EMsgGCToGCLeagueMatchStartedResponse
7648 CLIENT k_EMsgDOTALeagueNodeRequest RequestLeagueNode
7649 GC k_EMsgDOTALeagueNodeResponse
7650 CLIENT k_EMsgDOTALeagueAvailableLobbyNodesRequest RequestLeagueAvailableLobbyNodes
7651 CLIENT k_EMsgDOTALeagueAvailableLobbyNodes SendLeagueAvailableLobbyNodes
7652 N/A k_EMsgGCToGCLeagueRequest
7653 N/A k_EMsgGCToGCLeagueResponse
7654 N/A k_EMsgGCToGCLeagueNodeGroupRequest
7655 N/A k_EMsgGCToGCLeagueNodeGroupResponse
7656 N/A k_EMsgGCToGCLeagueNodeRequest
7657 N/A k_EMsgGCToGCLeagueNodeResponse
7658 N/A k_EMsgGCToGCRealtimeStatsTerseRequest
7659 N/A k_EMsgGCToGCRealtimeStatsTerseResponse
7660 N/A k_EMsgGCToGCGetTopMatchesRequest
7661 N/A k_EMsgGCToGCGetTopMatchesResponse
7662 CLIENT k_EMsgClientToGCGetFilteredPlayers GetFilteredPlayers
7663 GC k_EMsgGCToClientGetFilteredPlayersResponse
7664 CLIENT k_EMsgClientToGCRemoveFilteredPlayer SendRemoveFilteredPlayer
7665 GC k_EMsgGCToClientRemoveFilteredPlayerResponse
7666 GC k_EMsgGCToClientPlayerBeaconState
7667 GC k_EMsgGCToClientPartyBeaconUpdate
7668 GC k_EMsgGCToClientPartySearchInvite
7669 CLIENT k_EMsgClientToGCUpdatePartyBeacon SendUpdatePartyBeacon
7670 CLIENT k_EMsgClientToGCRequestActiveBeaconParties RequestActiveBeaconParties
7671 GC k_EMsgGCToClientRequestActiveBeaconPartiesResponse
7672 CLIENT k_EMsgClientToGCManageFavorites SendManageFavorites
7673 GC k_EMsgGCToClientManageFavoritesResponse
7674 CLIENT k_EMsgClientToGCJoinPartyFromBeacon JoinPartyFromBeacon
7675 GC k_EMsgGCToClientJoinPartyFromBeaconResponse
7676 CLIENT k_EMsgClientToGCGetFavoritePlayers GetFavoritePlayers
7677 GC k_EMsgGCToClientGetFavoritePlayersResponse
7678 CLIENT k_EMsgClientToGCVerifyFavoritePlayers SendVerifyFavoritePlayers
7679 GC k_EMsgGCToClientVerifyFavoritePlayersResponse
7680 GC k_EMsgGCToClientPartySearchInvites
7681 GC k_EMsgGCToClientRequestMMInfo
7682 CLIENT k_EMsgClientToGCMMInfo SendMMInfo
8001 N/A k_EMsgGCDev_GrantWarKill
8004 N/A k_EMsgServerToGCLockCharmTrading
8006 CLIENT k_EMsgClientToGCPlayerStatsRequest RequestPlayerStats
8007 GC k_EMsgGCToClientPlayerStatsResponse
8008 GC k_EMsgGCClearPracticeLobbyTeam
8009 CLIENT k_EMsgClientToGCFindTopSourceTVGames FindTopSourceTVGames
8010 GC k_EMsgGCToClientFindTopSourceTVGamesResponse
8011 N/A k_EMsgGCLobbyList
8012 N/A k_EMsgGCLobbyListResponse
8013 N/A k_EMsgGCPlayerStatsMatchSignOut
8014 CLIENT k_EMsgClientToGCCustomGamePlayerCountRequest RequestCustomGamePlayerCount
8015 GC k_EMsgGCToClientCustomGamePlayerCountResponse
8016 CLIENT k_EMsgClientToGCSocialFeedPostCommentRequest RequestSocialFeedPostComment
8017 GC k_EMsgGCToClientSocialFeedPostCommentResponse
8018 CLIENT k_EMsgClientToGCCustomGamesFriendsPlayedRequest RequestCustomGamesFriendsPlayed
8019 GC k_EMsgGCToClientCustomGamesFriendsPlayedResponse
8020 CLIENT k_EMsgClientToGCFriendsPlayedCustomGameRequest RequestFriendsPlayedCustomGame
8021 GC k_EMsgGCToClientFriendsPlayedCustomGameResponse
8024 CLIENT k_EMsgGCTopCustomGamesList ListCustomGamesTop
8025 CLIENT k_EMsgClientToGCSocialMatchPostCommentRequest RequestSocialMatchPostComment
8026 GC k_EMsgGCToClientSocialMatchPostCommentResponse
8027 CLIENT k_EMsgClientToGCSocialMatchDetailsRequest RequestSocialMatchDetails
8028 GC k_EMsgGCToClientSocialMatchDetailsResponse
8029 CLIENT k_EMsgClientToGCSetPartyOpen SetPartyOpen
8030 CLIENT k_EMsgClientToGCMergePartyInvite SendMergePartyInvite
8031 GC k_EMsgGCToClientMergeGroupInviteReply
8032 GC k_EMsgClientToGCMergePartyResponse
8033 GC k_EMsgGCToClientMergePartyResponseReply
8034 N/A k_EMsgClientToGCGetProfileCardStats
8035 N/A k_EMsgClientToGCGetProfileCardStatsResponse
8036 CLIENT k_EMsgClientToGCTopLeagueMatchesRequest RequestTopLeagueMatches
8037 CLIENT k_EMsgClientToGCTopFriendMatchesRequest RequestTopFriendMatches
8040 N/A k_EMsgGCToClientProfileCardStatsUpdated
8041 N/A k_EMsgServerToGCRealtimeStats
8042 N/A k_EMsgGCToServerRealtimeStatsStartStop
8045 N/A k_EMsgGCToGCGetServersForClients
8046 N/A k_EMsgGCToGCGetServersForClientsResponse
8047 CLIENT k_EMsgGCPracticeLobbyKickFromTeam KickLobbyMemberFromTeam
8048 CLIENT k_EMsgDOTAChatGetMemberCount GetChatMemberCount
8049 GC k_EMsgDOTAChatGetMemberCountResponse
8050 CLIENT k_EMsgClientToGCSocialFeedPostMessageRequest RequestSocialFeedPostMessage
8051 GC k_EMsgGCToClientSocialFeedPostMessageResponse
8052 CLIENT k_EMsgCustomGameListenServerStartedLoading SendCustomGameListenServerStartedLoading
8053 CLIENT k_EMsgCustomGameClientFinishedLoading SendCustomGameClientFinishedLoading
8054 CLIENT k_EMsgGCPracticeLobbyCloseBroadcastChannel CloseLobbyBroadcastChannel
8055 GC k_EMsgGCStartFindingMatchResponse
8057 N/A k_EMsgSQLGCToGCGrantAccountFlag
8058 N/A k_EMsgGCToGCGetAccountFlags
8059 N/A k_EMsgGCToGCGetAccountFlagsResponse
8060 N/A k_EMsgSignOutWagerStats
8061 GC k_EMsgGCToClientTopLeagueMatchesResponse
8062 GC k_EMsgGCToClientTopFriendMatchesResponse
8063 CLIENT k_EMsgClientToGCMatchesMinimalRequest RequestMatchesMinimal
8064 GC k_EMsgClientToGCMatchesMinimalResponse
8065 N/A k_EMsgGCToGCGetProfileBadgePoints
8066 N/A k_EMsgGCToGCGetProfileBadgePointsResponse
8067 GC k_EMsgGCToClientChatRegionsEnabled
8068 CLIENT k_EMsgClientToGCPingData SendPingData
8069 N/A k_EMsgServerToGCMatchDetailsRequest
8070 N/A k_EMsgGCToServerMatchDetailsResponse
8071 N/A k_EMsgGCToGCEnsureAccountInParty
8072 N/A k_EMsgGCToGCEnsureAccountInPartyResponse
8073 CLIENT k_EMsgClientToGCGetProfileTickets GetProfileTickets
8074 GC k_EMsgClientToGCGetProfileTicketsResponse
8075 GC k_EMsgGCToClientMatchGroupsVersion
8076 CLIENT k_EMsgClientToGCH264Unsupported SendH264Unsupported
8077 CLIENT k_EMsgClientToGCRequestH264Support RequestH264Support
8078 CLIENT k_EMsgClientToGCGetQuestProgress GetQuestProgress
8079 GC k_EMsgClientToGCGetQuestProgressResponse
8080 N/A k_EMsgSignOutXPCoins
8081 GC k_EMsgGCToClientMatchSignedOut
8082 CLIENT k_EMsgGCGetHeroStatsHistory GetHeroStatsHistory
8083 GC k_EMsgGCGetHeroStatsHistoryResponse
8084 CLIENT k_EMsgClientToGCPrivateChatInvite InvitePrivateChatMember
8088 CLIENT k_EMsgClientToGCPrivateChatKick KickPrivateChatMember
8089 CLIENT k_EMsgClientToGCPrivateChatPromote PromotePrivateChatMember
8090 CLIENT k_EMsgClientToGCPrivateChatDemote DemotePrivateChatMember
8091 GC k_EMsgGCToClientPrivateChatResponse
8092 CLIENT k_EMsgClientToGCPrivateChatInfoRequest RequestPrivateChatInfo
8093 GC k_EMsgGCToClientPrivateChatInfoResponse
8095 CLIENT k_EMsgClientToGCLatestConductScorecardRequest RequestLatestConductScorecard
8096 CLIENT k_EMsgClientToGCLatestConductScorecard SendLatestConductScorecard
8097 N/A k_EMsgServerToGCPostMatchTip
8098 N/A k_EMsgServerToGCPostMatchTipResponse
8099 CLIENT k_EMsgClientToGCWageringRequest RequestWagering
8100 GC k_EMsgGCToClientWageringResponse
8103 CLIENT k_EMsgClientToGCEventGoalsRequest RequestEventGoals
8104 GC k_EMsgClientToGCEventGoalsResponse
8106 N/A k_EMsgClientToGCLeaguePredictions
8107 N/A k_EMsgGCToClientLeaguePredictionsResponse
8108 N/A k_EMsgGCToGCLeaguePredictionsUpdate
8109 CLIENT k_EMsgClientToGCSuspiciousActivity SendSuspiciousActivity
8110 N/A k_EMsgGCToGCAddUserToPostGameChat
8111 CLIENT k_EMsgClientToGCHasPlayerVotedForMVP SendHasPlayerVotedForMVP
8112 GC k_EMsgClientToGCHasPlayerVotedForMVPResponse
8113 CLIENT k_EMsgClientToGCVoteForMVP VoteForMVP
8114 GC k_EMsgClientToGCVoteForMVPResponse
8115 N/A k_EMsgGCToGCGetEventOwnership
8116 N/A k_EMsgGCToGCGetEventOwnershipResponse
8117 N/A k_EMsgGCToClientAutomatedTournamentStateChange
8118 N/A k_EMsgClientToGCWeekendTourneyOpts
8119 N/A k_EMsgClientToGCWeekendTourneyOptsResponse
8120 CLIENT k_EMsgClientToGCWeekendTourneyLeave LeaveTourneyWeekend
8121 N/A k_EMsgClientToGCWeekendTourneyLeaveResponse
8124 CLIENT k_EMsgClientToGCTeammateStatsRequest RequestTeammateStats
8125 GC k_EMsgClientToGCTeammateStatsResponse
8126 CLIENT k_EMsgClientToGCGetGiftPermissions GetGiftPermissions
8127 GC k_EMsgClientToGCGetGiftPermissionsResponse
8128 CLIENT k_EMsgClientToGCVoteForArcana VoteForArcana
8129 GC k_EMsgClientToGCVoteForArcanaResponse
8130 CLIENT k_EMsgClientToGCRequestArcanaVotesRemaining RequestArcanaVotesRemaining
8131 GC k_EMsgClientToGCRequestArcanaVotesRemainingResponse
8132 GC k_EMsgGCTransferTeamAdminResponse
8135 GC k_EMsgGCToClientTeamInfo
8136 GC k_EMsgGCToClientTeamsInfo
8137 CLIENT k_EMsgClientToGCMyTeamInfoRequest RequestMyTeamInfo
8140 CLIENT k_EMsgClientToGCPublishUserStat PublishUserStat
8141 N/A k_EMsgGCToGCSignoutSpendWager
8144 CLIENT k_EMsgGCSubmitLobbyMVPVote SubmitLobbyMVPVote
8145 GC k_EMsgGCSubmitLobbyMVPVoteResponse
8150 N/A k_EMsgSignOutCommunityGoalProgress
8151 GC k_EMsgGCToClientLobbyMVPNotifyRecipient
8152 GC k_EMsgGCToClientLobbyMVPAwarded
8153 GC k_EMsgGCToClientQuestProgressUpdated
8154 GC k_EMsgGCToClientWageringUpdate
8155 GC k_EMsgGCToClientArcanaVotesUpdate
8156 CLIENT k_EMsgClientToGCAddTI6TreeProgress SendAddTI6TreeProgress
8157 CLIENT k_EMsgClientToGCSetSpectatorLobbyDetails SetSpectatorLobbyDetails
8158 N/A k_EMsgClientToGCSetSpectatorLobbyDetailsResponse
8159 CLIENT k_EMsgClientToGCCreateSpectatorLobby CreateSpectatorLobby
8160 N/A k_EMsgClientToGCCreateSpectatorLobbyResponse
8161 CLIENT k_EMsgClientToGCSpectatorLobbyList ListLobbySpectator
8162 GC k_EMsgClientToGCSpectatorLobbyListResponse
8163 CLIENT k_EMsgSpectatorLobbyGameDetails SendSpectatorLobbyGameDetails
8166 N/A k_EMsgServerToGCCompendiumInGamePredictionResults
8167 N/A k_EMsgServerToGCCloseCompendiumInGamePredictionVoting
8168 CLIENT k_EMsgClientToGCOpenPlayerCardPack OpenPlayerCardPack
8169 GC k_EMsgClientToGCOpenPlayerCardPackResponse
8170 CLIENT k_EMsgClientToGCSelectCompendiumInGamePrediction SelectCompendiumInGamePrediction
8171 GC k_EMsgClientToGCSelectCompendiumInGamePredictionResponse
8172 CLIENT k_EMsgClientToGCWeekendTourneyGetPlayerStats GetTourneyWeekendPlayerStats
8173 GC k_EMsgClientToGCWeekendTourneyGetPlayerStatsResponse
8174 CLIENT k_EMsgClientToGCRecyclePlayerCard RecyclePlayerCard
8175 GC k_EMsgClientToGCRecyclePlayerCardResponse
8176 CLIENT k_EMsgClientToGCCreatePlayerCardPack CreatePlayerCardPack
8177 GC k_EMsgClientToGCCreatePlayerCardPackResponse
8178 CLIENT k_EMsgClientToGCGetPlayerCardRosterRequest RequestGetPlayerCardRoster
8179 GC k_EMsgClientToGCGetPlayerCardRosterResponse
8180 CLIENT k_EMsgClientToGCSetPlayerCardRosterRequest RequestSetPlayerCardRoster
8181 GC k_EMsgClientToGCSetPlayerCardRosterResponse
8183 N/A k_EMsgServerToGCCloseCompendiumInGamePredictionVotingResponse
8185 N/A k_EMsgServerToGCCompendiumInGamePredictionResultsResponse
8186 CLIENT k_EMsgLobbyBattleCupVictory SendLobbyBattleCupVictory
8187 CLIENT k_EMsgGCGetPlayerCardItemInfo GetPlayerCardItemInfo
8188 GC k_EMsgGCGetPlayerCardItemInfoResponse
8189 CLIENT k_EMsgClientToGCRequestSteamDatagramTicket RequestSteamDatagramTicket
8190 GC k_EMsgClientToGCRequestSteamDatagramTicketResponse
8191 GC k_EMsgGCToClientBattlePassRollupRequest
8192 GC k_EMsgGCToClientBattlePassRollupResponse
8193 CLIENT k_EMsgClientToGCTransferSeasonalMMRRequest RequestTransferSeasonalMMR
8194 GC k_EMsgClientToGCTransferSeasonalMMRResponse
8195 N/A k_EMsgGCToGCPublicChatCommunicationBan
8196 N/A k_EMsgGCToGCUpdateAccountPublicChatBan
8197 CLIENT k_EMsgGCChatReportPublicSpam ReportChatPublicSpam
8198 CLIENT k_EMsgClientToGCSetPartyBuilderOptions SetPartyBuilderOptions
8199 N/A k_EMsgClientToGCSetPartyBuilderOptionsResponse
8200 GC k_EMsgGCToClientPlaytestStatus
8201 CLIENT k_EMsgClientToGCJoinPlaytest JoinPlaytest
8202 GC k_EMsgClientToGCJoinPlaytestResponse
8203 CLIENT k_EMsgLobbyPlaytestDetails SendLobbyPlaytestDetails
8204 CLIENT k_EMsgDOTASetFavoriteTeam SetFavoriteTeam
8205 GC k_EMsgGCToClientBattlePassRollupListRequest
8206 GC k_EMsgGCToClientBattlePassRollupListResponse
8207 CLIENT k_EMsgGCIsProQuery QueryIsPro
8208 GC k_EMsgGCIsProResponse
8209 CLIENT k_EMsgDOTAClaimEventAction SendClaimEventAction
8210 GC k_EMsgDOTAClaimEventActionResponse
8211 CLIENT k_EMsgDOTAGetPeriodicResource GetPeriodicResource
8212 GC k_EMsgDOTAGetPeriodicResourceResponse
8213 CLIENT k_EMsgDOTAPeriodicResourceUpdated SendPeriodicResourceUpdated
8214 N/A k_EMsgServerToGCSpendWager
8215 N/A k_EMsgGCToGCSignoutSpendWagerToken
8216 CLIENT k_EMsgSubmitTriviaQuestionAnswer SubmitTriviaQuestionAnswer
8217 GC k_EMsgSubmitTriviaQuestionAnswerResponse
8218 CLIENT k_EMsgClientToGCGiveTip GiveTip
8219 GC k_EMsgClientToGCGiveTipResponse
8220 CLIENT k_EMsgStartTriviaSession StartTriviaSession
8221 GC k_EMsgStartTriviaSessionResponse
8222 CLIENT k_EMsgAnchorPhoneNumberRequest RequestAnchorPhoneNumber
8223 GC k_EMsgAnchorPhoneNumberResponse
8224 CLIENT k_EMsgUnanchorPhoneNumberRequest RequestUnanchorPhoneNumber
8225 GC k_EMsgUnanchorPhoneNumberResponse
8226 GC k_EMsgGCToClientTipNotification
8227 CLIENT k_EMsgClientToGCRequestSlarkGameResult RequestSlarkGameResult
8228 GC k_EMsgClientToGCRequestSlarkGameResultResponse
8229 N/A k_EMsgGCToGCSignoutSpendRankWager
8230 N/A k_EMsgGCToGCGetFavoriteTeam
8231 N/A k_EMsgGCToGCGetFavoriteTeamResponse
8232 N/A k_EMsgSignOutEventGameData
8233 N/A k_EMsgGCToClientAllStarVotesRequest
8234 N/A k_EMsgGCToClientAllStarVotesReply
8236 N/A k_EMsgGCToClientAllStarVotesSubmit
8237 N/A k_EMsgGCToClientAllStarVotesSubmitReply
8238 CLIENT k_EMsgClientToGCQuickStatsRequest RequestQuickStats
8239 GC k_EMsgClientToGCQuickStatsResponse
8240 N/A k_EMsgGCToGCSubtractEventPointsFromUser
8241 CLIENT k_EMsgSelectionPriorityChoiceRequest RequestSelectionPriorityChoice
8242 GC k_EMsgSelectionPriorityChoiceResponse
8243 N/A k_EMsgGCToGCCompendiumInGamePredictionResults
8244 CLIENT k_EMsgGameAutographReward AutographReward
8245 GC k_EMsgGameAutographRewardResponse
8246 CLIENT k_EMsgDestroyLobbyRequest DestroyLobby
8247 GC k_EMsgDestroyLobbyResponse
8248 CLIENT k_EMsgPurchaseItemWithEventPoints PurchaseItemWithEventPoints
8249 GC k_EMsgPurchaseItemWithEventPointsResponse
8250 N/A k_EMsgServerToGCMatchPlayerItemPurchaseHistory
8251 N/A k_EMsgGCToGCGrantPlusHeroMatchResults
8252 CLIENT k_EMsgGCGetHeroTimedStats GetHeroTimedStats
8253 GC k_EMsgGCGetHeroTimedStatsResponse
8254 CLIENT k_EMsgLobbyPlayerPlusSubscriptionData SendLobbyPlayerPlusSubscriptionData
8255 N/A k_EMsgServerToGCMatchStateHistory
8256 CLIENT k_EMsgPurchaseHeroRelic PurchaseHeroRelic
8257 GC k_EMsgPurchaseHeroRelicResponse
8258 CLIENT k_EMsgPurchaseHeroRandomRelic PurchaseHeroRandomRelic
8259 GC k_EMsgPurchaseHeroRandomRelicResponse
8260 CLIENT k_EMsgClientToGCClaimEventActionUsingItem SendClaimEventActionUsingItem
8261 GC k_EMsgClientToGCClaimEventActionUsingItemResponse
8262 CLIENT k_EMsgPartyReadyCheckRequest SendPartyReadyCheck
8263 GC k_EMsgPartyReadyCheckResponse
8264 CLIENT k_EMsgPartyReadyCheckAcknowledge AckPartyReadyCheck
8265 CLIENT k_EMsgGetRecentPlayTimeFriendsRequest RequestGetRecentPlayTimeFriends
8266 GC k_EMsgGetRecentPlayTimeFriendsResponse
8267 GC k_EMsgGCToClientCommendNotification
8268 CLIENT k_EMsgProfileRequest RequestProfile
8269 GC k_EMsgProfileResponse
8270 CLIENT k_EMsgProfileUpdate SendProfileUpdate
8271 GC k_EMsgProfileUpdateResponse
8273 CLIENT k_EMsgSuccessfulHero SendSuccessfulHero
8274 CLIENT k_EMsgHeroGlobalDataRequest RequestHeroGlobalData
8275 GC k_EMsgHeroGlobalDataResponse
8276 CLIENT k_EMsgClientToGCRequestPlusWeeklyChallengeResult RequestPlusWeeklyChallengeResult
8277 GC k_EMsgClientToGCRequestPlusWeeklyChallengeResultResponse
8278 N/A k_EMsgGCToGCGrantPlusPrepaidTime
8279 CLIENT k_EMsgPrivateMetadataKeyRequest RequestPrivateMetadataKey
8280 GC k_EMsgPrivateMetadataKeyResponse
8281 N/A k_EMsgGCToGCReconcilePlusStatus
8282 N/A k_EMsgGCToGCCheckPlusStatus
8283 N/A k_EMsgGCToGCCheckPlusStatusResponse
8284 N/A k_EMsgGCToGCReconcilePlusAutoGrantItems
8285 N/A k_EMsgGCToGCReconcilePlusStatusUnreliable
8286 CLIENT k_EMsgActivatePlusFreeTrialRequest RequestActivatePlusFreeTrial
8287 GC k_EMsgActivatePlusFreeTrialResponse
8288 GC k_EMsgGCToClientCavernCrawlMapPathCompleted
8289 CLIENT k_EMsgClientToGCCavernCrawlClaimRoom SendCavernCrawlClaimRoom
8290 GC k_EMsgClientToGCCavernCrawlClaimRoomResponse
8291 CLIENT k_EMsgClientToGCCavernCrawlUseItemOnRoom SendCavernCrawlUseItemOnRoom
8292 GC k_EMsgClientToGCCavernCrawlUseItemOnRoomResponse
8293 CLIENT k_EMsgClientToGCCavernCrawlUseItemOnPath SendCavernCrawlUseItemOnPath
8294 GC k_EMsgClientToGCCavernCrawlUseItemOnPathResponse
8295 CLIENT k_EMsgClientToGCCavernCrawlRequestMapState RequestCrawlCavernMapState
8296 GC k_EMsgClientToGCCavernCrawlRequestMapStateResponse
8297 N/A k_EMsgSignOutTips
8298 CLIENT k_EMsgClientToGCRequestEventPointLogV2 RequestEventPointLogV2
8299 CLIENT k_EMsgClientToGCRequestEventPointLogResponseV2 RequestEventPointLogResponseV2
8300 CLIENT k_EMsgClientToGCRequestEventTipsSummary RequestEventTipsSummary
8301 GC k_EMsgClientToGCRequestEventTipsSummaryResponse
8302 CLIENT k_EMsgHeroGlobalDataAllHeroes SendHeroGlobalDataAllHeroes
8303 CLIENT k_EMsgClientToGCRequestSocialFeed RequestSocialFeed
8304 GC k_EMsgClientToGCRequestSocialFeedResponse
8305 CLIENT k_EMsgClientToGCRequestSocialFeedComments RequestSocialFeedComments
8306 GC k_EMsgClientToGCRequestSocialFeedCommentsResponse
8308 CLIENT k_EMsgClientToGCCavernCrawlGetClaimedRoomCount GetCrawlCavernClaimedRoomCount
8309 GC k_EMsgClientToGCCavernCrawlGetClaimedRoomCountResponse
8310 N/A k_EMsgGCToGCReconcilePlusAutoGrantItemsUnreliable
8311 N/A k_EMsgServerToGCAddBroadcastTimelineEvent
8312 N/A k_EMsgGCToServerUpdateSteamBroadcasting
8313 CLIENT k_EMsgClientToGCRecordContestVote RecordContestVote
8314 GC k_EMsgGCToClientRecordContestVoteResponse
8315 N/A k_EMsgGCToGCGrantAutograph
8316 N/A k_EMsgGCToGCGrantAutographResponse
8317 N/A k_EMsgSignOutConsumableUsage
8318 CLIENT k_EMsgLobbyEventGameDetails SendLobbyEventGameDetails
8319 CLIENT k_EMsgDevGrantEventPoints GrantDevEventPoints
8320 GC k_EMsgDevGrantEventPointsResponse
8321 CLIENT k_EMsgDevGrantEventAction GrantDevEventAction
8322 GC k_EMsgDevGrantEventActionResponse
8323 CLIENT k_EMsgDevResetEventState SendDevResetEventState
8324 GC k_EMsgDevResetEventStateResponse
8325 N/A k_EMsgGCToGCReconcileEventOwnership
8326 CLIENT k_EMsgConsumeEventSupportGrantItem GrantEventSupportConsumeItem
8327 GC k_EMsgConsumeEventSupportGrantItemResponse
8328 GC k_EMsgGCToClientClaimEventActionUsingItemCompleted
8329 GC k_EMsgGCToClientCavernCrawlMapUpdated
8330 N/A k_EMsgServerToGCRequestPlayerRecentAccomplishments
8331 N/A k_EMsgServerToGCRequestPlayerRecentAccomplishmentsResponse
8332 CLIENT k_EMsgClientToGCRequestPlayerRecentAccomplishments RequestPlayerRecentAccomplishments
8333 GC k_EMsgClientToGCRequestPlayerRecentAccomplishmentsResponse
8334 CLIENT k_EMsgClientToGCRequestPlayerHeroRecentAccomplishments RequestPlayerHeroRecentAccomplishments
8335 GC k_EMsgClientToGCRequestPlayerHeroRecentAccomplishmentsResponse
8336 N/A k_EMsgSignOutEventActionGrants
8337 CLIENT k_EMsgClientToGCRequestPlayerCoachMatches RequestPlayerCoachMatches
8338 GC k_EMsgClientToGCRequestPlayerCoachMatchesResponse
8339 CLIENT k_EMsgClientToGCGetTicketCodesRequest RequestGetTicketCodes
8340 GC k_EMsgClientToGCGetTicketCodesResponse
8341 CLIENT k_EMsgClientToGCSubmitCoachTeammateRating SubmitCoachTeammateRating
8342 GC k_EMsgClientToGCSubmitCoachTeammateRatingResponse
8343 GC k_EMsgGCToClientCoachTeammateRatingsChanged
8344 CLIENT k_EMsgClientToGCVoteForLeagueGameMVP VoteForLeagueGameMVP
8345 CLIENT k_EMsgClientToGCRequestPlayerCoachMatch RequestPlayerCoachMatch
8346 GC k_EMsgClientToGCRequestPlayerCoachMatchResponse
8347 CLIENT k_EMsgClientToGCRequestContestVotes RequestContestVotes
8348 GC k_EMsgClientToGCRequestContestVotesResponse
8349 CLIENT k_EMsgClientToGCMVPVoteTimeout VoteMVPTimeout
8350 GC k_EMsgClientToGCMVPVoteTimeoutResponse
8351 N/A k_EMsgClientToGCGetUnderlordsCDKeyRequest
8352 N/A k_EMsgClientToGCGetUnderlordsCDKeyResponse
8353 CLIENT k_EMsgDetailedGameStats SendDetailedGameStats
8354 CLIENT k_EMsgClientToGCSetFavoriteAllStarPlayer SetFavoriteAllStarPlayer
8355 GC k_EMsgClientToGCSetFavoriteAllStarPlayerResponse
8356 CLIENT k_EMsgAllStarStats SendAllStarStats
8357 CLIENT k_EMsgClientToGCGetFavoriteAllStarPlayerRequest RequestGetFavoriteAllStarPlayer
8358 GC k_EMsgClientToGCGetFavoriteAllStarPlayerResponse
8359 CLIENT k_EMsgClientToGCVerifyIntegrity SendVerifyIntegrity
8360 CLIENT k_EMsgMatchMatchmakingStats SendMatchMatchmakingStats
8361 CLIENT k_EMsgClientToGCSubmitPlayerMatchSurvey SubmitPlayerMatchSurvey
8362 GC k_EMsgClientToGCSubmitPlayerMatchSurveyResponse
8363 N/A k_EMsgSQLGCToGCGrantAllHeroProgressAccount
8364 N/A k_EMsgSQLGCToGCGrantAllHeroProgressVictory
8635 N/A k_eMsgGCToGCGetAllHeroCurrent
8636 N/A k_eMsgGCToGCGetAllHeroCurrentResponse
8637 CLIENT k_EMsgGCSubmitPlayerAvoidRequest RequestSubmitPlayerAvoid
8638 GC k_EMsgGCSubmitPlayerAvoidRequestResponse
8639 GC k_EMsgGCToClientNotificationsUpdated
8640 N/A k_EMsgGCtoGCAssociatedExploiterAccountInfo
8641 GC k_EMsgGCtoGCAssociatedExploiterAccountInfoResponse
8642 N/A k_EMsgGCtoGCRequestRecalibrationCheck
8643 GC k_EMsgGCToClientVACReminder
8644 CLIENT k_EMsgClientToGCPullTabsRequest RequestPullTabs
8645 GC k_EMsgGCToClientPullTabsResponse
8646 CLIENT k_EMsgClientToGCPullTabsRedeem RedeemTabsPull
8647 GC k_EMsgGCToClientPullTabsRedeemResponse
8648 CLIENT k_EMsgNeutralItemStats SendNeutralItemStats
8708 N/A k_EMsgGCToServerLobbyHeroBanRates
Computed client methods: [JoinChatChannel StartFindingMatch AbandonLobby StopFindingMatch LeaveLobby LaunchLobby ListLobbies JoinLobby SetLobbyDetails SendInitialQuestionnaireResponse ListChatChannel RequestMatches SendReadyUp SpectateFriendGame RequestReportsRemaining SubmitPlayerReport KickLobbyMember RequestReportCounts RequestSaveGames SendWatchGame RequestMatchDetails CancelWatchGame ClearSuccessfulReportNotification ListFriendLobby CreateTeam InvitePlayerToTeam RespondToTeamInvite SendTeamInvite_GCResponseToInvitee KickTeamMember LeaveTeam ApplyTeamToLobby TransferTeamAdmin JoinLobbyBroadcastChannel CastMatchVote RetrieveMatchVote EditTeamDetails ListProTeam RequestHallOfFame RequestHalloweenHighScore RequestStorePromoPages SendBalancedShuffleLobby RequestMatchmakingStats CreateBotGame SetMatchHistoryAccess UpgradeLeagueItem SetMapLocationState RefreshPartnerAccountLink RejoinAllChatChannels RequestLeaguePrizePool LeaveChatChannel SendChatMessage GetHeroStandings RequestItemEditorReservations ReserveEditorItemItemDef ReleaseEditorItemReservation RequestLastHitChallengeHighScore RequestFantasyLeagueInfo EditFantasyTeam RequestTeamInfoFantasyByFantasyLeagueID RequestTeamInfoFantasyByOwnerAccountID RequestFantasyTeamScore RequestFantasyTeamStandings RequestFantasyPlayerScore RequestFantasyPlayerStandings FlipLobbyTeams CreateGameCustom SetProfilePrivacy CreateFantasyLeague CreateFantasyTeam SetMemberPartyCoach RequestFantasyLeagueEditInvites SetLobbyCoach RequestFantasyLeagueEditInfo RequestFantasyLeagueDraftStatus RequestFantasyLeagueDraftPlayer RequestFantasyLeagueMatchups SwapFantasyTeamRoster RequestFantasyTeamRoster RequestFantasyTeamRosterAddDrop SendPresentedClientTerminateDlg RequestFantasyPlayerHisoricalStats RequestFantasyTeamTrades CancelFantasyTeamTrade SendChatChannelMemberUpdate GetEventPoints SendFriendRecruits RequestFriendRecruits SendFriendRecruitInviteAcceptDecline GetChatUserList SetCompendiumSelection RequestCompendiumData GetPlayerMatchHistory RequestOfferings RequestNotifications RequestNotificationsMarkRead RequestFantasyMessages RequestFantasyScheduledMatches CreateGameEvent RequestPerfectWorldUserLookup RequestPlayerInfo SubmitInfoPlayer GetWeekendTourneySchedule RequestJoinableCustomGameModes RequestJoinableCustomLobbies JoinQuickCustomLobby SendClientProvideSurveyResult FindFantasyLeague QueryHasItem TrackDialogResult RequestFantasyLeaveLeague RequestFantasyPlayerScoreDetails RequestEmoticonData ToggleLobbyBroadcastChannelCameramanStatus SetAdditionalEquips GetAdditionalEquips RedeemItem GetAllHeroProgress ListTrophies GetProfileCard SetProfileCardSlots ListNotificationMarkRead CreateHeroStatue QueryHasItemDefs SendLobbyEventPoints RerollPlayerChallenge SetPartyLeader CancelPartyInvites ApplyGemCombiner CreateDOTAStaticRecipe GetAllHeroOrder RecycleHeroRelic PurchasePlayerCardSpecific RequestLeagueNode RequestLeagueAvailableLobbyNodes SendLeagueAvailableLobbyNodes GetFilteredPlayers SendRemoveFilteredPlayer SendUpdatePartyBeacon RequestActiveBeaconParties SendManageFavorites JoinPartyFromBeacon GetFavoritePlayers SendVerifyFavoritePlayers SendMMInfo RequestPlayerStats FindTopSourceTVGames RequestCustomGamePlayerCount RequestSocialFeedPostComment RequestCustomGamesFriendsPlayed RequestFriendsPlayedCustomGame ListCustomGamesTop RequestSocialMatchPostComment RequestSocialMatchDetails SetPartyOpen SendMergePartyInvite RequestTopLeagueMatches RequestTopFriendMatches KickLobbyMemberFromTeam GetChatMemberCount RequestSocialFeedPostMessage SendCustomGameListenServerStartedLoading SendCustomGameClientFinishedLoading CloseLobbyBroadcastChannel RequestMatchesMinimal SendPingData GetProfileTickets SendH264Unsupported RequestH264Support GetQuestProgress GetHeroStatsHistory InvitePrivateChatMember KickPrivateChatMember PromotePrivateChatMember DemotePrivateChatMember RequestPrivateChatInfo RequestLatestConductScorecard SendLatestConductScorecard RequestWagering RequestEventGoals SendSuspiciousActivity SendHasPlayerVotedForMVP VoteForMVP LeaveTourneyWeekend RequestTeammateStats GetGiftPermissions VoteForArcana RequestArcanaVotesRemaining RequestMyTeamInfo PublishUserStat SubmitLobbyMVPVote SendAddTI6TreeProgress SetSpectatorLobbyDetails CreateSpectatorLobby ListLobbySpectator SendSpectatorLobbyGameDetails OpenPlayerCardPack SelectCompendiumInGamePrediction GetTourneyWeekendPlayerStats RecyclePlayerCard CreatePlayerCardPack RequestGetPlayerCardRoster RequestSetPlayerCardRoster SendLobbyBattleCupVictory GetPlayerCardItemInfo RequestSteamDatagramTicket RequestTransferSeasonalMMR ReportChatPublicSpam SetPartyBuilderOptions JoinPlaytest SendLobbyPlaytestDetails SetFavoriteTeam QueryIsPro SendClaimEventAction GetPeriodicResource SendPeriodicResourceUpdated SubmitTriviaQuestionAnswer GiveTip StartTriviaSession RequestAnchorPhoneNumber RequestUnanchorPhoneNumber RequestSlarkGameResult RequestQuickStats RequestSelectionPriorityChoice AutographReward DestroyLobby PurchaseItemWithEventPoints GetHeroTimedStats SendLobbyPlayerPlusSubscriptionData PurchaseHeroRelic PurchaseHeroRandomRelic SendClaimEventActionUsingItem SendPartyReadyCheck AckPartyReadyCheck RequestGetRecentPlayTimeFriends RequestProfile SendProfileUpdate SendSuccessfulHero RequestHeroGlobalData RequestPlusWeeklyChallengeResult RequestPrivateMetadataKey RequestActivatePlusFreeTrial SendCavernCrawlClaimRoom SendCavernCrawlUseItemOnRoom SendCavernCrawlUseItemOnPath RequestCrawlCavernMapState RequestEventPointLogV2 RequestEventPointLogResponseV2 RequestEventTipsSummary SendHeroGlobalDataAllHeroes RequestSocialFeed RequestSocialFeedComments GetCrawlCavernClaimedRoomCount RecordContestVote SendLobbyEventGameDetails GrantDevEventPoints GrantDevEventAction SendDevResetEventState GrantEventSupportConsumeItem RequestPlayerRecentAccomplishments RequestPlayerHeroRecentAccomplishments RequestPlayerCoachMatches RequestGetTicketCodes SubmitCoachTeammateRating VoteForLeagueGameMVP RequestPlayerCoachMatch RequestContestVotes VoteMVPTimeout SendDetailedGameStats SetFavoriteAllStarPlayer SendAllStarStats RequestGetFavoriteAllStarPlayer SendVerifyIntegrity SendMatchMatchmakingStats SubmitPlayerMatchSurvey RequestSubmitPlayerAvoid RequestPullTabs RedeemTabsPull SendNeutralItemStats]