steamutils 1.3.64 → 1.3.66
Sign up to get free protection for your applications and to get access to all the features.
- package/SteamClient.js +12 -10
- package/index.js +96 -0
- package/package.json +2 -2
- package/protos/csgo/base_gcmessages.proto +553 -0
- package/protos/csgo/connectionless_netmessages.proto +0 -2
- package/protos/csgo/cs_gameevents.proto +1 -0
- package/protos/csgo/cstrike15_gcmessages.proto +41 -12
- package/protos/csgo/cstrike15_usermessages.proto +0 -4
- package/protos/csgo/demo.proto +5 -0
- package/protos/csgo/econ_gcmessages.proto +0 -9
- package/protos/csgo/gcsdk_gcmessages.proto +2 -2
- package/protos/csgo/gcsystemmsgs.proto +1 -0
- package/protos/csgo/netmessages.proto +22 -8
- package/protos/csgo/networkbasetypes.proto +2 -0
- package/protos/csgo/steammessages.proto +23 -0
- package/protos/csgo/usercmd.proto +2 -1
- package/protos/csgo/usermessages.proto +31 -0
- package/protos/steam/enums.proto +58 -1
- package/protos/steam/enums_clientserver.proto +3 -34
- package/protos/steam/enums_productinfo.proto +1 -0
- package/protos/steam/htmlmessages.proto +12 -0
- package/protos/steam/steamdatagram_messages_sdr.proto +1 -1
- package/protos/steam/steammessages_accounthardware.steamclient.proto +18 -52
- package/protos/steam/steammessages_appoverview.proto +18 -1
- package/protos/steam/steammessages_auth.steamclient.proto +128 -188
- package/protos/steam/steammessages_base.proto +3 -0
- package/protos/steam/steammessages_broadcast.steamclient.proto +126 -267
- package/protos/steam/steammessages_chat.steamclient.proto +79 -290
- package/protos/steam/steammessages_client_objects.proto +4 -0
- package/protos/steam/steammessages_clientlanp2p.proto +1 -0
- package/protos/steam/steammessages_clientmetrics.steamclient.proto +0 -2
- package/protos/steam/steammessages_clientnotificationtypes.proto +19 -0
- package/protos/steam/steammessages_clientserver_2.proto +11 -0
- package/protos/steam/steammessages_clientserver_login.proto +1 -1
- package/protos/steam/steammessages_clientserver_mms.proto +228 -235
- package/protos/steam/steammessages_clientserver_ucm.proto +2 -0
- package/protos/steam/steammessages_clientserver_uds.proto +1 -0
- package/protos/steam/steammessages_clientserver_ufs.proto +0 -127
- package/protos/steam/steammessages_clientsettings.proto +46 -6
- package/protos/steam/steammessages_cloud.steamclient.proto +158 -249
- package/protos/steam/steammessages_contentsystem.steamclient.proto +16 -8
- package/protos/steam/steammessages_credentials.steamclient.proto +7 -26
- package/protos/steam/steammessages_datapublisher.steamclient.proto +30 -44
- package/protos/steam/steammessages_depotbuilder.steamclient.proto +6 -25
- package/protos/steam/steammessages_deviceauth.steamclient.proto +11 -45
- package/protos/steam/steammessages_econ.steamclient.proto +12 -25
- package/protos/steam/steammessages_familygroups.steamclient.proto +441 -0
- package/protos/steam/steammessages_friendmessages.steamclient.proto +19 -46
- package/protos/steam/steammessages_gamenetworking.steamclient.proto +2 -9
- package/protos/steam/steammessages_gamenotifications.steamclient.proto +57 -82
- package/protos/steam/steammessages_gameservers.steamclient.proto +13 -29
- package/protos/steam/steammessages_inventory.steamclient.proto +21 -73
- package/protos/steam/steammessages_linkfilter.steamclient.proto +14 -24
- package/protos/steam/steammessages_lobbymatchmaking.steamclient.proto +1 -5
- package/protos/steam/steammessages_market.steamclient.proto +9 -13
- package/protos/steam/steammessages_marketingmessages.steamclient.proto +59 -60
- package/protos/steam/steammessages_offline.steamclient.proto +2 -9
- package/protos/steam/steammessages_parental.steamclient.proto +100 -66
- package/protos/steam/steammessages_parties.steamclient.proto +6 -25
- package/protos/steam/steammessages_partnerapps.steamclient.proto +11 -43
- package/protos/steam/steammessages_player.steamclient.proto +133 -278
- package/protos/steam/steammessages_publishedfile.steamclient.proto +213 -289
- package/protos/steam/steammessages_qms.steamclient.proto +4 -18
- package/protos/steam/steammessages_remoteclient.proto +2 -1
- package/protos/steam/steammessages_remoteclient_discovery.proto +9 -0
- package/protos/steam/steammessages_remoteclient_service.steamclient.proto +18 -73
- package/protos/steam/steammessages_remoteplay.proto +1 -2
- package/protos/steam/steammessages_secrets.steamclient.proto +1 -5
- package/protos/steam/steammessages_shader.steamclient.proto +6 -25
- package/protos/steam/steammessages_site_license.steamclient.proto +8 -33
- package/protos/steam/steammessages_steamtv.steamclient.proto +169 -266
- package/protos/steam/steammessages_store.steamclient.proto +110 -77
- package/protos/steam/steammessages_storebrowse.steamclient.proto +170 -115
- package/protos/steam/steammessages_timedtrial.steamclient.proto +3 -13
- package/protos/steam/steammessages_twofactor.steamclient.proto +92 -121
- package/protos/steam/steammessages_unified_base.steamclient.proto +12 -0
- package/protos/steam/steammessages_unified_test.steamclient.proto +10 -20
- package/protos/steam/steammessages_useraccount.steamclient.proto +26 -64
- package/protos/steam/steammessages_vac.steamclient.proto +2 -9
- package/protos/steam/steammessages_video.steamclient.proto +25 -128
- package/protos/steam/steammessages_workshop.steamclient.proto +1 -5
- package/protos/steam/webuimessages_achievements.proto +29 -0
- package/protos/steam/webuimessages_gamescope.proto +57 -0
- package/protos/steam/webuimessages_steamengine.proto +9 -0
- package/protos/steam/webuimessages_steamos.proto +114 -0
- package/protos/steam/webuimessages_transport.proto +4 -0
- package/protos/steam/webuimessages_transportvalidation.proto +14 -0
- package/test_steamclient.js +4 -3
- package/protos/csgo/steammessages_steamlearn.steamworkssdk.proto +0 -357
- package/protos/steam/renderer/rendermessages.proto +0 -893
- package/protos/steam/steammessages_star.steamclient.proto +0 -64
- package/protos/webui/common.proto +0 -5508
- package/protos/webui/common_base.proto +0 -27
- package/protos/webui/service_accountlinking.proto +0 -27
- package/protos/webui/service_accountprivacy.proto +0 -42
- package/protos/webui/service_auction.proto +0 -97
- package/protos/webui/service_authentication.proto +0 -222
- package/protos/webui/service_authenticationsupport.proto +0 -74
- package/protos/webui/service_broadcast.proto +0 -562
- package/protos/webui/service_chat.proto +0 -11
- package/protos/webui/service_chatroom.proto +0 -810
- package/protos/webui/service_chatusability.proto +0 -107
- package/protos/webui/service_clan.proto +0 -41
- package/protos/webui/service_clanchatrooms.proto +0 -25
- package/protos/webui/service_clanfaqs.proto +0 -202
- package/protos/webui/service_clientcomm.proto +0 -150
- package/protos/webui/service_clientmetrics.proto +0 -63
- package/protos/webui/service_cloud.proto +0 -222
- package/protos/webui/service_cloudconfigstore.proto +0 -51
- package/protos/webui/service_cloudgaming.proto +0 -30
- package/protos/webui/service_community.proto +0 -365
- package/protos/webui/service_econ.proto +0 -134
- package/protos/webui/service_embedded.proto +0 -24
- package/protos/webui/service_experimentservice.proto +0 -6
- package/protos/webui/service_fovasvideo.proto +0 -15
- package/protos/webui/service_friendmessages.proto +0 -133
- package/protos/webui/service_friendslist.proto +0 -70
- package/protos/webui/service_gamenotes.proto +0 -15
- package/protos/webui/service_helprequestlogs.proto +0 -26
- package/protos/webui/service_loyaltyrewards.proto +0 -252
- package/protos/webui/service_marketingmessages.proto +0 -184
- package/protos/webui/service_mobileapp.proto +0 -18
- package/protos/webui/service_mobileauth.proto +0 -24
- package/protos/webui/service_mobiledevice.proto +0 -26
- package/protos/webui/service_mobileperaccount.proto +0 -31
- package/protos/webui/service_news.proto +0 -101
- package/protos/webui/service_parental.proto +0 -178
- package/protos/webui/service_partnermembershipinvite.proto +0 -29
- package/protos/webui/service_partnerstorebrowse.proto +0 -6
- package/protos/webui/service_phone.proto +0 -51
- package/protos/webui/service_physicalgoods.proto +0 -15
- package/protos/webui/service_player.proto +0 -885
- package/protos/webui/service_promotioneventinvites.proto +0 -50
- package/protos/webui/service_promotionplanning.proto +0 -72
- package/protos/webui/service_publishedfile.proto +0 -687
- package/protos/webui/service_publishing.proto +0 -119
- package/protos/webui/service_quest.proto +0 -127
- package/protos/webui/service_salefeature.proto +0 -315
- package/protos/webui/service_saleitemrewards.proto +0 -54
- package/protos/webui/service_shoppingcart.proto +0 -108
- package/protos/webui/service_steamawards.proto +0 -19
- package/protos/webui/service_steamcharts.proto +0 -75
- package/protos/webui/service_steamengine.proto +0 -36
- package/protos/webui/service_steamlearn.proto +0 -727
- package/protos/webui/service_steamnotification.proto +0 -84
- package/protos/webui/service_steamtv.proto +0 -495
- package/protos/webui/service_steamvrvoicechat.proto +0 -67
- package/protos/webui/service_steamvrwebrtc.proto +0 -48
- package/protos/webui/service_storagedevicemanager.proto +0 -104
- package/protos/webui/service_store.proto +0 -289
- package/protos/webui/service_storeappsimilarity.proto +0 -76
- package/protos/webui/service_storebrowse.proto +0 -73
- package/protos/webui/service_storequery.proto +0 -97
- package/protos/webui/service_storesales.proto +0 -15
- package/protos/webui/service_storetopsellers.proto +0 -44
- package/protos/webui/service_systemmanager.proto +0 -11
- package/protos/webui/service_test_transporterror.proto +0 -6
- package/protos/webui/service_transportauth.proto +0 -12
- package/protos/webui/service_transportvalidation.proto +0 -69
- package/protos/webui/service_twofactor.proto +0 -181
- package/protos/webui/service_useraccount.proto +0 -138
- package/protos/webui/service_usergameactivity.proto +0 -34
- package/protos/webui/service_usergamenotes.proto +0 -53
- package/protos/webui/service_usernews.proto +0 -68
- package/protos/webui/service_userreviews.proto +0 -96
- package/protos/webui/service_video.proto +0 -128
- package/protos/webui/service_voicechat.proto +0 -139
- package/protos/webui/service_webrtc.proto +0 -52
@@ -40,81 +40,81 @@ enum ESteamTVContentTemplate {
|
|
40
40
|
}
|
41
41
|
|
42
42
|
message CSteamTV_CreateBroadcastChannel_Request {
|
43
|
-
optional string unique_name = 1
|
43
|
+
optional string unique_name = 1;
|
44
44
|
}
|
45
45
|
|
46
46
|
message CSteamTV_CreateBroadcastChannel_Response {
|
47
|
-
optional fixed64 broadcast_channel_id = 1
|
47
|
+
optional fixed64 broadcast_channel_id = 1;
|
48
48
|
}
|
49
49
|
|
50
50
|
message CSteamTV_GetBroadcastChannelID_Request {
|
51
|
-
optional string unique_name = 1
|
51
|
+
optional string unique_name = 1;
|
52
52
|
}
|
53
53
|
|
54
54
|
message CSteamTV_GetBroadcastChannelID_Response {
|
55
|
-
optional fixed64 broadcast_channel_id = 1
|
56
|
-
optional string unique_name = 2
|
57
|
-
optional fixed64 steamid = 3
|
55
|
+
optional fixed64 broadcast_channel_id = 1;
|
56
|
+
optional string unique_name = 2;
|
57
|
+
optional fixed64 steamid = 3;
|
58
58
|
}
|
59
59
|
|
60
60
|
message CSteamTV_SetBroadcastChannelProfile_Request {
|
61
|
-
optional fixed64 broadcast_channel_id = 1
|
62
|
-
optional string name = 2
|
63
|
-
optional string language = 3
|
64
|
-
optional string headline = 4
|
65
|
-
optional string summary = 5
|
66
|
-
optional string avatar_hash = 6
|
67
|
-
optional string schedule = 7
|
68
|
-
optional string rules = 8
|
69
|
-
optional string panels = 9
|
61
|
+
optional fixed64 broadcast_channel_id = 1;
|
62
|
+
optional string name = 2;
|
63
|
+
optional string language = 3;
|
64
|
+
optional string headline = 4;
|
65
|
+
optional string summary = 5;
|
66
|
+
optional string avatar_hash = 6;
|
67
|
+
optional string schedule = 7;
|
68
|
+
optional string rules = 8;
|
69
|
+
optional string panels = 9;
|
70
70
|
}
|
71
71
|
|
72
72
|
message CSteamTV_SetBroadcastChannelProfile_Response {
|
73
73
|
}
|
74
74
|
|
75
75
|
message CSteamTV_GetBroadcastChannelProfile_Request {
|
76
|
-
optional fixed64 broadcast_channel_id = 1
|
76
|
+
optional fixed64 broadcast_channel_id = 1;
|
77
77
|
}
|
78
78
|
|
79
79
|
message CSteamTV_GetBroadcastChannelProfile_Response {
|
80
|
-
optional string unique_name = 1
|
81
|
-
optional fixed64 owner_steamid = 2
|
82
|
-
optional string name = 3
|
83
|
-
optional string language = 4
|
84
|
-
optional string headline = 5
|
85
|
-
optional string summary = 6
|
86
|
-
optional string schedule = 7
|
87
|
-
optional string rules = 8
|
88
|
-
optional string panels = 9
|
80
|
+
optional string unique_name = 1;
|
81
|
+
optional fixed64 owner_steamid = 2;
|
82
|
+
optional string name = 3;
|
83
|
+
optional string language = 4;
|
84
|
+
optional string headline = 5;
|
85
|
+
optional string summary = 6;
|
86
|
+
optional string schedule = 7;
|
87
|
+
optional string rules = 8;
|
88
|
+
optional string panels = 9;
|
89
89
|
optional bool is_partnered = 10;
|
90
90
|
}
|
91
91
|
|
92
92
|
message CSteamTV_SetBroadcastChannelImage_Request {
|
93
|
-
optional fixed64 broadcast_channel_id = 1
|
94
|
-
optional .EBroadcastImageType image_type = 2 [default = k_EBroadcastImageType_None
|
95
|
-
optional uint32 image_index = 3
|
96
|
-
optional uint32 image_width = 4
|
97
|
-
optional uint32 image_height = 5
|
98
|
-
optional uint32 file_size = 6
|
99
|
-
optional string file_extension = 7
|
100
|
-
optional string file_hash = 8
|
101
|
-
optional bool undo = 9
|
93
|
+
optional fixed64 broadcast_channel_id = 1;
|
94
|
+
optional .EBroadcastImageType image_type = 2 [default = k_EBroadcastImageType_None];
|
95
|
+
optional uint32 image_index = 3;
|
96
|
+
optional uint32 image_width = 4;
|
97
|
+
optional uint32 image_height = 5;
|
98
|
+
optional uint32 file_size = 6;
|
99
|
+
optional string file_extension = 7;
|
100
|
+
optional string file_hash = 8;
|
101
|
+
optional bool undo = 9;
|
102
102
|
}
|
103
103
|
|
104
104
|
message CSteamTV_SetBroadcastChannelImage_Response {
|
105
|
-
optional string replace_image_hash = 1
|
105
|
+
optional string replace_image_hash = 1;
|
106
106
|
}
|
107
107
|
|
108
108
|
message CSteamTV_GetBroadcastChannelImages_Request {
|
109
|
-
optional fixed64 broadcast_channel_id = 1
|
110
|
-
repeated .EBroadcastImageType image_types = 2
|
109
|
+
optional fixed64 broadcast_channel_id = 1;
|
110
|
+
repeated .EBroadcastImageType image_types = 2;
|
111
111
|
}
|
112
112
|
|
113
113
|
message CSteamTV_GetBroadcastChannelImages_Response {
|
114
114
|
message Images {
|
115
|
-
optional .EBroadcastImageType image_type = 1 [default = k_EBroadcastImageType_None
|
116
|
-
optional string image_path = 2
|
117
|
-
optional uint32 image_index = 3
|
115
|
+
optional .EBroadcastImageType image_type = 1 [default = k_EBroadcastImageType_None];
|
116
|
+
optional string image_path = 2;
|
117
|
+
optional uint32 image_index = 3;
|
118
118
|
}
|
119
119
|
|
120
120
|
repeated .CSteamTV_GetBroadcastChannelImages_Response.Images images = 1;
|
@@ -122,16 +122,16 @@ message CSteamTV_GetBroadcastChannelImages_Response {
|
|
122
122
|
|
123
123
|
message CSteamTV_SetBroadcastChannelLinkRegions_Request {
|
124
124
|
message Links {
|
125
|
-
optional uint32 link_index = 1
|
126
|
-
optional string url = 2
|
127
|
-
optional string link_description = 3
|
128
|
-
optional uint32 left = 4
|
129
|
-
optional uint32 top = 5
|
130
|
-
optional uint32 width = 6
|
131
|
-
optional uint32 height = 7
|
125
|
+
optional uint32 link_index = 1;
|
126
|
+
optional string url = 2;
|
127
|
+
optional string link_description = 3;
|
128
|
+
optional uint32 left = 4;
|
129
|
+
optional uint32 top = 5;
|
130
|
+
optional uint32 width = 6;
|
131
|
+
optional uint32 height = 7;
|
132
132
|
}
|
133
133
|
|
134
|
-
optional fixed64 broadcast_channel_id = 1
|
134
|
+
optional fixed64 broadcast_channel_id = 1;
|
135
135
|
repeated .CSteamTV_SetBroadcastChannelLinkRegions_Request.Links links = 2;
|
136
136
|
}
|
137
137
|
|
@@ -139,32 +139,32 @@ message CSteamTV_SetBroadcastChannelLinkRegions_Response {
|
|
139
139
|
}
|
140
140
|
|
141
141
|
message CSteamTV_GetBroadcastChannelLinks_Request {
|
142
|
-
optional fixed64 broadcast_channel_id = 1
|
142
|
+
optional fixed64 broadcast_channel_id = 1;
|
143
143
|
}
|
144
144
|
|
145
145
|
message CSteamTV_GetBroadcastChannelLinks_Response {
|
146
146
|
message Links {
|
147
|
-
optional uint32 link_index = 1
|
148
|
-
optional string url = 2
|
149
|
-
optional string link_description = 3
|
150
|
-
optional uint32 left = 4
|
151
|
-
optional uint32 top = 5
|
152
|
-
optional uint32 width = 6
|
153
|
-
optional uint32 height = 7
|
147
|
+
optional uint32 link_index = 1;
|
148
|
+
optional string url = 2;
|
149
|
+
optional string link_description = 3;
|
150
|
+
optional uint32 left = 4;
|
151
|
+
optional uint32 top = 5;
|
152
|
+
optional uint32 width = 6;
|
153
|
+
optional uint32 height = 7;
|
154
154
|
}
|
155
155
|
|
156
156
|
repeated .CSteamTV_GetBroadcastChannelLinks_Response.Links links = 1;
|
157
157
|
}
|
158
158
|
|
159
159
|
message CSteamTV_GetBroadcastChannelBroadcasters_Request {
|
160
|
-
optional fixed64 broadcast_channel_id = 1
|
160
|
+
optional fixed64 broadcast_channel_id = 1;
|
161
161
|
}
|
162
162
|
|
163
163
|
message CSteamTV_GetBroadcastChannelBroadcasters_Response {
|
164
164
|
message Broadcaster {
|
165
|
-
optional fixed64 steamid = 1
|
166
|
-
optional string name = 2
|
167
|
-
optional string rtmp_token = 3
|
165
|
+
optional fixed64 steamid = 1;
|
166
|
+
optional string name = 2;
|
167
|
+
optional string rtmp_token = 3;
|
168
168
|
}
|
169
169
|
|
170
170
|
repeated .CSteamTV_GetBroadcastChannelBroadcasters_Response.Broadcaster broadcasters = 1;
|
@@ -174,71 +174,71 @@ message CSteamTV_GetFollowedChannels_Request {
|
|
174
174
|
}
|
175
175
|
|
176
176
|
message GetBroadcastChannelEntry {
|
177
|
-
optional fixed64 broadcast_channel_id = 1
|
178
|
-
optional string unique_name = 2
|
179
|
-
optional string name = 3
|
180
|
-
optional uint32 appid = 4
|
181
|
-
optional uint64 viewers = 5
|
182
|
-
optional uint64 views = 6
|
183
|
-
optional string thumbnail_url = 7
|
184
|
-
optional uint64 followers = 8
|
185
|
-
optional string headline = 9
|
186
|
-
optional string avatar_url = 10
|
187
|
-
optional fixed64 broadcaster_steamid = 11
|
188
|
-
optional uint64 subscribers = 12
|
189
|
-
optional string background_url = 13
|
190
|
-
optional bool is_featured = 14
|
191
|
-
optional bool is_disabled = 15
|
192
|
-
optional bool is_live = 16
|
193
|
-
optional string language = 17
|
194
|
-
optional uint32 reports = 18
|
177
|
+
optional fixed64 broadcast_channel_id = 1;
|
178
|
+
optional string unique_name = 2;
|
179
|
+
optional string name = 3;
|
180
|
+
optional uint32 appid = 4;
|
181
|
+
optional uint64 viewers = 5;
|
182
|
+
optional uint64 views = 6;
|
183
|
+
optional string thumbnail_url = 7;
|
184
|
+
optional uint64 followers = 8;
|
185
|
+
optional string headline = 9;
|
186
|
+
optional string avatar_url = 10;
|
187
|
+
optional fixed64 broadcaster_steamid = 11;
|
188
|
+
optional uint64 subscribers = 12;
|
189
|
+
optional string background_url = 13;
|
190
|
+
optional bool is_featured = 14;
|
191
|
+
optional bool is_disabled = 15;
|
192
|
+
optional bool is_live = 16;
|
193
|
+
optional string language = 17;
|
194
|
+
optional uint32 reports = 18;
|
195
195
|
optional bool is_partnered = 19;
|
196
196
|
}
|
197
197
|
|
198
198
|
message CSteamTV_GetFollowedChannels_Response {
|
199
|
-
repeated .GetBroadcastChannelEntry results = 1
|
199
|
+
repeated .GetBroadcastChannelEntry results = 1;
|
200
200
|
}
|
201
201
|
|
202
202
|
message CSteamTV_GetSubscribedChannels_Request {
|
203
203
|
}
|
204
204
|
|
205
205
|
message CSteamTV_GetSubscribedChannels_Response {
|
206
|
-
repeated .GetBroadcastChannelEntry results = 1
|
206
|
+
repeated .GetBroadcastChannelEntry results = 1;
|
207
207
|
}
|
208
208
|
|
209
209
|
message CSteamTV_GetBroadcastChannelStatus_Request {
|
210
|
-
optional fixed64 broadcast_channel_id = 1
|
210
|
+
optional fixed64 broadcast_channel_id = 1;
|
211
211
|
}
|
212
212
|
|
213
213
|
message CSteamTV_GetBroadcastChannelStatus_Response {
|
214
|
-
optional bool is_live = 1
|
215
|
-
optional bool is_disabled = 2
|
216
|
-
optional uint32 appid = 3
|
217
|
-
optional uint64 viewers = 4
|
218
|
-
optional uint64 views = 5
|
219
|
-
optional fixed64 broadcaster_steamid = 6
|
220
|
-
optional string thumbnail_url = 7
|
221
|
-
optional uint64 followers = 8
|
222
|
-
optional uint64 subscribers = 9
|
214
|
+
optional bool is_live = 1;
|
215
|
+
optional bool is_disabled = 2;
|
216
|
+
optional uint32 appid = 3;
|
217
|
+
optional uint64 viewers = 4;
|
218
|
+
optional uint64 views = 5;
|
219
|
+
optional fixed64 broadcaster_steamid = 6;
|
220
|
+
optional string thumbnail_url = 7;
|
221
|
+
optional uint64 followers = 8;
|
222
|
+
optional uint64 subscribers = 9;
|
223
223
|
optional string unique_name = 10;
|
224
224
|
optional uint64 broadcast_session_id = 11;
|
225
225
|
}
|
226
226
|
|
227
227
|
message CSteamTV_FollowBroadcastChannel_Request {
|
228
|
-
optional fixed64 broadcast_channel_id = 1
|
229
|
-
optional bool undo = 2
|
228
|
+
optional fixed64 broadcast_channel_id = 1;
|
229
|
+
optional bool undo = 2;
|
230
230
|
}
|
231
231
|
|
232
232
|
message CSteamTV_FollowBroadcastChannel_Response {
|
233
|
-
optional bool is_followed = 1
|
233
|
+
optional bool is_followed = 1;
|
234
234
|
}
|
235
235
|
|
236
236
|
message CSteamTV_SubscribeBroadcastChannel_Request {
|
237
|
-
optional fixed64 broadcast_channel_id = 1
|
237
|
+
optional fixed64 broadcast_channel_id = 1;
|
238
238
|
}
|
239
239
|
|
240
240
|
message CSteamTV_SubscribeBroadcastChannel_Response {
|
241
|
-
optional bool is_subscribed = 1
|
241
|
+
optional bool is_subscribed = 1;
|
242
242
|
}
|
243
243
|
|
244
244
|
message CSteamTV_GetBroadcastChannelClips_Request {
|
@@ -246,15 +246,15 @@ message CSteamTV_GetBroadcastChannelClips_Request {
|
|
246
246
|
}
|
247
247
|
|
248
248
|
message CSteamTV_BroadcastClipInfo {
|
249
|
-
optional uint64 broadcast_clip_id = 1
|
250
|
-
optional uint64 channel_id = 2
|
251
|
-
optional uint32 app_id = 3
|
252
|
-
optional fixed64 broadcaster_steamid = 4
|
253
|
-
optional fixed64 creator_steamid = 5
|
254
|
-
optional string video_description = 6
|
255
|
-
optional uint32 live_time = 7
|
256
|
-
optional uint32 length_ms = 8
|
257
|
-
optional string thumbnail_path = 9
|
249
|
+
optional uint64 broadcast_clip_id = 1;
|
250
|
+
optional uint64 channel_id = 2;
|
251
|
+
optional uint32 app_id = 3;
|
252
|
+
optional fixed64 broadcaster_steamid = 4;
|
253
|
+
optional fixed64 creator_steamid = 5;
|
254
|
+
optional string video_description = 6;
|
255
|
+
optional uint32 live_time = 7;
|
256
|
+
optional uint32 length_ms = 8;
|
257
|
+
optional string thumbnail_path = 9;
|
258
258
|
}
|
259
259
|
|
260
260
|
message CSteamTV_GetBroadcastChannelClips_Response {
|
@@ -263,51 +263,51 @@ message CSteamTV_GetBroadcastChannelClips_Response {
|
|
263
263
|
}
|
264
264
|
|
265
265
|
message CSteamTV_ReportBroadcastChannel_Request {
|
266
|
-
optional fixed64 broadcast_channel_id = 1
|
267
|
-
optional string reason = 2
|
266
|
+
optional fixed64 broadcast_channel_id = 1;
|
267
|
+
optional string reason = 2;
|
268
268
|
}
|
269
269
|
|
270
270
|
message CSteamTV_ReportBroadcastChannel_Response {
|
271
271
|
}
|
272
272
|
|
273
273
|
message CSteamTV_GetBroadcastChannelInteraction_Request {
|
274
|
-
optional fixed64 broadcast_channel_id = 1
|
274
|
+
optional fixed64 broadcast_channel_id = 1;
|
275
275
|
}
|
276
276
|
|
277
277
|
message CSteamTV_GetBroadcastChannelInteraction_Response {
|
278
|
-
optional bool is_followed = 1
|
279
|
-
optional bool is_subscribed = 2
|
278
|
+
optional bool is_followed = 1;
|
279
|
+
optional bool is_subscribed = 2;
|
280
280
|
}
|
281
281
|
|
282
282
|
message CSteamTV_GetGames_Request {
|
283
|
-
optional uint32 appid = 1
|
284
|
-
optional .EGetGamesAlgorithm algorithm = 2 [default = k_EGetGamesAlgorithm_Default
|
285
|
-
optional uint32 count = 3
|
283
|
+
optional uint32 appid = 1;
|
284
|
+
optional .EGetGamesAlgorithm algorithm = 2 [default = k_EGetGamesAlgorithm_Default];
|
285
|
+
optional uint32 count = 3;
|
286
286
|
}
|
287
287
|
|
288
288
|
message CSteamTV_Game {
|
289
|
-
optional uint32 appid = 1
|
290
|
-
optional string name = 2
|
291
|
-
optional string image = 3
|
292
|
-
optional uint64 viewers = 4
|
293
|
-
repeated .GetBroadcastChannelEntry channels = 5
|
289
|
+
optional uint32 appid = 1;
|
290
|
+
optional string name = 2;
|
291
|
+
optional string image = 3;
|
292
|
+
optional uint64 viewers = 4;
|
293
|
+
repeated .GetBroadcastChannelEntry channels = 5;
|
294
294
|
optional string release_date = 6;
|
295
295
|
optional string developer = 7;
|
296
296
|
optional string publisher = 8;
|
297
297
|
}
|
298
298
|
|
299
299
|
message CSteamTV_GetGames_Response {
|
300
|
-
repeated .CSteamTV_Game results = 1
|
300
|
+
repeated .CSteamTV_Game results = 1;
|
301
301
|
}
|
302
302
|
|
303
303
|
message CSteamTV_GetChannels_Request {
|
304
|
-
optional .EGetChannelsAlgorithm algorithm = 1 [default = k_EGetChannelsAlgorithm_Default
|
305
|
-
optional uint32 count = 2
|
306
|
-
optional uint32 appid = 3
|
304
|
+
optional .EGetChannelsAlgorithm algorithm = 1 [default = k_EGetChannelsAlgorithm_Default];
|
305
|
+
optional uint32 count = 2;
|
306
|
+
optional uint32 appid = 3;
|
307
307
|
}
|
308
308
|
|
309
309
|
message CSteamTV_GetChannels_Response {
|
310
|
-
repeated .GetBroadcastChannelEntry results = 1
|
310
|
+
repeated .GetBroadcastChannelEntry results = 1;
|
311
311
|
}
|
312
312
|
|
313
313
|
message CSteamTV_AddChatBan_Request {
|
@@ -334,7 +334,7 @@ message CSteamTV_ChatBan {
|
|
334
334
|
}
|
335
335
|
|
336
336
|
message CSteamTV_GetChatBans_Response {
|
337
|
-
repeated .CSteamTV_ChatBan results = 1
|
337
|
+
repeated .CSteamTV_ChatBan results = 1;
|
338
338
|
}
|
339
339
|
|
340
340
|
message CSteamTV_AddChatModerator_Request {
|
@@ -356,7 +356,7 @@ message CSteamTV_ChatModerator {
|
|
356
356
|
}
|
357
357
|
|
358
358
|
message CSteamTV_GetChatModerators_Response {
|
359
|
-
repeated .CSteamTV_ChatModerator results = 1
|
359
|
+
repeated .CSteamTV_ChatModerator results = 1;
|
360
360
|
}
|
361
361
|
|
362
362
|
message CSteamTV_AddWordBan_Request {
|
@@ -373,7 +373,7 @@ message CSteamTV_GetWordBans_Request {
|
|
373
373
|
}
|
374
374
|
|
375
375
|
message CSteamTV_GetWordBans_Response {
|
376
|
-
repeated string results = 1
|
376
|
+
repeated string results = 1;
|
377
377
|
}
|
378
378
|
|
379
379
|
message CSteamTV_JoinChat_Request {
|
@@ -391,20 +391,20 @@ message CSteamTV_Search_Request {
|
|
391
391
|
}
|
392
392
|
|
393
393
|
message CSteamTV_Search_Response {
|
394
|
-
repeated .GetBroadcastChannelEntry results = 1
|
394
|
+
repeated .GetBroadcastChannelEntry results = 1;
|
395
395
|
}
|
396
396
|
|
397
397
|
message CSteamTV_GetSteamTVUserSettings_Request {
|
398
398
|
}
|
399
399
|
|
400
400
|
message CSteamTV_GetSteamTVUserSettings_Response {
|
401
|
-
optional bool stream_live_email = 1
|
402
|
-
optional bool stream_live_notification = 2
|
401
|
+
optional bool stream_live_email = 1;
|
402
|
+
optional bool stream_live_notification = 2;
|
403
403
|
}
|
404
404
|
|
405
405
|
message CSteamTV_SetSteamTVUserSettings_Request {
|
406
|
-
optional bool stream_live_email = 1
|
407
|
-
optional bool stream_live_notification = 2
|
406
|
+
optional bool stream_live_email = 1;
|
407
|
+
optional bool stream_live_notification = 2;
|
408
408
|
}
|
409
409
|
|
410
410
|
message CSteamTV_SetSteamTVUserSettings_Response {
|
@@ -414,7 +414,7 @@ message CSteamTV_GetMyBroadcastChannels_Request {
|
|
414
414
|
}
|
415
415
|
|
416
416
|
message CSteamTV_GetMyBroadcastChannels_Response {
|
417
|
-
repeated .GetBroadcastChannelEntry results = 1
|
417
|
+
repeated .GetBroadcastChannelEntry results = 1;
|
418
418
|
}
|
419
419
|
|
420
420
|
message CSteamTV_GetHomePageContents_Request {
|
@@ -483,148 +483,51 @@ message CSteamTV_GetHomePageContents_Response {
|
|
483
483
|
}
|
484
484
|
|
485
485
|
message CSteamTV_AppCheer_SingleCheerType {
|
486
|
-
optional uint32 cheer_type = 1
|
487
|
-
optional uint32 cheer_amount = 2
|
486
|
+
optional uint32 cheer_type = 1;
|
487
|
+
optional uint32 cheer_amount = 2;
|
488
488
|
}
|
489
489
|
|
490
490
|
message CSteamTV_AppCheer_Request {
|
491
|
-
optional uint32 app_id = 1
|
492
|
-
optional fixed64 cheer_target_id = 2
|
493
|
-
repeated .CSteamTV_AppCheer_SingleCheerType cheers = 3
|
491
|
+
optional uint32 app_id = 1;
|
492
|
+
optional fixed64 cheer_target_id = 2;
|
493
|
+
repeated .CSteamTV_AppCheer_SingleCheerType cheers = 3;
|
494
494
|
}
|
495
495
|
|
496
496
|
message CSteamTV_AppCheer_Response {
|
497
|
-
optional uint32 aggregation_delay_ms = 1
|
497
|
+
optional uint32 aggregation_delay_ms = 1;
|
498
498
|
}
|
499
499
|
|
500
500
|
service SteamTV {
|
501
|
-
|
502
|
-
|
503
|
-
rpc
|
504
|
-
|
505
|
-
|
506
|
-
|
507
|
-
rpc
|
508
|
-
|
509
|
-
|
510
|
-
|
511
|
-
rpc
|
512
|
-
|
513
|
-
|
514
|
-
|
515
|
-
rpc
|
516
|
-
|
517
|
-
|
518
|
-
|
519
|
-
rpc
|
520
|
-
|
521
|
-
|
522
|
-
|
523
|
-
rpc
|
524
|
-
|
525
|
-
|
526
|
-
|
527
|
-
rpc
|
528
|
-
|
529
|
-
|
530
|
-
|
531
|
-
rpc
|
532
|
-
|
533
|
-
}
|
534
|
-
|
535
|
-
rpc GetBroadcastChannelBroadcasters (.CSteamTV_GetBroadcastChannelBroadcasters_Request) returns (.CSteamTV_GetBroadcastChannelBroadcasters_Response) {
|
536
|
-
option (method_description) = "Get list of broadcaster info for this channel";
|
537
|
-
}
|
538
|
-
|
539
|
-
rpc GetFollowedChannels (.CSteamTV_GetFollowedChannels_Request) returns (.CSteamTV_GetFollowedChannels_Response) {
|
540
|
-
option (method_description) = "Get list of followed channels by a viewer";
|
541
|
-
}
|
542
|
-
|
543
|
-
rpc GetSubscribedChannels (.CSteamTV_GetSubscribedChannels_Request) returns (.CSteamTV_GetSubscribedChannels_Response) {
|
544
|
-
option (method_description) = "Get list of channels a user is subscribed to";
|
545
|
-
}
|
546
|
-
|
547
|
-
rpc GetBroadcastChannelStatus (.CSteamTV_GetBroadcastChannelStatus_Request) returns (.CSteamTV_GetBroadcastChannelStatus_Response) {
|
548
|
-
option (method_description) = "Get broadcast channel live status";
|
549
|
-
}
|
550
|
-
|
551
|
-
rpc FollowBroadcastChannel (.CSteamTV_FollowBroadcastChannel_Request) returns (.CSteamTV_FollowBroadcastChannel_Response) {
|
552
|
-
option (method_description) = "Follow a broadcast channel";
|
553
|
-
}
|
554
|
-
|
555
|
-
rpc SubscribeBroadcastChannel (.CSteamTV_SubscribeBroadcastChannel_Request) returns (.CSteamTV_SubscribeBroadcastChannel_Response) {
|
556
|
-
option (method_description) = "Subscribe to a broadcast channel";
|
557
|
-
}
|
558
|
-
|
559
|
-
rpc GetBroadcastChannelClips (.CSteamTV_GetBroadcastChannelClips_Request) returns (.CSteamTV_GetBroadcastChannelClips_Response) {
|
560
|
-
option (method_description) = "Get broadcast channel clips";
|
561
|
-
}
|
562
|
-
|
563
|
-
rpc ReportBroadcastChannel (.CSteamTV_ReportBroadcastChannel_Request) returns (.CSteamTV_ReportBroadcastChannel_Response) {
|
564
|
-
option (method_description) = "Report a broadcast channel";
|
565
|
-
}
|
566
|
-
|
567
|
-
rpc GetBroadcastChannelInteraction (.CSteamTV_GetBroadcastChannelInteraction_Request) returns (.CSteamTV_GetBroadcastChannelInteraction_Response) {
|
568
|
-
option (method_description) = "Get user's interaction status with a broadcast channel";
|
569
|
-
}
|
570
|
-
|
571
|
-
rpc GetGames (.CSteamTV_GetGames_Request) returns (.CSteamTV_GetGames_Response) {
|
572
|
-
option (method_description) = "Get list of games with active broadcasters";
|
573
|
-
}
|
574
|
-
|
575
|
-
rpc GetChannels (.CSteamTV_GetChannels_Request) returns (.CSteamTV_GetChannels_Response) {
|
576
|
-
option (method_description) = "Get the list of featured broadcast channels";
|
577
|
-
}
|
578
|
-
|
579
|
-
rpc AddChatBan (.CSteamTV_AddChatBan_Request) returns (.CSteamTV_AddChatBan_Response) {
|
580
|
-
option (method_description) = "Set the ban for a specific broadcaster. The issuer is the logged in steam account";
|
581
|
-
}
|
582
|
-
|
583
|
-
rpc GetChatBans (.CSteamTV_GetChatBans_Request) returns (.CSteamTV_GetChatBans_Response) {
|
584
|
-
option (method_description) = "Get list of bans for a specific broadcaster. ";
|
585
|
-
}
|
586
|
-
|
587
|
-
rpc AddChatModerator (.CSteamTV_AddChatModerator_Request) returns (.CSteamTV_AddChatModerator_Response) {
|
588
|
-
option (method_description) = "Add or remove a moderator for this broadcast channel";
|
589
|
-
}
|
590
|
-
|
591
|
-
rpc GetChatModerators (.CSteamTV_GetChatModerators_Request) returns (.CSteamTV_GetChatModerators_Response) {
|
592
|
-
option (method_description) = "Returns the list of moderators for this broadcast channel";
|
593
|
-
}
|
594
|
-
|
595
|
-
rpc AddWordBan (.CSteamTV_AddWordBan_Request) returns (.CSteamTV_AddWordBan_Response) {
|
596
|
-
option (method_description) = "Add or remove a banned keyword in this broadcast channel chat";
|
597
|
-
}
|
598
|
-
|
599
|
-
rpc GetWordBans (.CSteamTV_GetWordBans_Request) returns (.CSteamTV_GetWordBans_Response) {
|
600
|
-
option (method_description) = "Returns the list of banned keywords for this broadcast channel";
|
601
|
-
}
|
602
|
-
|
603
|
-
rpc JoinChat (.CSteamTV_JoinChat_Request) returns (.CSteamTV_JoinChat_Response) {
|
604
|
-
option (method_description) = "Joins the chat channel for a broadcast";
|
605
|
-
}
|
606
|
-
|
607
|
-
rpc Search (.CSteamTV_Search_Request) returns (.CSteamTV_Search_Response) {
|
608
|
-
option (method_description) = "Searches for broadcast channels based on input keywords";
|
609
|
-
}
|
610
|
-
|
611
|
-
rpc GetSteamTVUserSettings (.CSteamTV_GetSteamTVUserSettings_Request) returns (.CSteamTV_GetSteamTVUserSettings_Response) {
|
612
|
-
option (method_description) = "Returns a user's SteamTV settings";
|
613
|
-
}
|
614
|
-
|
615
|
-
rpc SetSteamTVUserSettings (.CSteamTV_SetSteamTVUserSettings_Request) returns (.CSteamTV_SetSteamTVUserSettings_Response) {
|
616
|
-
option (method_description) = "Sets a user's SteamTV settings";
|
617
|
-
}
|
618
|
-
|
619
|
-
rpc GetMyBroadcastChannels (.CSteamTV_GetMyBroadcastChannels_Request) returns (.CSteamTV_GetMyBroadcastChannels_Response) {
|
620
|
-
option (method_description) = "Gets the broadcast channels that the current user owns";
|
621
|
-
}
|
622
|
-
|
623
|
-
rpc GetHomePageContents (.CSteamTV_GetHomePageContents_Request) returns (.CSteamTV_GetHomePageContents_Response) {
|
624
|
-
option (method_description) = "Returns homepage contents for user";
|
625
|
-
}
|
626
|
-
|
627
|
-
rpc AppCheer (.CSteamTV_AppCheer_Request) returns (.CSteamTV_AppCheer_Response) {
|
628
|
-
option (method_description) = "The user is cheering for a specific broadcast for a specific app.";
|
629
|
-
}
|
501
|
+
rpc CreateBroadcastChannel (.CSteamTV_CreateBroadcastChannel_Request) returns (.CSteamTV_CreateBroadcastChannel_Response);
|
502
|
+
rpc GetBroadcastChannelID (.CSteamTV_GetBroadcastChannelID_Request) returns (.CSteamTV_GetBroadcastChannelID_Response);
|
503
|
+
rpc SetBroadcastChannelProfile (.CSteamTV_SetBroadcastChannelProfile_Request) returns (.CSteamTV_SetBroadcastChannelProfile_Response);
|
504
|
+
rpc GetBroadcastChannelProfile (.CSteamTV_GetBroadcastChannelProfile_Request) returns (.CSteamTV_GetBroadcastChannelProfile_Response);
|
505
|
+
rpc SetBroadcastChannelImage (.CSteamTV_SetBroadcastChannelImage_Request) returns (.CSteamTV_SetBroadcastChannelImage_Response);
|
506
|
+
rpc GetBroadcastChannelImages (.CSteamTV_GetBroadcastChannelImages_Request) returns (.CSteamTV_GetBroadcastChannelImages_Response);
|
507
|
+
rpc SetBroadcastChannelLinkRegions (.CSteamTV_SetBroadcastChannelLinkRegions_Request) returns (.CSteamTV_SetBroadcastChannelLinkRegions_Response);
|
508
|
+
rpc GetBroadcastChannelLinks (.CSteamTV_GetBroadcastChannelLinks_Request) returns (.CSteamTV_GetBroadcastChannelLinks_Response);
|
509
|
+
rpc GetBroadcastChannelBroadcasters (.CSteamTV_GetBroadcastChannelBroadcasters_Request) returns (.CSteamTV_GetBroadcastChannelBroadcasters_Response);
|
510
|
+
rpc GetFollowedChannels (.CSteamTV_GetFollowedChannels_Request) returns (.CSteamTV_GetFollowedChannels_Response);
|
511
|
+
rpc GetSubscribedChannels (.CSteamTV_GetSubscribedChannels_Request) returns (.CSteamTV_GetSubscribedChannels_Response);
|
512
|
+
rpc GetBroadcastChannelStatus (.CSteamTV_GetBroadcastChannelStatus_Request) returns (.CSteamTV_GetBroadcastChannelStatus_Response);
|
513
|
+
rpc FollowBroadcastChannel (.CSteamTV_FollowBroadcastChannel_Request) returns (.CSteamTV_FollowBroadcastChannel_Response);
|
514
|
+
rpc SubscribeBroadcastChannel (.CSteamTV_SubscribeBroadcastChannel_Request) returns (.CSteamTV_SubscribeBroadcastChannel_Response);
|
515
|
+
rpc GetBroadcastChannelClips (.CSteamTV_GetBroadcastChannelClips_Request) returns (.CSteamTV_GetBroadcastChannelClips_Response);
|
516
|
+
rpc ReportBroadcastChannel (.CSteamTV_ReportBroadcastChannel_Request) returns (.CSteamTV_ReportBroadcastChannel_Response);
|
517
|
+
rpc GetBroadcastChannelInteraction (.CSteamTV_GetBroadcastChannelInteraction_Request) returns (.CSteamTV_GetBroadcastChannelInteraction_Response);
|
518
|
+
rpc GetGames (.CSteamTV_GetGames_Request) returns (.CSteamTV_GetGames_Response);
|
519
|
+
rpc GetChannels (.CSteamTV_GetChannels_Request) returns (.CSteamTV_GetChannels_Response);
|
520
|
+
rpc AddChatBan (.CSteamTV_AddChatBan_Request) returns (.CSteamTV_AddChatBan_Response);
|
521
|
+
rpc GetChatBans (.CSteamTV_GetChatBans_Request) returns (.CSteamTV_GetChatBans_Response);
|
522
|
+
rpc AddChatModerator (.CSteamTV_AddChatModerator_Request) returns (.CSteamTV_AddChatModerator_Response);
|
523
|
+
rpc GetChatModerators (.CSteamTV_GetChatModerators_Request) returns (.CSteamTV_GetChatModerators_Response);
|
524
|
+
rpc AddWordBan (.CSteamTV_AddWordBan_Request) returns (.CSteamTV_AddWordBan_Response);
|
525
|
+
rpc GetWordBans (.CSteamTV_GetWordBans_Request) returns (.CSteamTV_GetWordBans_Response);
|
526
|
+
rpc JoinChat (.CSteamTV_JoinChat_Request) returns (.CSteamTV_JoinChat_Response);
|
527
|
+
rpc Search (.CSteamTV_Search_Request) returns (.CSteamTV_Search_Response);
|
528
|
+
rpc GetSteamTVUserSettings (.CSteamTV_GetSteamTVUserSettings_Request) returns (.CSteamTV_GetSteamTVUserSettings_Response);
|
529
|
+
rpc SetSteamTVUserSettings (.CSteamTV_SetSteamTVUserSettings_Request) returns (.CSteamTV_SetSteamTVUserSettings_Response);
|
530
|
+
rpc GetMyBroadcastChannels (.CSteamTV_GetMyBroadcastChannels_Request) returns (.CSteamTV_GetMyBroadcastChannels_Response);
|
531
|
+
rpc GetHomePageContents (.CSteamTV_GetHomePageContents_Request) returns (.CSteamTV_GetHomePageContents_Response);
|
532
|
+
rpc AppCheer (.CSteamTV_AppCheer_Request) returns (.CSteamTV_AppCheer_Response);
|
630
533
|
}
|