steamutils 1.5.4 → 1.5.6

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.
Files changed (233) hide show
  1. package/.idea/codeStyles/Project.xml +0 -1
  2. package/.idea/gbrowser_project.xml +11 -0
  3. package/.idea/git_toolbox_blame.xml +6 -0
  4. package/.idea/git_toolbox_prj.xml +15 -0
  5. package/.prettierrc.json +3 -3
  6. package/SteamClient.js +3184 -3184
  7. package/_steamproto.js +39 -39
  8. package/axios.js +84 -84
  9. package/bufferHelpers.js +115 -115
  10. package/cheerio.js +103 -103
  11. package/const.js +518 -518
  12. package/create_proto.js +96 -96
  13. package/create_remote_file.js +153 -153
  14. package/full_steamproto.js +39 -39
  15. package/helpers/protos.js +48 -48
  16. package/index.js +7930 -7930
  17. package/package.json +1 -1
  18. package/protos/csgo/base_gcmessages.proto +553 -553
  19. package/protos/csgo/base_gcmessages_csgo.proto +547 -547
  20. package/protos/csgo/c_peer2peer_netmessages.proto +55 -55
  21. package/protos/csgo/clientmessages.proto +48 -48
  22. package/protos/csgo/connectionless_netmessages.proto +17 -17
  23. package/protos/csgo/cs_gameevents.proto +35 -35
  24. package/protos/csgo/cs_usercmd.proto +34 -34
  25. package/protos/csgo/cstrike15_usermessages.proto +592 -592
  26. package/protos/csgo/demo.proto +165 -165
  27. package/protos/csgo/econ_gcmessages.proto +219 -219
  28. package/protos/csgo/enums_clientserver.proto +1529 -1529
  29. package/protos/csgo/fatdemo.proto +125 -125
  30. package/protos/csgo/gameevents.proto +120 -120
  31. package/protos/csgo/gcsdk_gcmessages.proto +323 -323
  32. package/protos/csgo/gcsystemmsgs.proto +243 -243
  33. package/protos/csgo/netmessages.proto +618 -618
  34. package/protos/csgo/networkbasetypes.proto +246 -246
  35. package/protos/csgo/networksystem_protomessages.proto +17 -17
  36. package/protos/csgo/steamdatagram_messages_auth.proto +65 -65
  37. package/protos/csgo/steamdatagram_messages_sdr.proto +534 -534
  38. package/protos/csgo/steammessages_cloud.steamworkssdk.proto +68 -68
  39. package/protos/csgo/steammessages_gamenetworkingui.proto +61 -61
  40. package/protos/csgo/steammessages_helprequest.steamworkssdk.proto +22 -22
  41. package/protos/csgo/steammessages_oauth.steamworkssdk.proto +18 -18
  42. package/protos/csgo/steammessages_player.steamworkssdk.proto +254 -254
  43. package/protos/csgo/steammessages_publishedfile.steamworkssdk.proto +233 -233
  44. package/protos/csgo/steamnetworkingsockets_messages.proto +205 -205
  45. package/protos/csgo/steamnetworkingsockets_messages_certs.proto +39 -39
  46. package/protos/csgo/steamnetworkingsockets_messages_udp.proto +75 -75
  47. package/protos/csgo/te.proto +259 -259
  48. package/protos/csgo/uifontfile_format.proto +13 -13
  49. package/protos/csgo/usercmd.proto +39 -39
  50. package/protos/csgo/usermessages.proto +752 -752
  51. package/protos/google/protobuf/descriptor.proto +281 -281
  52. package/protos/steam/clientmetrics.proto +45 -45
  53. package/protos/steam/content_manifest.proto +62 -62
  54. package/protos/steam/contenthubs.proto +41 -41
  55. package/protos/steam/encrypted_app_ticket.proto +10 -10
  56. package/protos/steam/enums.proto +501 -501
  57. package/protos/steam/enums_clientserver.proto +1508 -1508
  58. package/protos/steam/enums_productinfo.proto +14 -14
  59. package/protos/steam/htmlmessages.proto +1039 -1039
  60. package/protos/steam/offline_ticket.proto +8 -8
  61. package/protos/steam/steamdatagram_messages_auth.proto +65 -65
  62. package/protos/steam/steamdatagram_messages_sdr.proto +533 -533
  63. package/protos/steam/steammessages_accounthardware.steamclient.proto +167 -167
  64. package/protos/steam/steammessages_appoverview.proto +204 -204
  65. package/protos/steam/steammessages_auth.steamclient.proto +375 -375
  66. package/protos/steam/steammessages_broadcast.steamclient.proto +618 -618
  67. package/protos/steam/steammessages_chat.steamclient.proto +1070 -1070
  68. package/protos/steam/steammessages_client_objects.proto +649 -649
  69. package/protos/steam/steammessages_clientlanp2p.proto +43 -43
  70. package/protos/steam/steammessages_clientmetrics.steamclient.proto +192 -192
  71. package/protos/steam/steammessages_clientnotificationtypes.proto +250 -250
  72. package/protos/steam/steammessages_clientserver.proto +392 -392
  73. package/protos/steam/steammessages_clientserver_2.proto +771 -771
  74. package/protos/steam/steammessages_clientserver_appinfo.proto +131 -131
  75. package/protos/steam/steammessages_clientserver_friends.proto +260 -260
  76. package/protos/steam/steammessages_clientserver_gameservers.proto +159 -159
  77. package/protos/steam/steammessages_clientserver_lbs.proto +70 -70
  78. package/protos/steam/steammessages_clientserver_login.proto +167 -167
  79. package/protos/steam/steammessages_clientserver_mms.proto +233 -233
  80. package/protos/steam/steammessages_clientserver_ucm.proto +207 -207
  81. package/protos/steam/steammessages_clientserver_uds.proto +125 -125
  82. package/protos/steam/steammessages_clientserver_ufs.proto +45 -45
  83. package/protos/steam/steammessages_clientserver_userstats.proto +80 -80
  84. package/protos/steam/steammessages_cloud.steamclient.proto +422 -422
  85. package/protos/steam/steammessages_contentsystem.steamclient.proto +123 -123
  86. package/protos/steam/steammessages_credentials.steamclient.proto +96 -96
  87. package/protos/steam/steammessages_datapublisher.steamclient.proto +102 -102
  88. package/protos/steam/steammessages_depotbuilder.steamclient.proto +99 -99
  89. package/protos/steam/steammessages_deviceauth.steamclient.proto +169 -169
  90. package/protos/steam/steammessages_econ.steamclient.proto +137 -137
  91. package/protos/steam/steammessages_familygroups.steamclient.proto +441 -441
  92. package/protos/steam/steammessages_friendmessages.steamclient.proto +141 -141
  93. package/protos/steam/steammessages_gamenetworking.steamclient.proto +25 -25
  94. package/protos/steam/steammessages_gamenetworkingui.proto +61 -61
  95. package/protos/steam/steammessages_gamenotifications.steamclient.proto +131 -131
  96. package/protos/steam/steammessages_gameservers.steamclient.proto +136 -136
  97. package/protos/steam/steammessages_hiddevices.proto +157 -157
  98. package/protos/steam/steammessages_inventory.steamclient.proto +172 -172
  99. package/protos/steam/steammessages_linkfilter.steamclient.proto +39 -39
  100. package/protos/steam/steammessages_lobbymatchmaking.steamclient.proto +29 -29
  101. package/protos/steam/steammessages_market.steamclient.proto +22 -22
  102. package/protos/steam/steammessages_marketingmessages.steamclient.proto +273 -273
  103. package/protos/steam/steammessages_offline.steamclient.proto +33 -33
  104. package/protos/steam/steammessages_parental.steamclient.proto +262 -262
  105. package/protos/steam/steammessages_parties.steamclient.proto +75 -75
  106. package/protos/steam/steammessages_partnerapps.steamclient.proto +106 -106
  107. package/protos/steam/steammessages_player.steamclient.proto +915 -915
  108. package/protos/steam/steammessages_publishedfile.steamclient.proto +737 -737
  109. package/protos/steam/steammessages_qms.steamclient.proto +111 -111
  110. package/protos/steam/steammessages_remoteclient.proto +100 -100
  111. package/protos/steam/steammessages_remoteclient_discovery.proto +244 -244
  112. package/protos/steam/steammessages_remoteclient_service.steamclient.proto +31 -31
  113. package/protos/steam/steammessages_remoteclient_service_messages.proto +217 -217
  114. package/protos/steam/steammessages_remoteplay.proto +975 -975
  115. package/protos/steam/steammessages_secrets.steamclient.proto +35 -35
  116. package/protos/steam/steammessages_shader.steamclient.proto +89 -89
  117. package/protos/steam/steammessages_site_license.steamclient.proto +103 -103
  118. package/protos/steam/steammessages_sitelicenseclient.proto +38 -38
  119. package/protos/steam/steammessages_siteserverui.proto +130 -130
  120. package/protos/steam/steammessages_steamtv.steamclient.proto +533 -533
  121. package/protos/steam/steammessages_store.steamclient.proto +404 -404
  122. package/protos/steam/steammessages_storebrowse.steamclient.proto +457 -457
  123. package/protos/steam/steammessages_timedtrial.steamclient.proto +40 -40
  124. package/protos/steam/steammessages_twofactor.steamclient.proto +157 -157
  125. package/protos/steam/steammessages_unified_test.steamclient.proto +51 -51
  126. package/protos/steam/steammessages_useraccount.steamclient.proto +211 -211
  127. package/protos/steam/steammessages_vac.steamclient.proto +37 -37
  128. package/protos/steam/steammessages_video.steamclient.proto +68 -68
  129. package/protos/steam/steammessages_virtualcontroller.proto +138 -138
  130. package/protos/steam/steammessages_workshop.steamclient.proto +19 -19
  131. package/protos/steam/steamnetworkingsockets_messages.proto +205 -205
  132. package/protos/steam/steamnetworkingsockets_messages_certs.proto +39 -39
  133. package/protos/steam/steamnetworkingsockets_messages_udp.proto +75 -75
  134. package/protos/steam/webuimessages_achievements.proto +29 -29
  135. package/protos/steam/webuimessages_gamenotes.proto +21 -21
  136. package/protos/steam/webuimessages_gamescope.proto +57 -57
  137. package/protos/steam/webuimessages_steamengine.proto +41 -41
  138. package/protos/steam/webuimessages_steamos.proto +114 -114
  139. package/protos/steam/webuimessages_storagedevicemanager.proto +110 -110
  140. package/protos/steam/webuimessages_systemmanager.proto +17 -17
  141. package/protos/steam/webuimessages_transport.proto +22 -22
  142. package/protos/steam/webuimessages_transportvalidation.proto +111 -111
  143. package/protos/webui/common.proto +4024 -4024
  144. package/protos/webui/service_accountcart.proto +153 -153
  145. package/protos/webui/service_accountlinking.proto +27 -27
  146. package/protos/webui/service_accountprivacy.proto +42 -42
  147. package/protos/webui/service_accountprivateapps.proto +34 -34
  148. package/protos/webui/service_auction.proto +97 -97
  149. package/protos/webui/service_authentication.proto +222 -222
  150. package/protos/webui/service_authenticationsupport.proto +74 -74
  151. package/protos/webui/service_broadcast.proto +562 -562
  152. package/protos/webui/service_chat.proto +11 -11
  153. package/protos/webui/service_chatroom.proto +810 -810
  154. package/protos/webui/service_chatusability.proto +107 -107
  155. package/protos/webui/service_checkout.proto +84 -84
  156. package/protos/webui/service_clan.proto +41 -41
  157. package/protos/webui/service_clanchatrooms.proto +25 -25
  158. package/protos/webui/service_clanfaqs.proto +202 -202
  159. package/protos/webui/service_clientcomm.proto +151 -151
  160. package/protos/webui/service_clientmetrics.proto +22 -22
  161. package/protos/webui/service_cloud.proto +222 -222
  162. package/protos/webui/service_cloudconfigstore.proto +51 -51
  163. package/protos/webui/service_cloudgaming.proto +30 -30
  164. package/protos/webui/service_community.proto +365 -365
  165. package/protos/webui/service_dailydeal.proto +89 -89
  166. package/protos/webui/service_econ.proto +134 -134
  167. package/protos/webui/service_embedded.proto +24 -24
  168. package/protos/webui/service_experimentservice.proto +6 -6
  169. package/protos/webui/service_familygroups.proto +355 -355
  170. package/protos/webui/service_fovasvideo.proto +15 -15
  171. package/protos/webui/service_friendmessages.proto +133 -133
  172. package/protos/webui/service_friendslist.proto +70 -70
  173. package/protos/webui/service_gamenotes.proto +15 -15
  174. package/protos/webui/service_gamerecording.proto +265 -265
  175. package/protos/webui/service_gamerecordingclip.proto +85 -85
  176. package/protos/webui/service_gamerecordingdebug.proto +52 -52
  177. package/protos/webui/service_helprequestlogs.proto +16 -16
  178. package/protos/webui/service_loyaltyrewards.proto +252 -252
  179. package/protos/webui/service_marketingmessages.proto +215 -215
  180. package/protos/webui/service_mobileapp.proto +18 -18
  181. package/protos/webui/service_mobileauth.proto +24 -24
  182. package/protos/webui/service_mobiledevice.proto +26 -26
  183. package/protos/webui/service_mobileperaccount.proto +31 -31
  184. package/protos/webui/service_news.proto +110 -110
  185. package/protos/webui/service_parental.proto +258 -258
  186. package/protos/webui/service_partnermembershipinvite.proto +34 -34
  187. package/protos/webui/service_partnerstorebrowse.proto +28 -28
  188. package/protos/webui/service_phone.proto +51 -51
  189. package/protos/webui/service_physicalgoods.proto +15 -15
  190. package/protos/webui/service_player.proto +918 -918
  191. package/protos/webui/service_promotioneventinvites.proto +109 -109
  192. package/protos/webui/service_promotionplanning.proto +186 -186
  193. package/protos/webui/service_promotionstats.proto +23 -23
  194. package/protos/webui/service_publishedfile.proto +714 -714
  195. package/protos/webui/service_publishing.proto +200 -200
  196. package/protos/webui/service_quest.proto +127 -127
  197. package/protos/webui/service_salefeature.proto +373 -373
  198. package/protos/webui/service_saleitemrewards.proto +54 -54
  199. package/protos/webui/service_shoppingcart.proto +152 -152
  200. package/protos/webui/service_steamawards.proto +76 -76
  201. package/protos/webui/service_steamcharts.proto +75 -75
  202. package/protos/webui/service_steamengine.proto +36 -36
  203. package/protos/webui/service_steamlearn.proto +876 -876
  204. package/protos/webui/service_steamnotification.proto +73 -73
  205. package/protos/webui/service_steamtv.proto +495 -495
  206. package/protos/webui/service_steamvrvoicechat.proto +67 -67
  207. package/protos/webui/service_steamvrwebrtc.proto +48 -48
  208. package/protos/webui/service_storagedevicemanager.proto +104 -104
  209. package/protos/webui/service_store.proto +359 -359
  210. package/protos/webui/service_storeappsimilarity.proto +76 -76
  211. package/protos/webui/service_storebrowse.proto +103 -103
  212. package/protos/webui/service_storemarketing.proto +44 -44
  213. package/protos/webui/service_storequery.proto +103 -103
  214. package/protos/webui/service_storesales.proto +87 -87
  215. package/protos/webui/service_storetopsellers.proto +44 -44
  216. package/protos/webui/service_systemmanager.proto +11 -11
  217. package/protos/webui/service_test_transporterror.proto +6 -6
  218. package/protos/webui/service_transportauth.proto +17 -17
  219. package/protos/webui/service_transportvalidation.proto +69 -69
  220. package/protos/webui/service_twofactor.proto +170 -170
  221. package/protos/webui/service_useraccount.proto +142 -142
  222. package/protos/webui/service_usergameactivity.proto +34 -34
  223. package/protos/webui/service_usergamenotes.proto +70 -70
  224. package/protos/webui/service_usernews.proto +68 -68
  225. package/protos/webui/service_userreviews.proto +97 -97
  226. package/protos/webui/service_video.proto +50 -50
  227. package/protos/webui/service_videoclip.proto +62 -62
  228. package/protos/webui/service_voicechat.proto +139 -139
  229. package/protos/webui/service_webrtc.proto +52 -52
  230. package/remote.js +2240 -2240
  231. package/steamproto.js +146 -146
  232. package/utils.js +1084 -1050
  233. package/.idea/deployment.xml +0 -14
@@ -1,495 +1,495 @@
1
- import "common_base.proto";
2
-
3
- message CSteamTV_AddChatBan_Request {
4
- optional fixed64 broadcast_channel_id = 1;
5
- optional fixed64 chatter_steamid = 2;
6
- optional uint32 duration = 3;
7
- optional bool permanent = 4;
8
- optional bool undo = 5;
9
- }
10
-
11
- message CSteamTV_AddChatBan_Response {
12
- }
13
-
14
- message CSteamTV_AddChatModerator_Request {
15
- optional fixed64 broadcast_channel_id = 1;
16
- optional fixed64 moderator_steamid = 2;
17
- optional bool undo = 3;
18
- }
19
-
20
- message CSteamTV_AddChatModerator_Response {
21
- }
22
-
23
- message CSteamTV_AddWordBan_Request {
24
- optional fixed64 broadcast_channel_id = 1;
25
- optional string word = 2;
26
- optional bool undo = 3;
27
- }
28
-
29
- message CSteamTV_AddWordBan_Response {
30
- }
31
-
32
- message CSteamTV_AppCheer_Request {
33
- optional uint32 app_id = 1;
34
- optional fixed64 cheer_target_id = 2;
35
- repeated .CSteamTV_AppCheer_SingleCheerType cheers = 3;
36
- }
37
-
38
- message CSteamTV_AppCheer_Response {
39
- optional uint32 aggregation_delay_ms = 1;
40
- }
41
-
42
- message CSteamTV_AppCheer_SingleCheerType {
43
- optional uint32 cheer_type = 1;
44
- optional uint32 cheer_amount = 2;
45
- }
46
-
47
- message CSteamTV_BroadcastClipInfo {
48
- optional uint64 broadcast_clip_id = 1;
49
- optional uint64 channel_id = 2;
50
- optional uint32 app_id = 3;
51
- optional fixed64 broadcaster_steamid = 4;
52
- optional fixed64 creator_steamid = 5;
53
- optional string video_description = 6;
54
- optional uint32 live_time = 7;
55
- optional uint32 length_ms = 8;
56
- optional string thumbnail_path = 9;
57
- }
58
-
59
- message CSteamTV_ChatBan {
60
- optional fixed64 issuer_steamid = 1;
61
- optional fixed64 chatter_steamid = 2;
62
- optional string time_expires = 3;
63
- optional bool permanent = 4;
64
- optional string name = 5;
65
- }
66
-
67
- message CSteamTV_ChatModerator {
68
- optional fixed64 steamid = 1;
69
- optional string name = 2;
70
- }
71
-
72
- message CSteamTV_CreateBroadcastChannel_Request {
73
- optional string unique_name = 1;
74
- }
75
-
76
- message CSteamTV_CreateBroadcastChannel_Response {
77
- optional fixed64 broadcast_channel_id = 1;
78
- }
79
-
80
- message CSteamTV_FollowBroadcastChannel_Request {
81
- optional fixed64 broadcast_channel_id = 1;
82
- optional bool undo = 2;
83
- }
84
-
85
- message CSteamTV_FollowBroadcastChannel_Response {
86
- optional bool is_followed = 1;
87
- }
88
-
89
- message CSteamTV_Game {
90
- optional uint32 appid = 1;
91
- optional string name = 2;
92
- optional string image = 3;
93
- optional uint64 viewers = 4;
94
- repeated .GetBroadcastChannelEntry channels = 5;
95
- optional string release_date = 6;
96
- optional string developer = 7;
97
- optional string publisher = 8;
98
- }
99
-
100
- message CSteamTV_GetBroadcastChannelBroadcasters_Request {
101
- optional fixed64 broadcast_channel_id = 1;
102
- }
103
-
104
- message CSteamTV_GetBroadcastChannelBroadcasters_Response {
105
- repeated .CSteamTV_GetBroadcastChannelBroadcasters_Response_Broadcaster broadcasters = 1;
106
- }
107
-
108
- message CSteamTV_GetBroadcastChannelBroadcasters_Response_Broadcaster {
109
- optional fixed64 steamid = 1;
110
- optional string name = 2;
111
- optional string rtmp_token = 3;
112
- }
113
-
114
- message CSteamTV_GetBroadcastChannelClips_Request {
115
- optional fixed64 broadcast_channel_id = 1;
116
- }
117
-
118
- message CSteamTV_GetBroadcastChannelClips_Response {
119
- repeated .CSteamTV_BroadcastClipInfo clips = 1;
120
- optional string thumbnail_host = 2;
121
- }
122
-
123
- message CSteamTV_GetBroadcastChannelID_Request {
124
- optional string unique_name = 1;
125
- }
126
-
127
- message CSteamTV_GetBroadcastChannelID_Response {
128
- optional fixed64 broadcast_channel_id = 1;
129
- optional string unique_name = 2;
130
- optional fixed64 steamid = 3;
131
- }
132
-
133
- message CSteamTV_GetBroadcastChannelImages_Request {
134
- optional fixed64 broadcast_channel_id = 1;
135
- repeated int32 image_types = 2 [(.description) = "enum"];
136
- }
137
-
138
- message CSteamTV_GetBroadcastChannelImages_Response {
139
- repeated .CSteamTV_GetBroadcastChannelImages_Response_Images images = 1;
140
- }
141
-
142
- message CSteamTV_GetBroadcastChannelImages_Response_Images {
143
- optional int32 image_type = 1 [(.description) = "enum"];
144
- optional string image_path = 2;
145
- optional uint32 image_index = 3;
146
- }
147
-
148
- message CSteamTV_GetBroadcastChannelInteraction_Request {
149
- optional fixed64 broadcast_channel_id = 1;
150
- }
151
-
152
- message CSteamTV_GetBroadcastChannelInteraction_Response {
153
- optional bool is_followed = 1;
154
- optional bool is_subscribed = 2;
155
- }
156
-
157
- message CSteamTV_GetBroadcastChannelLinks_Request {
158
- optional fixed64 broadcast_channel_id = 1;
159
- }
160
-
161
- message CSteamTV_GetBroadcastChannelLinks_Response {
162
- repeated .CSteamTV_GetBroadcastChannelLinks_Response_Links links = 1;
163
- }
164
-
165
- message CSteamTV_GetBroadcastChannelLinks_Response_Links {
166
- optional uint32 link_index = 1;
167
- optional string url = 2;
168
- optional string link_description = 3;
169
- optional uint32 left = 4;
170
- optional uint32 top = 5;
171
- optional uint32 width = 6;
172
- optional uint32 height = 7;
173
- }
174
-
175
- message CSteamTV_GetBroadcastChannelProfile_Request {
176
- optional fixed64 broadcast_channel_id = 1;
177
- }
178
-
179
- message CSteamTV_GetBroadcastChannelProfile_Response {
180
- optional string unique_name = 1;
181
- optional fixed64 owner_steamid = 2;
182
- optional string name = 3;
183
- optional string language = 4;
184
- optional string headline = 5;
185
- optional string summary = 6;
186
- optional string schedule = 7;
187
- optional string rules = 8;
188
- optional string panels = 9;
189
- optional bool is_partnered = 10;
190
- }
191
-
192
- message CSteamTV_GetBroadcastChannelStatus_Request {
193
- optional fixed64 broadcast_channel_id = 1;
194
- }
195
-
196
- message CSteamTV_GetBroadcastChannelStatus_Response {
197
- optional bool is_live = 1;
198
- optional bool is_disabled = 2;
199
- optional uint32 appid = 3;
200
- optional uint64 viewers = 4;
201
- optional uint64 views = 5;
202
- optional fixed64 broadcaster_steamid = 6;
203
- optional string thumbnail_url = 7;
204
- optional uint64 followers = 8;
205
- optional uint64 subscribers = 9;
206
- optional string unique_name = 10;
207
- optional uint64 broadcast_session_id = 11;
208
- }
209
-
210
- message CSteamTV_GetChannels_Request {
211
- optional int32 algorithm = 1 [(.description) = "enum"];
212
- optional uint32 count = 2;
213
- optional uint32 appid = 3;
214
- }
215
-
216
- message CSteamTV_GetChannels_Response {
217
- repeated .GetBroadcastChannelEntry results = 1;
218
- }
219
-
220
- message CSteamTV_GetChatBans_Request {
221
- optional fixed64 broadcast_channel_id = 1;
222
- }
223
-
224
- message CSteamTV_GetChatBans_Response {
225
- repeated .CSteamTV_ChatBan results = 1;
226
- }
227
-
228
- message CSteamTV_GetChatModerators_Request {
229
- optional fixed64 broadcast_channel_id = 1;
230
- }
231
-
232
- message CSteamTV_GetChatModerators_Response {
233
- repeated .CSteamTV_ChatModerator results = 1;
234
- }
235
-
236
- message CSteamTV_GetFollowedChannels_Request {
237
- }
238
-
239
- message CSteamTV_GetFollowedChannels_Response {
240
- repeated .GetBroadcastChannelEntry results = 1;
241
- }
242
-
243
- message CSteamTV_GetGames_Request {
244
- optional uint32 appid = 1;
245
- optional int32 algorithm = 2 [(.description) = "enum"];
246
- optional uint32 count = 3;
247
- }
248
-
249
- message CSteamTV_GetGames_Response {
250
- repeated .CSteamTV_Game results = 1;
251
- }
252
-
253
- message CSteamTV_GetHomePageContents_Request {
254
- }
255
-
256
- message CSteamTV_GetHomePageContents_Response {
257
- repeated .CSteamTV_HomePageContentRow rows = 1;
258
- }
259
-
260
- message CSteamTV_GetMyBroadcastChannels_Request {
261
- }
262
-
263
- message CSteamTV_GetMyBroadcastChannels_Response {
264
- repeated .GetBroadcastChannelEntry results = 1;
265
- }
266
-
267
- message CSteamTV_GetSteamTVUserSettings_Request {
268
- }
269
-
270
- message CSteamTV_GetSteamTVUserSettings_Response {
271
- optional bool stream_live_email = 1;
272
- optional bool stream_live_notification = 2;
273
- }
274
-
275
- message CSteamTV_GetSubscribedChannels_Request {
276
- }
277
-
278
- message CSteamTV_GetSubscribedChannels_Response {
279
- repeated .GetBroadcastChannelEntry results = 1;
280
- }
281
-
282
- message CSteamTV_GetWordBans_Request {
283
- optional fixed64 broadcast_channel_id = 1;
284
- }
285
-
286
- message CSteamTV_GetWordBans_Response {
287
- repeated string results = 1;
288
- }
289
-
290
- message CSteamTV_HomePageContentRow {
291
- optional int32 template_type = 1 [(.description) = "enum"];
292
- optional .CSteamTV_HomePageTemplate_Takeover takeover = 2;
293
- optional .CSteamTV_HomePageTemplate_SingleGame single_game = 3;
294
- optional .CSteamTV_HomePageTemplate_GameList game_list = 4;
295
- optional .CSteamTV_HomePageTemplate_QuickExplore quick_explore = 5;
296
- optional .CSteamTV_HomePageTemplate_ConveyorBelt conveyor_belt = 6;
297
- optional .CSteamTV_HomePageTemplate_WatchParty watch_party = 7;
298
- optional .CSteamTV_HomePageTemplate_Developer developer = 8;
299
- optional .CSteamTV_HomePageTemplate_Event event = 9;
300
- }
301
-
302
- message CSteamTV_HomePageTemplate_ConveyorBelt {
303
- repeated .GetBroadcastChannelEntry broadcasts = 1;
304
- optional string title = 2;
305
- }
306
-
307
- message CSteamTV_HomePageTemplate_Developer {
308
- optional .GetBroadcastChannelEntry broadcast = 1;
309
- optional string title = 2;
310
- }
311
-
312
- message CSteamTV_HomePageTemplate_Event {
313
- optional string title = 1;
314
- }
315
-
316
- message CSteamTV_HomePageTemplate_GameList {
317
- repeated .GameListEntry entries = 1;
318
- optional string title = 2;
319
- }
320
-
321
- message CSteamTV_HomePageTemplate_QuickExplore {
322
- repeated .GetBroadcastChannelEntry broadcasts = 1;
323
- optional string title = 2;
324
- }
325
-
326
- message CSteamTV_HomePageTemplate_SingleGame {
327
- repeated .GetBroadcastChannelEntry broadcasts = 1;
328
- optional uint32 appid = 2;
329
- optional string title = 3;
330
- }
331
-
332
- message CSteamTV_HomePageTemplate_Takeover {
333
- repeated .GetBroadcastChannelEntry broadcasts = 1;
334
- }
335
-
336
- message CSteamTV_HomePageTemplate_WatchParty {
337
- optional .GetBroadcastChannelEntry broadcast = 1;
338
- optional string title = 2;
339
- optional uint64 chat_group_id = 3;
340
- }
341
-
342
- message CSteamTV_JoinChat_Request {
343
- optional fixed64 broadcast_channel_id = 1;
344
- }
345
-
346
- message CSteamTV_JoinChat_Response {
347
- optional fixed64 chat_id = 1;
348
- optional string view_url_template = 2;
349
- repeated uint64 flair_group_ids = 3;
350
- }
351
-
352
- message CSteamTV_ReportBroadcastChannel_Request {
353
- optional fixed64 broadcast_channel_id = 1;
354
- optional string reason = 2;
355
- }
356
-
357
- message CSteamTV_ReportBroadcastChannel_Response {
358
- }
359
-
360
- message CSteamTV_Search_Request {
361
- optional string term = 1;
362
- }
363
-
364
- message CSteamTV_Search_Response {
365
- repeated .GetBroadcastChannelEntry results = 1;
366
- }
367
-
368
- message CSteamTV_SetBroadcastChannelImage_Request {
369
- optional fixed64 broadcast_channel_id = 1;
370
- optional int32 image_type = 2 [(.description) = "enum"];
371
- optional uint32 image_index = 3;
372
- optional uint32 image_width = 4;
373
- optional uint32 image_height = 5;
374
- optional uint32 file_size = 6;
375
- optional string file_extension = 7;
376
- optional string file_hash = 8;
377
- optional bool undo = 9;
378
- }
379
-
380
- message CSteamTV_SetBroadcastChannelImage_Response {
381
- optional string replace_image_hash = 1;
382
- }
383
-
384
- message CSteamTV_SetBroadcastChannelLinkRegions_Request {
385
- optional fixed64 broadcast_channel_id = 1;
386
- repeated .CSteamTV_SetBroadcastChannelLinkRegions_Request_Links links = 2;
387
- }
388
-
389
- message CSteamTV_SetBroadcastChannelLinkRegions_Request_Links {
390
- optional uint32 link_index = 1;
391
- optional string url = 2;
392
- optional string link_description = 3;
393
- optional uint32 left = 4;
394
- optional uint32 top = 5;
395
- optional uint32 width = 6;
396
- optional uint32 height = 7;
397
- }
398
-
399
- message CSteamTV_SetBroadcastChannelLinkRegions_Response {
400
- }
401
-
402
- message CSteamTV_SetBroadcastChannelProfile_Request {
403
- optional fixed64 broadcast_channel_id = 1;
404
- optional string name = 2;
405
- optional string language = 3;
406
- optional string headline = 4;
407
- optional string summary = 5;
408
- optional string avatar_hash = 6;
409
- optional string schedule = 7;
410
- optional string rules = 8;
411
- optional string panels = 9;
412
- }
413
-
414
- message CSteamTV_SetBroadcastChannelProfile_Response {
415
- }
416
-
417
- message CSteamTV_SetSteamTVUserSettings_Request {
418
- optional bool stream_live_email = 1;
419
- optional bool stream_live_notification = 2;
420
- }
421
-
422
- message CSteamTV_SetSteamTVUserSettings_Response {
423
- }
424
-
425
- message CSteamTV_SubscribeBroadcastChannel_Request {
426
- optional fixed64 broadcast_channel_id = 1;
427
- }
428
-
429
- message CSteamTV_SubscribeBroadcastChannel_Response {
430
- optional bool is_subscribed = 1;
431
- }
432
-
433
- message GameListEntry {
434
- optional uint32 appid = 1;
435
- optional string game_name = 2;
436
- optional .GetBroadcastChannelEntry broadcast = 3;
437
- }
438
-
439
- message GetBroadcastChannelEntry {
440
- optional fixed64 broadcast_channel_id = 1;
441
- optional string unique_name = 2;
442
- optional string name = 3;
443
- optional uint32 appid = 4;
444
- optional uint64 viewers = 5;
445
- optional uint64 views = 6;
446
- optional string thumbnail_url = 7;
447
- optional uint64 followers = 8;
448
- optional string headline = 9;
449
- optional string avatar_url = 10;
450
- optional fixed64 broadcaster_steamid = 11;
451
- optional uint64 subscribers = 12;
452
- optional string background_url = 13;
453
- optional bool is_featured = 14;
454
- optional bool is_disabled = 15;
455
- optional bool is_live = 16;
456
- optional string language = 17;
457
- optional uint32 reports = 18;
458
- optional bool is_partnered = 19;
459
- }
460
-
461
- service SteamTV {
462
- rpc AddChatBan (.CSteamTV_AddChatBan_Request) returns (.CSteamTV_AddChatBan_Response);
463
- rpc AddChatModerator (.CSteamTV_AddChatModerator_Request) returns (.CSteamTV_AddChatModerator_Response);
464
- rpc AddWordBan (.CSteamTV_AddWordBan_Request) returns (.CSteamTV_AddWordBan_Response);
465
- rpc AppCheer (.CSteamTV_AppCheer_Request) returns (.CSteamTV_AppCheer_Response);
466
- rpc CreateBroadcastChannel (.CSteamTV_CreateBroadcastChannel_Request) returns (.CSteamTV_CreateBroadcastChannel_Response);
467
- rpc FollowBroadcastChannel (.CSteamTV_FollowBroadcastChannel_Request) returns (.CSteamTV_FollowBroadcastChannel_Response);
468
- rpc GetBroadcastChannelBroadcasters (.CSteamTV_GetBroadcastChannelBroadcasters_Request) returns (.CSteamTV_GetBroadcastChannelBroadcasters_Response);
469
- rpc GetBroadcastChannelClips (.CSteamTV_GetBroadcastChannelClips_Request) returns (.CSteamTV_GetBroadcastChannelClips_Response);
470
- rpc GetBroadcastChannelID (.CSteamTV_GetBroadcastChannelID_Request) returns (.CSteamTV_GetBroadcastChannelID_Response);
471
- rpc GetBroadcastChannelImages (.CSteamTV_GetBroadcastChannelImages_Request) returns (.CSteamTV_GetBroadcastChannelImages_Response);
472
- rpc GetBroadcastChannelInteraction (.CSteamTV_GetBroadcastChannelInteraction_Request) returns (.CSteamTV_GetBroadcastChannelInteraction_Response);
473
- rpc GetBroadcastChannelLinks (.CSteamTV_GetBroadcastChannelLinks_Request) returns (.CSteamTV_GetBroadcastChannelLinks_Response);
474
- rpc GetBroadcastChannelProfile (.CSteamTV_GetBroadcastChannelProfile_Request) returns (.CSteamTV_GetBroadcastChannelProfile_Response);
475
- rpc GetBroadcastChannelStatus (.CSteamTV_GetBroadcastChannelStatus_Request) returns (.CSteamTV_GetBroadcastChannelStatus_Response);
476
- rpc GetChannels (.CSteamTV_GetChannels_Request) returns (.CSteamTV_GetChannels_Response);
477
- rpc GetChatBans (.CSteamTV_GetChatBans_Request) returns (.CSteamTV_GetChatBans_Response);
478
- rpc GetChatModerators (.CSteamTV_GetChatModerators_Request) returns (.CSteamTV_GetChatModerators_Response);
479
- rpc GetFollowedChannels (.CSteamTV_GetFollowedChannels_Request) returns (.CSteamTV_GetFollowedChannels_Response);
480
- rpc GetGames (.CSteamTV_GetGames_Request) returns (.CSteamTV_GetGames_Response);
481
- rpc GetHomePageContents (.CSteamTV_GetHomePageContents_Request) returns (.CSteamTV_GetHomePageContents_Response);
482
- rpc GetMyBroadcastChannels (.CSteamTV_GetMyBroadcastChannels_Request) returns (.CSteamTV_GetMyBroadcastChannels_Response);
483
- rpc GetSteamTVUserSettings (.CSteamTV_GetSteamTVUserSettings_Request) returns (.CSteamTV_GetSteamTVUserSettings_Response);
484
- rpc GetSubscribedChannels (.CSteamTV_GetSubscribedChannels_Request) returns (.CSteamTV_GetSubscribedChannels_Response);
485
- rpc GetWordBans (.CSteamTV_GetWordBans_Request) returns (.CSteamTV_GetWordBans_Response);
486
- rpc JoinChat (.CSteamTV_JoinChat_Request) returns (.CSteamTV_JoinChat_Response);
487
- rpc ReportBroadcastChannel (.CSteamTV_ReportBroadcastChannel_Request) returns (.CSteamTV_ReportBroadcastChannel_Response);
488
- rpc Search (.CSteamTV_Search_Request) returns (.CSteamTV_Search_Response);
489
- rpc SetBroadcastChannelImage (.CSteamTV_SetBroadcastChannelImage_Request) returns (.CSteamTV_SetBroadcastChannelImage_Response);
490
- rpc SetBroadcastChannelLinkRegions (.CSteamTV_SetBroadcastChannelLinkRegions_Request) returns (.CSteamTV_SetBroadcastChannelLinkRegions_Response);
491
- rpc SetBroadcastChannelProfile (.CSteamTV_SetBroadcastChannelProfile_Request) returns (.CSteamTV_SetBroadcastChannelProfile_Response);
492
- rpc SetSteamTVUserSettings (.CSteamTV_SetSteamTVUserSettings_Request) returns (.CSteamTV_SetSteamTVUserSettings_Response);
493
- rpc SubscribeBroadcastChannel (.CSteamTV_SubscribeBroadcastChannel_Request) returns (.CSteamTV_SubscribeBroadcastChannel_Response);
494
- }
495
-
1
+ import "common_base.proto";
2
+
3
+ message CSteamTV_AddChatBan_Request {
4
+ optional fixed64 broadcast_channel_id = 1;
5
+ optional fixed64 chatter_steamid = 2;
6
+ optional uint32 duration = 3;
7
+ optional bool permanent = 4;
8
+ optional bool undo = 5;
9
+ }
10
+
11
+ message CSteamTV_AddChatBan_Response {
12
+ }
13
+
14
+ message CSteamTV_AddChatModerator_Request {
15
+ optional fixed64 broadcast_channel_id = 1;
16
+ optional fixed64 moderator_steamid = 2;
17
+ optional bool undo = 3;
18
+ }
19
+
20
+ message CSteamTV_AddChatModerator_Response {
21
+ }
22
+
23
+ message CSteamTV_AddWordBan_Request {
24
+ optional fixed64 broadcast_channel_id = 1;
25
+ optional string word = 2;
26
+ optional bool undo = 3;
27
+ }
28
+
29
+ message CSteamTV_AddWordBan_Response {
30
+ }
31
+
32
+ message CSteamTV_AppCheer_Request {
33
+ optional uint32 app_id = 1;
34
+ optional fixed64 cheer_target_id = 2;
35
+ repeated .CSteamTV_AppCheer_SingleCheerType cheers = 3;
36
+ }
37
+
38
+ message CSteamTV_AppCheer_Response {
39
+ optional uint32 aggregation_delay_ms = 1;
40
+ }
41
+
42
+ message CSteamTV_AppCheer_SingleCheerType {
43
+ optional uint32 cheer_type = 1;
44
+ optional uint32 cheer_amount = 2;
45
+ }
46
+
47
+ message CSteamTV_BroadcastClipInfo {
48
+ optional uint64 broadcast_clip_id = 1;
49
+ optional uint64 channel_id = 2;
50
+ optional uint32 app_id = 3;
51
+ optional fixed64 broadcaster_steamid = 4;
52
+ optional fixed64 creator_steamid = 5;
53
+ optional string video_description = 6;
54
+ optional uint32 live_time = 7;
55
+ optional uint32 length_ms = 8;
56
+ optional string thumbnail_path = 9;
57
+ }
58
+
59
+ message CSteamTV_ChatBan {
60
+ optional fixed64 issuer_steamid = 1;
61
+ optional fixed64 chatter_steamid = 2;
62
+ optional string time_expires = 3;
63
+ optional bool permanent = 4;
64
+ optional string name = 5;
65
+ }
66
+
67
+ message CSteamTV_ChatModerator {
68
+ optional fixed64 steamid = 1;
69
+ optional string name = 2;
70
+ }
71
+
72
+ message CSteamTV_CreateBroadcastChannel_Request {
73
+ optional string unique_name = 1;
74
+ }
75
+
76
+ message CSteamTV_CreateBroadcastChannel_Response {
77
+ optional fixed64 broadcast_channel_id = 1;
78
+ }
79
+
80
+ message CSteamTV_FollowBroadcastChannel_Request {
81
+ optional fixed64 broadcast_channel_id = 1;
82
+ optional bool undo = 2;
83
+ }
84
+
85
+ message CSteamTV_FollowBroadcastChannel_Response {
86
+ optional bool is_followed = 1;
87
+ }
88
+
89
+ message CSteamTV_Game {
90
+ optional uint32 appid = 1;
91
+ optional string name = 2;
92
+ optional string image = 3;
93
+ optional uint64 viewers = 4;
94
+ repeated .GetBroadcastChannelEntry channels = 5;
95
+ optional string release_date = 6;
96
+ optional string developer = 7;
97
+ optional string publisher = 8;
98
+ }
99
+
100
+ message CSteamTV_GetBroadcastChannelBroadcasters_Request {
101
+ optional fixed64 broadcast_channel_id = 1;
102
+ }
103
+
104
+ message CSteamTV_GetBroadcastChannelBroadcasters_Response {
105
+ repeated .CSteamTV_GetBroadcastChannelBroadcasters_Response_Broadcaster broadcasters = 1;
106
+ }
107
+
108
+ message CSteamTV_GetBroadcastChannelBroadcasters_Response_Broadcaster {
109
+ optional fixed64 steamid = 1;
110
+ optional string name = 2;
111
+ optional string rtmp_token = 3;
112
+ }
113
+
114
+ message CSteamTV_GetBroadcastChannelClips_Request {
115
+ optional fixed64 broadcast_channel_id = 1;
116
+ }
117
+
118
+ message CSteamTV_GetBroadcastChannelClips_Response {
119
+ repeated .CSteamTV_BroadcastClipInfo clips = 1;
120
+ optional string thumbnail_host = 2;
121
+ }
122
+
123
+ message CSteamTV_GetBroadcastChannelID_Request {
124
+ optional string unique_name = 1;
125
+ }
126
+
127
+ message CSteamTV_GetBroadcastChannelID_Response {
128
+ optional fixed64 broadcast_channel_id = 1;
129
+ optional string unique_name = 2;
130
+ optional fixed64 steamid = 3;
131
+ }
132
+
133
+ message CSteamTV_GetBroadcastChannelImages_Request {
134
+ optional fixed64 broadcast_channel_id = 1;
135
+ repeated int32 image_types = 2 [(.description) = "enum"];
136
+ }
137
+
138
+ message CSteamTV_GetBroadcastChannelImages_Response {
139
+ repeated .CSteamTV_GetBroadcastChannelImages_Response_Images images = 1;
140
+ }
141
+
142
+ message CSteamTV_GetBroadcastChannelImages_Response_Images {
143
+ optional int32 image_type = 1 [(.description) = "enum"];
144
+ optional string image_path = 2;
145
+ optional uint32 image_index = 3;
146
+ }
147
+
148
+ message CSteamTV_GetBroadcastChannelInteraction_Request {
149
+ optional fixed64 broadcast_channel_id = 1;
150
+ }
151
+
152
+ message CSteamTV_GetBroadcastChannelInteraction_Response {
153
+ optional bool is_followed = 1;
154
+ optional bool is_subscribed = 2;
155
+ }
156
+
157
+ message CSteamTV_GetBroadcastChannelLinks_Request {
158
+ optional fixed64 broadcast_channel_id = 1;
159
+ }
160
+
161
+ message CSteamTV_GetBroadcastChannelLinks_Response {
162
+ repeated .CSteamTV_GetBroadcastChannelLinks_Response_Links links = 1;
163
+ }
164
+
165
+ message CSteamTV_GetBroadcastChannelLinks_Response_Links {
166
+ optional uint32 link_index = 1;
167
+ optional string url = 2;
168
+ optional string link_description = 3;
169
+ optional uint32 left = 4;
170
+ optional uint32 top = 5;
171
+ optional uint32 width = 6;
172
+ optional uint32 height = 7;
173
+ }
174
+
175
+ message CSteamTV_GetBroadcastChannelProfile_Request {
176
+ optional fixed64 broadcast_channel_id = 1;
177
+ }
178
+
179
+ message CSteamTV_GetBroadcastChannelProfile_Response {
180
+ optional string unique_name = 1;
181
+ optional fixed64 owner_steamid = 2;
182
+ optional string name = 3;
183
+ optional string language = 4;
184
+ optional string headline = 5;
185
+ optional string summary = 6;
186
+ optional string schedule = 7;
187
+ optional string rules = 8;
188
+ optional string panels = 9;
189
+ optional bool is_partnered = 10;
190
+ }
191
+
192
+ message CSteamTV_GetBroadcastChannelStatus_Request {
193
+ optional fixed64 broadcast_channel_id = 1;
194
+ }
195
+
196
+ message CSteamTV_GetBroadcastChannelStatus_Response {
197
+ optional bool is_live = 1;
198
+ optional bool is_disabled = 2;
199
+ optional uint32 appid = 3;
200
+ optional uint64 viewers = 4;
201
+ optional uint64 views = 5;
202
+ optional fixed64 broadcaster_steamid = 6;
203
+ optional string thumbnail_url = 7;
204
+ optional uint64 followers = 8;
205
+ optional uint64 subscribers = 9;
206
+ optional string unique_name = 10;
207
+ optional uint64 broadcast_session_id = 11;
208
+ }
209
+
210
+ message CSteamTV_GetChannels_Request {
211
+ optional int32 algorithm = 1 [(.description) = "enum"];
212
+ optional uint32 count = 2;
213
+ optional uint32 appid = 3;
214
+ }
215
+
216
+ message CSteamTV_GetChannels_Response {
217
+ repeated .GetBroadcastChannelEntry results = 1;
218
+ }
219
+
220
+ message CSteamTV_GetChatBans_Request {
221
+ optional fixed64 broadcast_channel_id = 1;
222
+ }
223
+
224
+ message CSteamTV_GetChatBans_Response {
225
+ repeated .CSteamTV_ChatBan results = 1;
226
+ }
227
+
228
+ message CSteamTV_GetChatModerators_Request {
229
+ optional fixed64 broadcast_channel_id = 1;
230
+ }
231
+
232
+ message CSteamTV_GetChatModerators_Response {
233
+ repeated .CSteamTV_ChatModerator results = 1;
234
+ }
235
+
236
+ message CSteamTV_GetFollowedChannels_Request {
237
+ }
238
+
239
+ message CSteamTV_GetFollowedChannels_Response {
240
+ repeated .GetBroadcastChannelEntry results = 1;
241
+ }
242
+
243
+ message CSteamTV_GetGames_Request {
244
+ optional uint32 appid = 1;
245
+ optional int32 algorithm = 2 [(.description) = "enum"];
246
+ optional uint32 count = 3;
247
+ }
248
+
249
+ message CSteamTV_GetGames_Response {
250
+ repeated .CSteamTV_Game results = 1;
251
+ }
252
+
253
+ message CSteamTV_GetHomePageContents_Request {
254
+ }
255
+
256
+ message CSteamTV_GetHomePageContents_Response {
257
+ repeated .CSteamTV_HomePageContentRow rows = 1;
258
+ }
259
+
260
+ message CSteamTV_GetMyBroadcastChannels_Request {
261
+ }
262
+
263
+ message CSteamTV_GetMyBroadcastChannels_Response {
264
+ repeated .GetBroadcastChannelEntry results = 1;
265
+ }
266
+
267
+ message CSteamTV_GetSteamTVUserSettings_Request {
268
+ }
269
+
270
+ message CSteamTV_GetSteamTVUserSettings_Response {
271
+ optional bool stream_live_email = 1;
272
+ optional bool stream_live_notification = 2;
273
+ }
274
+
275
+ message CSteamTV_GetSubscribedChannels_Request {
276
+ }
277
+
278
+ message CSteamTV_GetSubscribedChannels_Response {
279
+ repeated .GetBroadcastChannelEntry results = 1;
280
+ }
281
+
282
+ message CSteamTV_GetWordBans_Request {
283
+ optional fixed64 broadcast_channel_id = 1;
284
+ }
285
+
286
+ message CSteamTV_GetWordBans_Response {
287
+ repeated string results = 1;
288
+ }
289
+
290
+ message CSteamTV_HomePageContentRow {
291
+ optional int32 template_type = 1 [(.description) = "enum"];
292
+ optional .CSteamTV_HomePageTemplate_Takeover takeover = 2;
293
+ optional .CSteamTV_HomePageTemplate_SingleGame single_game = 3;
294
+ optional .CSteamTV_HomePageTemplate_GameList game_list = 4;
295
+ optional .CSteamTV_HomePageTemplate_QuickExplore quick_explore = 5;
296
+ optional .CSteamTV_HomePageTemplate_ConveyorBelt conveyor_belt = 6;
297
+ optional .CSteamTV_HomePageTemplate_WatchParty watch_party = 7;
298
+ optional .CSteamTV_HomePageTemplate_Developer developer = 8;
299
+ optional .CSteamTV_HomePageTemplate_Event event = 9;
300
+ }
301
+
302
+ message CSteamTV_HomePageTemplate_ConveyorBelt {
303
+ repeated .GetBroadcastChannelEntry broadcasts = 1;
304
+ optional string title = 2;
305
+ }
306
+
307
+ message CSteamTV_HomePageTemplate_Developer {
308
+ optional .GetBroadcastChannelEntry broadcast = 1;
309
+ optional string title = 2;
310
+ }
311
+
312
+ message CSteamTV_HomePageTemplate_Event {
313
+ optional string title = 1;
314
+ }
315
+
316
+ message CSteamTV_HomePageTemplate_GameList {
317
+ repeated .GameListEntry entries = 1;
318
+ optional string title = 2;
319
+ }
320
+
321
+ message CSteamTV_HomePageTemplate_QuickExplore {
322
+ repeated .GetBroadcastChannelEntry broadcasts = 1;
323
+ optional string title = 2;
324
+ }
325
+
326
+ message CSteamTV_HomePageTemplate_SingleGame {
327
+ repeated .GetBroadcastChannelEntry broadcasts = 1;
328
+ optional uint32 appid = 2;
329
+ optional string title = 3;
330
+ }
331
+
332
+ message CSteamTV_HomePageTemplate_Takeover {
333
+ repeated .GetBroadcastChannelEntry broadcasts = 1;
334
+ }
335
+
336
+ message CSteamTV_HomePageTemplate_WatchParty {
337
+ optional .GetBroadcastChannelEntry broadcast = 1;
338
+ optional string title = 2;
339
+ optional uint64 chat_group_id = 3;
340
+ }
341
+
342
+ message CSteamTV_JoinChat_Request {
343
+ optional fixed64 broadcast_channel_id = 1;
344
+ }
345
+
346
+ message CSteamTV_JoinChat_Response {
347
+ optional fixed64 chat_id = 1;
348
+ optional string view_url_template = 2;
349
+ repeated uint64 flair_group_ids = 3;
350
+ }
351
+
352
+ message CSteamTV_ReportBroadcastChannel_Request {
353
+ optional fixed64 broadcast_channel_id = 1;
354
+ optional string reason = 2;
355
+ }
356
+
357
+ message CSteamTV_ReportBroadcastChannel_Response {
358
+ }
359
+
360
+ message CSteamTV_Search_Request {
361
+ optional string term = 1;
362
+ }
363
+
364
+ message CSteamTV_Search_Response {
365
+ repeated .GetBroadcastChannelEntry results = 1;
366
+ }
367
+
368
+ message CSteamTV_SetBroadcastChannelImage_Request {
369
+ optional fixed64 broadcast_channel_id = 1;
370
+ optional int32 image_type = 2 [(.description) = "enum"];
371
+ optional uint32 image_index = 3;
372
+ optional uint32 image_width = 4;
373
+ optional uint32 image_height = 5;
374
+ optional uint32 file_size = 6;
375
+ optional string file_extension = 7;
376
+ optional string file_hash = 8;
377
+ optional bool undo = 9;
378
+ }
379
+
380
+ message CSteamTV_SetBroadcastChannelImage_Response {
381
+ optional string replace_image_hash = 1;
382
+ }
383
+
384
+ message CSteamTV_SetBroadcastChannelLinkRegions_Request {
385
+ optional fixed64 broadcast_channel_id = 1;
386
+ repeated .CSteamTV_SetBroadcastChannelLinkRegions_Request_Links links = 2;
387
+ }
388
+
389
+ message CSteamTV_SetBroadcastChannelLinkRegions_Request_Links {
390
+ optional uint32 link_index = 1;
391
+ optional string url = 2;
392
+ optional string link_description = 3;
393
+ optional uint32 left = 4;
394
+ optional uint32 top = 5;
395
+ optional uint32 width = 6;
396
+ optional uint32 height = 7;
397
+ }
398
+
399
+ message CSteamTV_SetBroadcastChannelLinkRegions_Response {
400
+ }
401
+
402
+ message CSteamTV_SetBroadcastChannelProfile_Request {
403
+ optional fixed64 broadcast_channel_id = 1;
404
+ optional string name = 2;
405
+ optional string language = 3;
406
+ optional string headline = 4;
407
+ optional string summary = 5;
408
+ optional string avatar_hash = 6;
409
+ optional string schedule = 7;
410
+ optional string rules = 8;
411
+ optional string panels = 9;
412
+ }
413
+
414
+ message CSteamTV_SetBroadcastChannelProfile_Response {
415
+ }
416
+
417
+ message CSteamTV_SetSteamTVUserSettings_Request {
418
+ optional bool stream_live_email = 1;
419
+ optional bool stream_live_notification = 2;
420
+ }
421
+
422
+ message CSteamTV_SetSteamTVUserSettings_Response {
423
+ }
424
+
425
+ message CSteamTV_SubscribeBroadcastChannel_Request {
426
+ optional fixed64 broadcast_channel_id = 1;
427
+ }
428
+
429
+ message CSteamTV_SubscribeBroadcastChannel_Response {
430
+ optional bool is_subscribed = 1;
431
+ }
432
+
433
+ message GameListEntry {
434
+ optional uint32 appid = 1;
435
+ optional string game_name = 2;
436
+ optional .GetBroadcastChannelEntry broadcast = 3;
437
+ }
438
+
439
+ message GetBroadcastChannelEntry {
440
+ optional fixed64 broadcast_channel_id = 1;
441
+ optional string unique_name = 2;
442
+ optional string name = 3;
443
+ optional uint32 appid = 4;
444
+ optional uint64 viewers = 5;
445
+ optional uint64 views = 6;
446
+ optional string thumbnail_url = 7;
447
+ optional uint64 followers = 8;
448
+ optional string headline = 9;
449
+ optional string avatar_url = 10;
450
+ optional fixed64 broadcaster_steamid = 11;
451
+ optional uint64 subscribers = 12;
452
+ optional string background_url = 13;
453
+ optional bool is_featured = 14;
454
+ optional bool is_disabled = 15;
455
+ optional bool is_live = 16;
456
+ optional string language = 17;
457
+ optional uint32 reports = 18;
458
+ optional bool is_partnered = 19;
459
+ }
460
+
461
+ service SteamTV {
462
+ rpc AddChatBan (.CSteamTV_AddChatBan_Request) returns (.CSteamTV_AddChatBan_Response);
463
+ rpc AddChatModerator (.CSteamTV_AddChatModerator_Request) returns (.CSteamTV_AddChatModerator_Response);
464
+ rpc AddWordBan (.CSteamTV_AddWordBan_Request) returns (.CSteamTV_AddWordBan_Response);
465
+ rpc AppCheer (.CSteamTV_AppCheer_Request) returns (.CSteamTV_AppCheer_Response);
466
+ rpc CreateBroadcastChannel (.CSteamTV_CreateBroadcastChannel_Request) returns (.CSteamTV_CreateBroadcastChannel_Response);
467
+ rpc FollowBroadcastChannel (.CSteamTV_FollowBroadcastChannel_Request) returns (.CSteamTV_FollowBroadcastChannel_Response);
468
+ rpc GetBroadcastChannelBroadcasters (.CSteamTV_GetBroadcastChannelBroadcasters_Request) returns (.CSteamTV_GetBroadcastChannelBroadcasters_Response);
469
+ rpc GetBroadcastChannelClips (.CSteamTV_GetBroadcastChannelClips_Request) returns (.CSteamTV_GetBroadcastChannelClips_Response);
470
+ rpc GetBroadcastChannelID (.CSteamTV_GetBroadcastChannelID_Request) returns (.CSteamTV_GetBroadcastChannelID_Response);
471
+ rpc GetBroadcastChannelImages (.CSteamTV_GetBroadcastChannelImages_Request) returns (.CSteamTV_GetBroadcastChannelImages_Response);
472
+ rpc GetBroadcastChannelInteraction (.CSteamTV_GetBroadcastChannelInteraction_Request) returns (.CSteamTV_GetBroadcastChannelInteraction_Response);
473
+ rpc GetBroadcastChannelLinks (.CSteamTV_GetBroadcastChannelLinks_Request) returns (.CSteamTV_GetBroadcastChannelLinks_Response);
474
+ rpc GetBroadcastChannelProfile (.CSteamTV_GetBroadcastChannelProfile_Request) returns (.CSteamTV_GetBroadcastChannelProfile_Response);
475
+ rpc GetBroadcastChannelStatus (.CSteamTV_GetBroadcastChannelStatus_Request) returns (.CSteamTV_GetBroadcastChannelStatus_Response);
476
+ rpc GetChannels (.CSteamTV_GetChannels_Request) returns (.CSteamTV_GetChannels_Response);
477
+ rpc GetChatBans (.CSteamTV_GetChatBans_Request) returns (.CSteamTV_GetChatBans_Response);
478
+ rpc GetChatModerators (.CSteamTV_GetChatModerators_Request) returns (.CSteamTV_GetChatModerators_Response);
479
+ rpc GetFollowedChannels (.CSteamTV_GetFollowedChannels_Request) returns (.CSteamTV_GetFollowedChannels_Response);
480
+ rpc GetGames (.CSteamTV_GetGames_Request) returns (.CSteamTV_GetGames_Response);
481
+ rpc GetHomePageContents (.CSteamTV_GetHomePageContents_Request) returns (.CSteamTV_GetHomePageContents_Response);
482
+ rpc GetMyBroadcastChannels (.CSteamTV_GetMyBroadcastChannels_Request) returns (.CSteamTV_GetMyBroadcastChannels_Response);
483
+ rpc GetSteamTVUserSettings (.CSteamTV_GetSteamTVUserSettings_Request) returns (.CSteamTV_GetSteamTVUserSettings_Response);
484
+ rpc GetSubscribedChannels (.CSteamTV_GetSubscribedChannels_Request) returns (.CSteamTV_GetSubscribedChannels_Response);
485
+ rpc GetWordBans (.CSteamTV_GetWordBans_Request) returns (.CSteamTV_GetWordBans_Response);
486
+ rpc JoinChat (.CSteamTV_JoinChat_Request) returns (.CSteamTV_JoinChat_Response);
487
+ rpc ReportBroadcastChannel (.CSteamTV_ReportBroadcastChannel_Request) returns (.CSteamTV_ReportBroadcastChannel_Response);
488
+ rpc Search (.CSteamTV_Search_Request) returns (.CSteamTV_Search_Response);
489
+ rpc SetBroadcastChannelImage (.CSteamTV_SetBroadcastChannelImage_Request) returns (.CSteamTV_SetBroadcastChannelImage_Response);
490
+ rpc SetBroadcastChannelLinkRegions (.CSteamTV_SetBroadcastChannelLinkRegions_Request) returns (.CSteamTV_SetBroadcastChannelLinkRegions_Response);
491
+ rpc SetBroadcastChannelProfile (.CSteamTV_SetBroadcastChannelProfile_Request) returns (.CSteamTV_SetBroadcastChannelProfile_Response);
492
+ rpc SetSteamTVUserSettings (.CSteamTV_SetSteamTVUserSettings_Request) returns (.CSteamTV_SetSteamTVUserSettings_Response);
493
+ rpc SubscribeBroadcastChannel (.CSteamTV_SubscribeBroadcastChannel_Request) returns (.CSteamTV_SubscribeBroadcastChannel_Response);
494
+ }
495
+