steamutils 1.3.28 → 1.3.31

Sign up to get free protection for your applications and to get access to all the features.
Files changed (218) hide show
  1. package/.idea/deployment.xml +21 -0
  2. package/.idea/steamutils.iml +1 -1
  3. package/.idea/vcs.xml +1 -1
  4. package/SteamClient.js +126 -77
  5. package/bufferHelpers.js +115 -115
  6. package/free_packages.json +10048 -10048
  7. package/package.json +1 -1
  8. package/protos/csgo/base_gcmessages_csgo.proto +547 -547
  9. package/protos/csgo/c_peer2peer_netmessages.proto +55 -55
  10. package/protos/csgo/clientmessages.proto +48 -48
  11. package/protos/csgo/connectionless_netmessages.proto +19 -19
  12. package/protos/csgo/cs_gameevents.proto +34 -34
  13. package/protos/csgo/cs_usercmd.proto +34 -34
  14. package/protos/csgo/cstrike15_gcmessages.proto +1402 -1402
  15. package/protos/csgo/cstrike15_usermessages.proto +596 -596
  16. package/protos/csgo/demo.proto +160 -160
  17. package/protos/csgo/econ_gcmessages.proto +228 -228
  18. package/protos/csgo/engine_gcmessages.proto +14 -14
  19. package/protos/csgo/enums_clientserver.proto +1529 -1529
  20. package/protos/csgo/fatdemo.proto +125 -125
  21. package/protos/csgo/gameevents.proto +120 -120
  22. package/protos/csgo/gcsdk_gcmessages.proto +323 -323
  23. package/protos/csgo/gcsystemmsgs.proto +242 -242
  24. package/protos/csgo/netmessages.proto +604 -604
  25. package/protos/csgo/network_connection.proto +126 -126
  26. package/protos/csgo/networkbasetypes.proto +244 -244
  27. package/protos/csgo/networksystem_protomessages.proto +17 -17
  28. package/protos/csgo/steamdatagram_messages_auth.proto +65 -65
  29. package/protos/csgo/steamdatagram_messages_sdr.proto +534 -534
  30. package/protos/csgo/steammessages.proto +597 -597
  31. package/protos/csgo/steammessages_base.proto +301 -301
  32. package/protos/csgo/steammessages_cloud.steamworkssdk.proto +68 -68
  33. package/protos/csgo/steammessages_gamenetworkingui.proto +61 -61
  34. package/protos/csgo/steammessages_helprequest.steamworkssdk.proto +22 -22
  35. package/protos/csgo/steammessages_oauth.steamworkssdk.proto +18 -18
  36. package/protos/csgo/steammessages_player.steamworkssdk.proto +254 -254
  37. package/protos/csgo/steammessages_publishedfile.steamworkssdk.proto +233 -233
  38. package/protos/csgo/steammessages_steamlearn.steamworkssdk.proto +357 -357
  39. package/protos/csgo/steammessages_unified_base.steamworkssdk.proto +30 -30
  40. package/protos/csgo/steamnetworkingsockets_messages.proto +205 -205
  41. package/protos/csgo/steamnetworkingsockets_messages_certs.proto +39 -39
  42. package/protos/csgo/steamnetworkingsockets_messages_udp.proto +75 -75
  43. package/protos/csgo/te.proto +259 -259
  44. package/protos/csgo/uifontfile_format.proto +13 -13
  45. package/protos/csgo/usercmd.proto +38 -38
  46. package/protos/csgo/usermessages.proto +721 -721
  47. package/protos/csgo/valveextensions.proto +17 -17
  48. package/protos/google/protobuf/descriptor.proto +281 -281
  49. package/protos/steam/clientmetrics.proto +45 -45
  50. package/protos/steam/content_manifest.proto +62 -62
  51. package/protos/steam/contenthubs.proto +41 -41
  52. package/protos/steam/encrypted_app_ticket.proto +10 -10
  53. package/protos/steam/enums.proto +444 -444
  54. package/protos/steam/enums_clientserver.proto +1539 -1539
  55. package/protos/steam/enums_productinfo.proto +13 -13
  56. package/protos/steam/htmlmessages.proto +1027 -1027
  57. package/protos/steam/offline_ticket.proto +8 -8
  58. package/protos/steam/renderer/rendermessages.proto +893 -893
  59. package/protos/steam/steamdatagram_messages_auth.proto +65 -65
  60. package/protos/steam/steamdatagram_messages_sdr.proto +533 -533
  61. package/protos/steam/steammessages_accounthardware.steamclient.proto +201 -201
  62. package/protos/steam/steammessages_appoverview.proto +187 -187
  63. package/protos/steam/steammessages_auth.steamclient.proto +435 -435
  64. package/protos/steam/steammessages_base.proto +332 -332
  65. package/protos/steam/steammessages_broadcast.steamclient.proto +759 -759
  66. package/protos/steam/steammessages_chat.steamclient.proto +1281 -1281
  67. package/protos/steam/steammessages_client_objects.proto +645 -645
  68. package/protos/steam/steammessages_clientlanp2p.proto +42 -42
  69. package/protos/steam/steammessages_clientmetrics.steamclient.proto +194 -194
  70. package/protos/steam/steammessages_clientnotificationtypes.proto +231 -231
  71. package/protos/steam/steammessages_clientserver.proto +392 -392
  72. package/protos/steam/steammessages_clientserver_2.proto +760 -760
  73. package/protos/steam/steammessages_clientserver_appinfo.proto +131 -131
  74. package/protos/steam/steammessages_clientserver_friends.proto +260 -260
  75. package/protos/steam/steammessages_clientserver_gameservers.proto +159 -159
  76. package/protos/steam/steammessages_clientserver_lbs.proto +70 -70
  77. package/protos/steam/steammessages_clientserver_login.proto +167 -167
  78. package/protos/steam/steammessages_clientserver_ucm.proto +205 -205
  79. package/protos/steam/steammessages_clientserver_uds.proto +124 -124
  80. package/protos/steam/steammessages_clientserver_ufs.proto +172 -172
  81. package/protos/steam/steammessages_clientserver_userstats.proto +80 -80
  82. package/protos/steam/steammessages_clientsettings.proto +168 -168
  83. package/protos/steam/steammessages_cloud.steamclient.proto +513 -513
  84. package/protos/steam/steammessages_contentsystem.steamclient.proto +115 -115
  85. package/protos/steam/steammessages_credentials.steamclient.proto +115 -115
  86. package/protos/steam/steammessages_datapublisher.steamclient.proto +116 -116
  87. package/protos/steam/steammessages_depotbuilder.steamclient.proto +118 -118
  88. package/protos/steam/steammessages_deviceauth.steamclient.proto +203 -203
  89. package/protos/steam/steammessages_econ.steamclient.proto +150 -150
  90. package/protos/steam/steammessages_friendmessages.steamclient.proto +168 -168
  91. package/protos/steam/steammessages_gamenetworking.steamclient.proto +32 -32
  92. package/protos/steam/steammessages_gamenetworkingui.proto +61 -61
  93. package/protos/steam/steammessages_gamenotifications.steamclient.proto +156 -156
  94. package/protos/steam/steammessages_gameservers.steamclient.proto +152 -152
  95. package/protos/steam/steammessages_hiddevices.proto +157 -157
  96. package/protos/steam/steammessages_inventory.steamclient.proto +224 -224
  97. package/protos/steam/steammessages_linkfilter.steamclient.proto +49 -49
  98. package/protos/steam/steammessages_lobbymatchmaking.steamclient.proto +33 -33
  99. package/protos/steam/steammessages_market.steamclient.proto +26 -26
  100. package/protos/steam/steammessages_marketingmessages.steamclient.proto +274 -274
  101. package/protos/steam/steammessages_offline.steamclient.proto +40 -40
  102. package/protos/steam/steammessages_parental.steamclient.proto +228 -228
  103. package/protos/steam/steammessages_parties.steamclient.proto +94 -94
  104. package/protos/steam/steammessages_partnerapps.steamclient.proto +138 -138
  105. package/protos/steam/steammessages_player.steamclient.proto +1060 -1060
  106. package/protos/steam/steammessages_publishedfile.steamclient.proto +813 -813
  107. package/protos/steam/steammessages_qms.steamclient.proto +125 -125
  108. package/protos/steam/steammessages_remoteclient.proto +99 -99
  109. package/protos/steam/steammessages_remoteclient_discovery.proto +235 -235
  110. package/protos/steam/steammessages_remoteclient_service.steamclient.proto +86 -86
  111. package/protos/steam/steammessages_remoteclient_service_messages.proto +217 -217
  112. package/protos/steam/steammessages_remoteplay.proto +976 -976
  113. package/protos/steam/steammessages_secrets.steamclient.proto +39 -39
  114. package/protos/steam/steammessages_shader.steamclient.proto +108 -108
  115. package/protos/steam/steammessages_site_license.steamclient.proto +128 -128
  116. package/protos/steam/steammessages_sitelicenseclient.proto +38 -38
  117. package/protos/steam/steammessages_siteserverui.proto +130 -130
  118. package/protos/steam/steammessages_star.steamclient.proto +64 -64
  119. package/protos/steam/steammessages_steamtv.steamclient.proto +630 -630
  120. package/protos/steam/steammessages_store.steamclient.proto +371 -371
  121. package/protos/steam/steammessages_storebrowse.steamclient.proto +402 -402
  122. package/protos/steam/steammessages_timedtrial.steamclient.proto +50 -50
  123. package/protos/steam/steammessages_twofactor.steamclient.proto +186 -186
  124. package/protos/steam/steammessages_unified_base.steamclient.proto +33 -33
  125. package/protos/steam/steammessages_unified_test.steamclient.proto +61 -61
  126. package/protos/steam/steammessages_useraccount.steamclient.proto +249 -249
  127. package/protos/steam/steammessages_vac.steamclient.proto +44 -44
  128. package/protos/steam/steammessages_video.steamclient.proto +171 -171
  129. package/protos/steam/steammessages_virtualcontroller.proto +138 -138
  130. package/protos/steam/steammessages_workshop.steamclient.proto +23 -23
  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_base.proto +24 -24
  135. package/protos/steam/webuimessages_gamenotes.proto +21 -21
  136. package/protos/steam/webuimessages_steamengine.proto +32 -32
  137. package/protos/steam/webuimessages_storagedevicemanager.proto +110 -110
  138. package/protos/steam/webuimessages_systemmanager.proto +17 -17
  139. package/protos/steam/webuimessages_transport.proto +18 -18
  140. package/protos/steam/webuimessages_transportvalidation.proto +97 -97
  141. package/protos/webui/common.proto +5508 -5508
  142. package/protos/webui/common_base.proto +27 -27
  143. package/protos/webui/service_accountlinking.proto +27 -27
  144. package/protos/webui/service_accountprivacy.proto +42 -42
  145. package/protos/webui/service_auction.proto +97 -97
  146. package/protos/webui/service_authentication.proto +222 -222
  147. package/protos/webui/service_authenticationsupport.proto +74 -74
  148. package/protos/webui/service_broadcast.proto +562 -562
  149. package/protos/webui/service_chat.proto +11 -11
  150. package/protos/webui/service_chatroom.proto +810 -810
  151. package/protos/webui/service_chatusability.proto +107 -107
  152. package/protos/webui/service_clan.proto +41 -41
  153. package/protos/webui/service_clanchatrooms.proto +25 -25
  154. package/protos/webui/service_clanfaqs.proto +202 -202
  155. package/protos/webui/service_clientcomm.proto +150 -150
  156. package/protos/webui/service_clientmetrics.proto +63 -63
  157. package/protos/webui/service_cloud.proto +222 -222
  158. package/protos/webui/service_cloudconfigstore.proto +51 -51
  159. package/protos/webui/service_cloudgaming.proto +30 -30
  160. package/protos/webui/service_community.proto +365 -365
  161. package/protos/webui/service_econ.proto +134 -134
  162. package/protos/webui/service_embedded.proto +24 -24
  163. package/protos/webui/service_experimentservice.proto +6 -6
  164. package/protos/webui/service_fovasvideo.proto +15 -15
  165. package/protos/webui/service_friendmessages.proto +133 -133
  166. package/protos/webui/service_friendslist.proto +70 -70
  167. package/protos/webui/service_gamenotes.proto +15 -15
  168. package/protos/webui/service_helprequestlogs.proto +26 -26
  169. package/protos/webui/service_loyaltyrewards.proto +252 -252
  170. package/protos/webui/service_marketingmessages.proto +184 -184
  171. package/protos/webui/service_mobileapp.proto +18 -18
  172. package/protos/webui/service_mobileauth.proto +24 -24
  173. package/protos/webui/service_mobiledevice.proto +26 -26
  174. package/protos/webui/service_mobileperaccount.proto +31 -31
  175. package/protos/webui/service_news.proto +101 -101
  176. package/protos/webui/service_parental.proto +178 -178
  177. package/protos/webui/service_partnermembershipinvite.proto +29 -29
  178. package/protos/webui/service_partnerstorebrowse.proto +6 -6
  179. package/protos/webui/service_phone.proto +51 -51
  180. package/protos/webui/service_physicalgoods.proto +15 -15
  181. package/protos/webui/service_player.proto +885 -885
  182. package/protos/webui/service_promotioneventinvites.proto +50 -50
  183. package/protos/webui/service_promotionplanning.proto +72 -72
  184. package/protos/webui/service_publishedfile.proto +687 -687
  185. package/protos/webui/service_publishing.proto +119 -119
  186. package/protos/webui/service_quest.proto +127 -127
  187. package/protos/webui/service_salefeature.proto +315 -315
  188. package/protos/webui/service_saleitemrewards.proto +54 -54
  189. package/protos/webui/service_shoppingcart.proto +108 -108
  190. package/protos/webui/service_steamawards.proto +19 -19
  191. package/protos/webui/service_steamcharts.proto +75 -75
  192. package/protos/webui/service_steamengine.proto +36 -36
  193. package/protos/webui/service_steamlearn.proto +727 -727
  194. package/protos/webui/service_steamnotification.proto +84 -84
  195. package/protos/webui/service_steamtv.proto +495 -495
  196. package/protos/webui/service_steamvrvoicechat.proto +67 -67
  197. package/protos/webui/service_steamvrwebrtc.proto +48 -48
  198. package/protos/webui/service_storagedevicemanager.proto +104 -104
  199. package/protos/webui/service_store.proto +289 -289
  200. package/protos/webui/service_storeappsimilarity.proto +76 -76
  201. package/protos/webui/service_storebrowse.proto +73 -73
  202. package/protos/webui/service_storequery.proto +97 -97
  203. package/protos/webui/service_storesales.proto +15 -15
  204. package/protos/webui/service_storetopsellers.proto +44 -44
  205. package/protos/webui/service_systemmanager.proto +11 -11
  206. package/protos/webui/service_test_transporterror.proto +6 -6
  207. package/protos/webui/service_transportauth.proto +12 -12
  208. package/protos/webui/service_transportvalidation.proto +69 -69
  209. package/protos/webui/service_twofactor.proto +181 -181
  210. package/protos/webui/service_useraccount.proto +138 -138
  211. package/protos/webui/service_usergameactivity.proto +34 -34
  212. package/protos/webui/service_usergamenotes.proto +53 -53
  213. package/protos/webui/service_usernews.proto +68 -68
  214. package/protos/webui/service_userreviews.proto +96 -96
  215. package/protos/webui/service_video.proto +128 -128
  216. package/protos/webui/service_voicechat.proto +139 -139
  217. package/protos/webui/service_webrtc.proto +52 -52
  218. package/.idea/codeStyles/codeStyleConfig.xml +0 -5
@@ -1,630 +1,630 @@
1
- import "steammessages_base.proto";
2
- import "steammessages_unified_base.steamclient.proto";
3
-
4
- option cc_generic_services = true;
5
-
6
- enum EBroadcastImageType {
7
- k_EBroadcastImageType_None = 0;
8
- k_EBroadcastImageType_Offline = 1;
9
- k_EBroadcastImageType_Standby = 2;
10
- k_EBroadcastImageType_Avatar = 3;
11
- k_EBroadcastImageType_Summary = 4;
12
- k_EBroadcastImageType_Background = 5;
13
- k_EBroadcastImageType_Emoticon = 6;
14
- }
15
-
16
- enum EGetGamesAlgorithm {
17
- k_EGetGamesAlgorithm_Default = 1;
18
- k_EGetGamesAlgorithm_MostPlayed = 2;
19
- k_EGetGamesAlgorithm_PopularNew = 3;
20
- }
21
-
22
- enum EGetChannelsAlgorithm {
23
- k_EGetChannelsAlgorithm_Default = 1;
24
- k_EGetChannelsAlgorithm_Friends = 2;
25
- k_EGetChannelsAlgorithm_Featured = 3;
26
- k_EGetChannelsAlgorithm_Developer = 4;
27
- k_EGetChannelsAlgorithm_Following = 5;
28
- }
29
-
30
- enum ESteamTVContentTemplate {
31
- k_ESteamTVContentTemplate_Invalid = 0;
32
- k_ESteamTVContentTemplate_Takeover = 1;
33
- k_ESteamTVContentTemplate_SingleGame = 2;
34
- k_ESteamTVContentTemplate_GameList = 3;
35
- k_ESteamTVContentTemplate_QuickExplore = 4;
36
- k_ESteamTVContentTemplate_ConveyorBelt = 5;
37
- k_ESteamTVContentTemplate_WatchParty = 6;
38
- k_ESteamTVContentTemplate_Developer = 7;
39
- k_ESteamTVContentTemplate_Event = 8;
40
- }
41
-
42
- message CSteamTV_CreateBroadcastChannel_Request {
43
- optional string unique_name = 1 [(description) = "Unique short broadcast channel name, part of Steam.TV URL"];
44
- }
45
-
46
- message CSteamTV_CreateBroadcastChannel_Response {
47
- optional fixed64 broadcast_channel_id = 1 [(description) = "Broadcast channel ID or 0"];
48
- }
49
-
50
- message CSteamTV_GetBroadcastChannelID_Request {
51
- optional string unique_name = 1 [(description) = "Channel short name)"];
52
- }
53
-
54
- message CSteamTV_GetBroadcastChannelID_Response {
55
- optional fixed64 broadcast_channel_id = 1 [(description) = "Broadcast channel ID or 0"];
56
- optional string unique_name = 2 [(description) = "Broadcast channel name"];
57
- optional fixed64 steamid = 3 [(description) = "Broadcast channel owner"];
58
- }
59
-
60
- message CSteamTV_SetBroadcastChannelProfile_Request {
61
- optional fixed64 broadcast_channel_id = 1 [(description) = "Broadcast channel ID"];
62
- optional string name = 2 [(description) = "long channel name"];
63
- optional string language = 3 [(description) = "primary channel language (Steam shortname)"];
64
- optional string headline = 4 [(description) = "short channel desciption"];
65
- optional string summary = 5 [(description) = "long channel desciption"];
66
- optional string avatar_hash = 6 [(description) = "community avatar hash"];
67
- optional string schedule = 7 [(description) = "broadcast channel schedule"];
68
- optional string rules = 8 [(description) = "broadcast channel rules"];
69
- optional string panels = 9 [(description) = "JSON data representing the channel panel layout"];
70
- }
71
-
72
- message CSteamTV_SetBroadcastChannelProfile_Response {
73
- }
74
-
75
- message CSteamTV_GetBroadcastChannelProfile_Request {
76
- optional fixed64 broadcast_channel_id = 1 [(description) = "Broadcast channel ID"];
77
- }
78
-
79
- message CSteamTV_GetBroadcastChannelProfile_Response {
80
- optional string unique_name = 1 [(description) = "Unique short broadcast channel name, part of Steam.TV URL"];
81
- optional fixed64 owner_steamid = 2 [(description) = "Broadcast channel owner"];
82
- optional string name = 3 [(description) = "long channel name"];
83
- optional string language = 4 [(description) = "primary channel language (Steam shortname)"];
84
- optional string headline = 5 [(description) = "short channel description"];
85
- optional string summary = 6 [(description) = "long channel description"];
86
- optional string schedule = 7 [(description) = "broadcast channel schedule"];
87
- optional string rules = 8 [(description) = "broadcast channel rules"];
88
- optional string panels = 9 [(description) = "JSON data representing the channel panel layout"];
89
- optional bool is_partnered = 10;
90
- }
91
-
92
- message CSteamTV_SetBroadcastChannelImage_Request {
93
- optional fixed64 broadcast_channel_id = 1 [(description) = "Broadcast channel ID"];
94
- optional .EBroadcastImageType image_type = 2 [default = k_EBroadcastImageType_None, (description) = "EBroadcastImage"];
95
- optional uint32 image_index = 3 [(description) = "Index of the image (for supporting multiple uploads of the same type"];
96
- optional uint32 image_width = 4 [(description) = "width in pixels"];
97
- optional uint32 image_height = 5 [(description) = "height in pixels"];
98
- optional uint32 file_size = 6 [(description) = "in bytes"];
99
- optional string file_extension = 7 [(description) = "eg .jpg"];
100
- optional string file_hash = 8 [(description) = "image SHA"];
101
- optional bool undo = 9 [(description) = "indicates this is a delete request"];
102
- }
103
-
104
- message CSteamTV_SetBroadcastChannelImage_Response {
105
- optional string replace_image_hash = 1 [(description) = "set if caller should remove previous SHA file from cache"];
106
- }
107
-
108
- message CSteamTV_GetBroadcastChannelImages_Request {
109
- optional fixed64 broadcast_channel_id = 1 [(description) = "Broadcast channel ID"];
110
- repeated .EBroadcastImageType image_types = 2 [(description) = "list of EBroadcastImage"];
111
- }
112
-
113
- message CSteamTV_GetBroadcastChannelImages_Response {
114
- message Images {
115
- optional .EBroadcastImageType image_type = 1 [default = k_EBroadcastImageType_None, (description) = "Type of the image"];
116
- optional string image_path = 2 [(description) = "Path to the uploaded image"];
117
- optional uint32 image_index = 3 [(description) = "Index of the image"];
118
- }
119
-
120
- repeated .CSteamTV_GetBroadcastChannelImages_Response.Images images = 1;
121
- }
122
-
123
- message CSteamTV_SetBroadcastChannelLinkRegions_Request {
124
- message Links {
125
- optional uint32 link_index = 1 [(description) = "Index of the link (lower number has higher priority)"];
126
- optional string url = 2 [(description) = "URL "];
127
- optional string link_description = 3 [(description) = "URL description that will show in the link region"];
128
- optional uint32 left = 4 [(description) = "Left X position in 100th of a % of the video width"];
129
- optional uint32 top = 5 [(description) = "Top Y position in 100th of a % of the video height"];
130
- optional uint32 width = 6 [(description) = "Region Width in 100th of a % of the video width"];
131
- optional uint32 height = 7 [(description) = "Region Height in 100th of a % of the video height"];
132
- }
133
-
134
- optional fixed64 broadcast_channel_id = 1 [(description) = "Broadcast channel ID"];
135
- repeated .CSteamTV_SetBroadcastChannelLinkRegions_Request.Links links = 2;
136
- }
137
-
138
- message CSteamTV_SetBroadcastChannelLinkRegions_Response {
139
- }
140
-
141
- message CSteamTV_GetBroadcastChannelLinks_Request {
142
- optional fixed64 broadcast_channel_id = 1 [(description) = "Broadcast channel ID"];
143
- }
144
-
145
- message CSteamTV_GetBroadcastChannelLinks_Response {
146
- message Links {
147
- optional uint32 link_index = 1 [(description) = "Index of the link (lower number has higher priority)"];
148
- optional string url = 2 [(description) = "URL "];
149
- optional string link_description = 3 [(description) = "URL description that will show in the link region"];
150
- optional uint32 left = 4 [(description) = "Left X position in 100th of a % of the video width"];
151
- optional uint32 top = 5 [(description) = "Top Y position in 100th of a % of the video height"];
152
- optional uint32 width = 6 [(description) = "Region Width in 100th of a % of the video width"];
153
- optional uint32 height = 7 [(description) = "Region Height in 100th of a % of the video height"];
154
- }
155
-
156
- repeated .CSteamTV_GetBroadcastChannelLinks_Response.Links links = 1;
157
- }
158
-
159
- message CSteamTV_GetBroadcastChannelBroadcasters_Request {
160
- optional fixed64 broadcast_channel_id = 1 [(description) = "Broadcast channel ID"];
161
- }
162
-
163
- message CSteamTV_GetBroadcastChannelBroadcasters_Response {
164
- message Broadcaster {
165
- optional fixed64 steamid = 1 [(description) = "Broadcaster Steam ID"];
166
- optional string name = 2 [(description) = "Broadcaster name"];
167
- optional string rtmp_token = 3 [(description) = "Broadcaster upload token"];
168
- }
169
-
170
- repeated .CSteamTV_GetBroadcastChannelBroadcasters_Response.Broadcaster broadcasters = 1;
171
- }
172
-
173
- message CSteamTV_GetFollowedChannels_Request {
174
- }
175
-
176
- message GetBroadcastChannelEntry {
177
- optional fixed64 broadcast_channel_id = 1 [(description) = "Broadcast channel ID or 0"];
178
- optional string unique_name = 2 [(description) = "Unique broadcast channel name for URL"];
179
- optional string name = 3 [(description) = "Long broadcast channel name"];
180
- optional uint32 appid = 4 [(description) = "The game ID the requested broadcaster is playing"];
181
- optional uint64 viewers = 5 [(description) = "Number of viewers currently watching"];
182
- optional uint64 views = 6 [(description) = "Number of total views of this channel"];
183
- optional string thumbnail_url = 7 [(description) = "Current thumbnail URL"];
184
- optional uint64 followers = 8 [(description) = "Number of followers of this channel"];
185
- optional string headline = 9 [(description) = "short channel description"];
186
- optional string avatar_url = 10 [(description) = "community avatar url"];
187
- optional fixed64 broadcaster_steamid = 11 [(description) = "Current broadcaster streaming"];
188
- optional uint64 subscribers = 12 [(description) = "Number of subscribers of this channel"];
189
- optional string background_url = 13 [(description) = "Background image url"];
190
- optional bool is_featured = 14 [(description) = "Whether the channel is featured"];
191
- optional bool is_disabled = 15 [(description) = "Whether the channel is disabled"];
192
- optional bool is_live = 16 [(description) = "Whether the channel is streaming"];
193
- optional string language = 17 [(description) = "The language the stream is in"];
194
- optional uint32 reports = 18 [(description) = "The number of reports the channel has"];
195
- optional bool is_partnered = 19;
196
- }
197
-
198
- message CSteamTV_GetFollowedChannels_Response {
199
- repeated .GetBroadcastChannelEntry results = 1 [(description) = "The list of broadcasters"];
200
- }
201
-
202
- message CSteamTV_GetSubscribedChannels_Request {
203
- }
204
-
205
- message CSteamTV_GetSubscribedChannels_Response {
206
- repeated .GetBroadcastChannelEntry results = 1 [(description) = "The list of broadcasters"];
207
- }
208
-
209
- message CSteamTV_GetBroadcastChannelStatus_Request {
210
- optional fixed64 broadcast_channel_id = 1 [(description) = "Broadcast channel ID"];
211
- }
212
-
213
- message CSteamTV_GetBroadcastChannelStatus_Response {
214
- optional bool is_live = 1 [(description) = "Indicates whether the channel is streaming"];
215
- optional bool is_disabled = 2 [(description) = "Indicates whether the channel has been disabled"];
216
- optional uint32 appid = 3 [(description) = "The game ID the requested broadcaster is playing"];
217
- optional uint64 viewers = 4 [(description) = "Number of viewers currently watching"];
218
- optional uint64 views = 5 [(description) = "Number of total views of this channel"];
219
- optional fixed64 broadcaster_steamid = 6 [(description) = "Current broadcaster streaming"];
220
- optional string thumbnail_url = 7 [(description) = "Current thumbnail URL"];
221
- optional uint64 followers = 8 [(description) = "Number of followers of this channel"];
222
- optional uint64 subscribers = 9 [(description) = "Number of subscribers of this channel"];
223
- optional string unique_name = 10;
224
- optional uint64 broadcast_session_id = 11;
225
- }
226
-
227
- message CSteamTV_FollowBroadcastChannel_Request {
228
- optional fixed64 broadcast_channel_id = 1 [(description) = "Broadcast channel ID"];
229
- optional bool undo = 2 [(description) = "Indicates this is an unfollow request"];
230
- }
231
-
232
- message CSteamTV_FollowBroadcastChannel_Response {
233
- optional bool is_followed = 1 [(description) = "Whether the user is now following"];
234
- }
235
-
236
- message CSteamTV_SubscribeBroadcastChannel_Request {
237
- optional fixed64 broadcast_channel_id = 1 [(description) = "Broadcast channel ID"];
238
- }
239
-
240
- message CSteamTV_SubscribeBroadcastChannel_Response {
241
- optional bool is_subscribed = 1 [(description) = "Whether the user is now subscribed"];
242
- }
243
-
244
- message CSteamTV_GetBroadcastChannelClips_Request {
245
- optional fixed64 broadcast_channel_id = 1;
246
- }
247
-
248
- message CSteamTV_BroadcastClipInfo {
249
- optional uint64 broadcast_clip_id = 1 [(description) = "broadcast clip ID"];
250
- optional uint64 channel_id = 2 [(description) = "Broadcast Channel ID"];
251
- optional uint32 app_id = 3 [(description) = "App ID stream is tagged with"];
252
- optional fixed64 broadcaster_steamid = 4 [(description) = "Broadcaster SteamID"];
253
- optional fixed64 creator_steamid = 5 [(description) = "Clip-maker SteamID"];
254
- optional string video_description = 6 [(description) = "Short name or description of this clip"];
255
- optional uint32 live_time = 7 [(description) = "GMT time clip was broadcasted live"];
256
- optional uint32 length_ms = 8 [(description) = "length of video in MS"];
257
- optional string thumbnail_path = 9 [(description) = "relative path for thumbnail URL on host"];
258
- }
259
-
260
- message CSteamTV_GetBroadcastChannelClips_Response {
261
- repeated .CSteamTV_BroadcastClipInfo clips = 1;
262
- optional string thumbnail_host = 2;
263
- }
264
-
265
- message CSteamTV_ReportBroadcastChannel_Request {
266
- optional fixed64 broadcast_channel_id = 1 [(description) = "Broadcast channel ID"];
267
- optional string reason = 2 [(description) = "The reason for the report"];
268
- }
269
-
270
- message CSteamTV_ReportBroadcastChannel_Response {
271
- }
272
-
273
- message CSteamTV_GetBroadcastChannelInteraction_Request {
274
- optional fixed64 broadcast_channel_id = 1 [(description) = "Broadcast channel ID"];
275
- }
276
-
277
- message CSteamTV_GetBroadcastChannelInteraction_Response {
278
- optional bool is_followed = 1 [(description) = "Whether the user has followed this channel"];
279
- optional bool is_subscribed = 2 [(description) = "Whether the user has subscribed to this channel"];
280
- }
281
-
282
- message CSteamTV_GetGames_Request {
283
- optional uint32 appid = 1 [(description) = "The ID for the game"];
284
- optional .EGetGamesAlgorithm algorithm = 2 [default = k_EGetGamesAlgorithm_Default, (description) = "The algorithm to use when picking games to return"];
285
- optional uint32 count = 3 [(description) = "The maximum number of results to return"];
286
- }
287
-
288
- message CSteamTV_Game {
289
- optional uint32 appid = 1 [(description) = "The ID for the game"];
290
- optional string name = 2 [(description) = "The name for the game"];
291
- optional string image = 3 [(description) = "The image for the game"];
292
- optional uint64 viewers = 4 [(description) = "Number of people watching this game"];
293
- repeated .GetBroadcastChannelEntry channels = 5 [(description) = "Live channels streaming this game"];
294
- optional string release_date = 6;
295
- optional string developer = 7;
296
- optional string publisher = 8;
297
- }
298
-
299
- message CSteamTV_GetGames_Response {
300
- repeated .CSteamTV_Game results = 1 [(description) = "The list of games"];
301
- }
302
-
303
- message CSteamTV_GetChannels_Request {
304
- optional .EGetChannelsAlgorithm algorithm = 1 [default = k_EGetChannelsAlgorithm_Default, (description) = "The algorithm to use when picking channels to return"];
305
- optional uint32 count = 2 [(description) = "The maximum number of results to return"];
306
- optional uint32 appid = 3 [(description) = "Filter results to only this appid"];
307
- }
308
-
309
- message CSteamTV_GetChannels_Response {
310
- repeated .GetBroadcastChannelEntry results = 1 [(description) = "The list of featured broadcasters"];
311
- }
312
-
313
- message CSteamTV_AddChatBan_Request {
314
- optional fixed64 broadcast_channel_id = 1;
315
- optional fixed64 chatter_steamid = 2;
316
- optional uint32 duration = 3;
317
- optional bool permanent = 4;
318
- optional bool undo = 5;
319
- }
320
-
321
- message CSteamTV_AddChatBan_Response {
322
- }
323
-
324
- message CSteamTV_GetChatBans_Request {
325
- optional fixed64 broadcast_channel_id = 1;
326
- }
327
-
328
- message CSteamTV_ChatBan {
329
- optional fixed64 issuer_steamid = 1;
330
- optional fixed64 chatter_steamid = 2;
331
- optional string time_expires = 3;
332
- optional bool permanent = 4;
333
- optional string name = 5;
334
- }
335
-
336
- message CSteamTV_GetChatBans_Response {
337
- repeated .CSteamTV_ChatBan results = 1 [(description) = "The list of bans"];
338
- }
339
-
340
- message CSteamTV_AddChatModerator_Request {
341
- optional fixed64 broadcast_channel_id = 1;
342
- optional fixed64 moderator_steamid = 2;
343
- optional bool undo = 3;
344
- }
345
-
346
- message CSteamTV_AddChatModerator_Response {
347
- }
348
-
349
- message CSteamTV_GetChatModerators_Request {
350
- optional fixed64 broadcast_channel_id = 1;
351
- }
352
-
353
- message CSteamTV_ChatModerator {
354
- optional fixed64 steamid = 1;
355
- optional string name = 2;
356
- }
357
-
358
- message CSteamTV_GetChatModerators_Response {
359
- repeated .CSteamTV_ChatModerator results = 1 [(description) = "The list of moderators"];
360
- }
361
-
362
- message CSteamTV_AddWordBan_Request {
363
- optional fixed64 broadcast_channel_id = 1;
364
- optional string word = 2;
365
- optional bool undo = 3;
366
- }
367
-
368
- message CSteamTV_AddWordBan_Response {
369
- }
370
-
371
- message CSteamTV_GetWordBans_Request {
372
- optional fixed64 broadcast_channel_id = 1;
373
- }
374
-
375
- message CSteamTV_GetWordBans_Response {
376
- repeated string results = 1 [(description) = "The list of banned words"];
377
- }
378
-
379
- message CSteamTV_JoinChat_Request {
380
- optional fixed64 broadcast_channel_id = 1;
381
- }
382
-
383
- message CSteamTV_JoinChat_Response {
384
- optional fixed64 chat_id = 1;
385
- optional string view_url_template = 2;
386
- repeated uint64 flair_group_ids = 3;
387
- }
388
-
389
- message CSteamTV_Search_Request {
390
- optional string term = 1;
391
- }
392
-
393
- message CSteamTV_Search_Response {
394
- repeated .GetBroadcastChannelEntry results = 1 [(description) = "The list of broadcasters"];
395
- }
396
-
397
- message CSteamTV_GetSteamTVUserSettings_Request {
398
- }
399
-
400
- message CSteamTV_GetSteamTVUserSettings_Response {
401
- optional bool stream_live_email = 1 [(description) = "Send email when followed stream starts"];
402
- optional bool stream_live_notification = 2 [(description) = "Send Steam notification when followed stream starts"];
403
- }
404
-
405
- message CSteamTV_SetSteamTVUserSettings_Request {
406
- optional bool stream_live_email = 1 [(description) = "Send email when followed stream starts"];
407
- optional bool stream_live_notification = 2 [(description) = "Send Steam notification when followed stream starts"];
408
- }
409
-
410
- message CSteamTV_SetSteamTVUserSettings_Response {
411
- }
412
-
413
- message CSteamTV_GetMyBroadcastChannels_Request {
414
- }
415
-
416
- message CSteamTV_GetMyBroadcastChannels_Response {
417
- repeated .GetBroadcastChannelEntry results = 1 [(description) = "The list of broadcasters"];
418
- }
419
-
420
- message CSteamTV_GetHomePageContents_Request {
421
- }
422
-
423
- message CSteamTV_HomePageTemplate_Takeover {
424
- repeated .GetBroadcastChannelEntry broadcasts = 1;
425
- }
426
-
427
- message CSteamTV_HomePageTemplate_SingleGame {
428
- repeated .GetBroadcastChannelEntry broadcasts = 1;
429
- optional uint32 appid = 2;
430
- optional string title = 3;
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 CSteamTV_HomePageTemplate_GameList {
440
- repeated .GameListEntry entries = 1;
441
- optional string title = 2;
442
- }
443
-
444
- message CSteamTV_HomePageTemplate_QuickExplore {
445
- repeated .GetBroadcastChannelEntry broadcasts = 1;
446
- optional string title = 2;
447
- }
448
-
449
- message CSteamTV_HomePageTemplate_ConveyorBelt {
450
- repeated .GetBroadcastChannelEntry broadcasts = 1;
451
- optional string title = 2;
452
- }
453
-
454
- message CSteamTV_HomePageTemplate_WatchParty {
455
- optional .GetBroadcastChannelEntry broadcast = 1;
456
- optional string title = 2;
457
- optional uint64 chat_group_id = 3;
458
- }
459
-
460
- message CSteamTV_HomePageTemplate_Developer {
461
- optional .GetBroadcastChannelEntry broadcast = 1;
462
- optional string title = 2;
463
- }
464
-
465
- message CSteamTV_HomePageTemplate_Event {
466
- optional string title = 1;
467
- }
468
-
469
- message CSteamTV_HomePageContentRow {
470
- optional .ESteamTVContentTemplate template_type = 1 [default = k_ESteamTVContentTemplate_Invalid];
471
- optional .CSteamTV_HomePageTemplate_Takeover takeover = 2;
472
- optional .CSteamTV_HomePageTemplate_SingleGame single_game = 3;
473
- optional .CSteamTV_HomePageTemplate_GameList game_list = 4;
474
- optional .CSteamTV_HomePageTemplate_QuickExplore quick_explore = 5;
475
- optional .CSteamTV_HomePageTemplate_ConveyorBelt conveyor_belt = 6;
476
- optional .CSteamTV_HomePageTemplate_WatchParty watch_party = 7;
477
- optional .CSteamTV_HomePageTemplate_Developer developer = 8;
478
- optional .CSteamTV_HomePageTemplate_Event event = 9;
479
- }
480
-
481
- message CSteamTV_GetHomePageContents_Response {
482
- repeated .CSteamTV_HomePageContentRow rows = 1;
483
- }
484
-
485
- message CSteamTV_AppCheer_SingleCheerType {
486
- optional uint32 cheer_type = 1 [(description) = "The type of cheer. App dependent (different teams, heroes, players, etc)"];
487
- optional uint32 cheer_amount = 2 [(description) = "The amount of cheers."];
488
- }
489
-
490
- message CSteamTV_AppCheer_Request {
491
- optional uint32 app_id = 1 [(description) = "App ID this cheer is for."];
492
- optional fixed64 cheer_target_id = 2 [(description) = "The thing being cheered on. ID is app dependent (could be steam id, match id, lobby id, server id, etc)."];
493
- repeated .CSteamTV_AppCheer_SingleCheerType cheers = 3 [(description) = "The set of cheers this request represents (could be multiple of different types)."];
494
- }
495
-
496
- message CSteamTV_AppCheer_Response {
497
- optional uint32 aggregation_delay_ms = 1 [(description) = "The amount of time in milliseconds that the client should aggregate cheers before sending them. The server can control this dynamically to ask clients to slow down sending."];
498
- }
499
-
500
- service SteamTV {
501
- option (service_description) = "Methods for Steam TV operations";
502
-
503
- rpc CreateBroadcastChannel (.CSteamTV_CreateBroadcastChannel_Request) returns (.CSteamTV_CreateBroadcastChannel_Response) {
504
- option (method_description) = "Create a channel on SteamTV";
505
- }
506
-
507
- rpc GetBroadcastChannelID (.CSteamTV_GetBroadcastChannelID_Request) returns (.CSteamTV_GetBroadcastChannelID_Response) {
508
- option (method_description) = "Get a broadcast channel ID for a channel by name or owner SteamID";
509
- }
510
-
511
- rpc SetBroadcastChannelProfile (.CSteamTV_SetBroadcastChannelProfile_Request) returns (.CSteamTV_SetBroadcastChannelProfile_Response) {
512
- option (method_description) = "Set broadcast channel profile data";
513
- }
514
-
515
- rpc GetBroadcastChannelProfile (.CSteamTV_GetBroadcastChannelProfile_Request) returns (.CSteamTV_GetBroadcastChannelProfile_Response) {
516
- option (method_description) = "Get broadcast channel profile data";
517
- }
518
-
519
- rpc SetBroadcastChannelImage (.CSteamTV_SetBroadcastChannelImage_Request) returns (.CSteamTV_SetBroadcastChannelImage_Response) {
520
- option (method_description) = "Set broadcast channel image hash";
521
- }
522
-
523
- rpc GetBroadcastChannelImages (.CSteamTV_GetBroadcastChannelImages_Request) returns (.CSteamTV_GetBroadcastChannelImages_Response) {
524
- option (method_description) = "Get broadcast channel images";
525
- }
526
-
527
- rpc SetBroadcastChannelLinkRegions (.CSteamTV_SetBroadcastChannelLinkRegions_Request) returns (.CSteamTV_SetBroadcastChannelLinkRegions_Response) {
528
- option (method_description) = "Set broadcast channel link regions";
529
- }
530
-
531
- rpc GetBroadcastChannelLinks (.CSteamTV_GetBroadcastChannelLinks_Request) returns (.CSteamTV_GetBroadcastChannelLinks_Response) {
532
- option (method_description) = "Get broadcast channel link regions";
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
- }
630
- }
1
+ import "steammessages_base.proto";
2
+ import "steammessages_unified_base.steamclient.proto";
3
+
4
+ option cc_generic_services = true;
5
+
6
+ enum EBroadcastImageType {
7
+ k_EBroadcastImageType_None = 0;
8
+ k_EBroadcastImageType_Offline = 1;
9
+ k_EBroadcastImageType_Standby = 2;
10
+ k_EBroadcastImageType_Avatar = 3;
11
+ k_EBroadcastImageType_Summary = 4;
12
+ k_EBroadcastImageType_Background = 5;
13
+ k_EBroadcastImageType_Emoticon = 6;
14
+ }
15
+
16
+ enum EGetGamesAlgorithm {
17
+ k_EGetGamesAlgorithm_Default = 1;
18
+ k_EGetGamesAlgorithm_MostPlayed = 2;
19
+ k_EGetGamesAlgorithm_PopularNew = 3;
20
+ }
21
+
22
+ enum EGetChannelsAlgorithm {
23
+ k_EGetChannelsAlgorithm_Default = 1;
24
+ k_EGetChannelsAlgorithm_Friends = 2;
25
+ k_EGetChannelsAlgorithm_Featured = 3;
26
+ k_EGetChannelsAlgorithm_Developer = 4;
27
+ k_EGetChannelsAlgorithm_Following = 5;
28
+ }
29
+
30
+ enum ESteamTVContentTemplate {
31
+ k_ESteamTVContentTemplate_Invalid = 0;
32
+ k_ESteamTVContentTemplate_Takeover = 1;
33
+ k_ESteamTVContentTemplate_SingleGame = 2;
34
+ k_ESteamTVContentTemplate_GameList = 3;
35
+ k_ESteamTVContentTemplate_QuickExplore = 4;
36
+ k_ESteamTVContentTemplate_ConveyorBelt = 5;
37
+ k_ESteamTVContentTemplate_WatchParty = 6;
38
+ k_ESteamTVContentTemplate_Developer = 7;
39
+ k_ESteamTVContentTemplate_Event = 8;
40
+ }
41
+
42
+ message CSteamTV_CreateBroadcastChannel_Request {
43
+ optional string unique_name = 1 [(description) = "Unique short broadcast channel name, part of Steam.TV URL"];
44
+ }
45
+
46
+ message CSteamTV_CreateBroadcastChannel_Response {
47
+ optional fixed64 broadcast_channel_id = 1 [(description) = "Broadcast channel ID or 0"];
48
+ }
49
+
50
+ message CSteamTV_GetBroadcastChannelID_Request {
51
+ optional string unique_name = 1 [(description) = "Channel short name)"];
52
+ }
53
+
54
+ message CSteamTV_GetBroadcastChannelID_Response {
55
+ optional fixed64 broadcast_channel_id = 1 [(description) = "Broadcast channel ID or 0"];
56
+ optional string unique_name = 2 [(description) = "Broadcast channel name"];
57
+ optional fixed64 steamid = 3 [(description) = "Broadcast channel owner"];
58
+ }
59
+
60
+ message CSteamTV_SetBroadcastChannelProfile_Request {
61
+ optional fixed64 broadcast_channel_id = 1 [(description) = "Broadcast channel ID"];
62
+ optional string name = 2 [(description) = "long channel name"];
63
+ optional string language = 3 [(description) = "primary channel language (Steam shortname)"];
64
+ optional string headline = 4 [(description) = "short channel desciption"];
65
+ optional string summary = 5 [(description) = "long channel desciption"];
66
+ optional string avatar_hash = 6 [(description) = "community avatar hash"];
67
+ optional string schedule = 7 [(description) = "broadcast channel schedule"];
68
+ optional string rules = 8 [(description) = "broadcast channel rules"];
69
+ optional string panels = 9 [(description) = "JSON data representing the channel panel layout"];
70
+ }
71
+
72
+ message CSteamTV_SetBroadcastChannelProfile_Response {
73
+ }
74
+
75
+ message CSteamTV_GetBroadcastChannelProfile_Request {
76
+ optional fixed64 broadcast_channel_id = 1 [(description) = "Broadcast channel ID"];
77
+ }
78
+
79
+ message CSteamTV_GetBroadcastChannelProfile_Response {
80
+ optional string unique_name = 1 [(description) = "Unique short broadcast channel name, part of Steam.TV URL"];
81
+ optional fixed64 owner_steamid = 2 [(description) = "Broadcast channel owner"];
82
+ optional string name = 3 [(description) = "long channel name"];
83
+ optional string language = 4 [(description) = "primary channel language (Steam shortname)"];
84
+ optional string headline = 5 [(description) = "short channel description"];
85
+ optional string summary = 6 [(description) = "long channel description"];
86
+ optional string schedule = 7 [(description) = "broadcast channel schedule"];
87
+ optional string rules = 8 [(description) = "broadcast channel rules"];
88
+ optional string panels = 9 [(description) = "JSON data representing the channel panel layout"];
89
+ optional bool is_partnered = 10;
90
+ }
91
+
92
+ message CSteamTV_SetBroadcastChannelImage_Request {
93
+ optional fixed64 broadcast_channel_id = 1 [(description) = "Broadcast channel ID"];
94
+ optional .EBroadcastImageType image_type = 2 [default = k_EBroadcastImageType_None, (description) = "EBroadcastImage"];
95
+ optional uint32 image_index = 3 [(description) = "Index of the image (for supporting multiple uploads of the same type"];
96
+ optional uint32 image_width = 4 [(description) = "width in pixels"];
97
+ optional uint32 image_height = 5 [(description) = "height in pixels"];
98
+ optional uint32 file_size = 6 [(description) = "in bytes"];
99
+ optional string file_extension = 7 [(description) = "eg .jpg"];
100
+ optional string file_hash = 8 [(description) = "image SHA"];
101
+ optional bool undo = 9 [(description) = "indicates this is a delete request"];
102
+ }
103
+
104
+ message CSteamTV_SetBroadcastChannelImage_Response {
105
+ optional string replace_image_hash = 1 [(description) = "set if caller should remove previous SHA file from cache"];
106
+ }
107
+
108
+ message CSteamTV_GetBroadcastChannelImages_Request {
109
+ optional fixed64 broadcast_channel_id = 1 [(description) = "Broadcast channel ID"];
110
+ repeated .EBroadcastImageType image_types = 2 [(description) = "list of EBroadcastImage"];
111
+ }
112
+
113
+ message CSteamTV_GetBroadcastChannelImages_Response {
114
+ message Images {
115
+ optional .EBroadcastImageType image_type = 1 [default = k_EBroadcastImageType_None, (description) = "Type of the image"];
116
+ optional string image_path = 2 [(description) = "Path to the uploaded image"];
117
+ optional uint32 image_index = 3 [(description) = "Index of the image"];
118
+ }
119
+
120
+ repeated .CSteamTV_GetBroadcastChannelImages_Response.Images images = 1;
121
+ }
122
+
123
+ message CSteamTV_SetBroadcastChannelLinkRegions_Request {
124
+ message Links {
125
+ optional uint32 link_index = 1 [(description) = "Index of the link (lower number has higher priority)"];
126
+ optional string url = 2 [(description) = "URL "];
127
+ optional string link_description = 3 [(description) = "URL description that will show in the link region"];
128
+ optional uint32 left = 4 [(description) = "Left X position in 100th of a % of the video width"];
129
+ optional uint32 top = 5 [(description) = "Top Y position in 100th of a % of the video height"];
130
+ optional uint32 width = 6 [(description) = "Region Width in 100th of a % of the video width"];
131
+ optional uint32 height = 7 [(description) = "Region Height in 100th of a % of the video height"];
132
+ }
133
+
134
+ optional fixed64 broadcast_channel_id = 1 [(description) = "Broadcast channel ID"];
135
+ repeated .CSteamTV_SetBroadcastChannelLinkRegions_Request.Links links = 2;
136
+ }
137
+
138
+ message CSteamTV_SetBroadcastChannelLinkRegions_Response {
139
+ }
140
+
141
+ message CSteamTV_GetBroadcastChannelLinks_Request {
142
+ optional fixed64 broadcast_channel_id = 1 [(description) = "Broadcast channel ID"];
143
+ }
144
+
145
+ message CSteamTV_GetBroadcastChannelLinks_Response {
146
+ message Links {
147
+ optional uint32 link_index = 1 [(description) = "Index of the link (lower number has higher priority)"];
148
+ optional string url = 2 [(description) = "URL "];
149
+ optional string link_description = 3 [(description) = "URL description that will show in the link region"];
150
+ optional uint32 left = 4 [(description) = "Left X position in 100th of a % of the video width"];
151
+ optional uint32 top = 5 [(description) = "Top Y position in 100th of a % of the video height"];
152
+ optional uint32 width = 6 [(description) = "Region Width in 100th of a % of the video width"];
153
+ optional uint32 height = 7 [(description) = "Region Height in 100th of a % of the video height"];
154
+ }
155
+
156
+ repeated .CSteamTV_GetBroadcastChannelLinks_Response.Links links = 1;
157
+ }
158
+
159
+ message CSteamTV_GetBroadcastChannelBroadcasters_Request {
160
+ optional fixed64 broadcast_channel_id = 1 [(description) = "Broadcast channel ID"];
161
+ }
162
+
163
+ message CSteamTV_GetBroadcastChannelBroadcasters_Response {
164
+ message Broadcaster {
165
+ optional fixed64 steamid = 1 [(description) = "Broadcaster Steam ID"];
166
+ optional string name = 2 [(description) = "Broadcaster name"];
167
+ optional string rtmp_token = 3 [(description) = "Broadcaster upload token"];
168
+ }
169
+
170
+ repeated .CSteamTV_GetBroadcastChannelBroadcasters_Response.Broadcaster broadcasters = 1;
171
+ }
172
+
173
+ message CSteamTV_GetFollowedChannels_Request {
174
+ }
175
+
176
+ message GetBroadcastChannelEntry {
177
+ optional fixed64 broadcast_channel_id = 1 [(description) = "Broadcast channel ID or 0"];
178
+ optional string unique_name = 2 [(description) = "Unique broadcast channel name for URL"];
179
+ optional string name = 3 [(description) = "Long broadcast channel name"];
180
+ optional uint32 appid = 4 [(description) = "The game ID the requested broadcaster is playing"];
181
+ optional uint64 viewers = 5 [(description) = "Number of viewers currently watching"];
182
+ optional uint64 views = 6 [(description) = "Number of total views of this channel"];
183
+ optional string thumbnail_url = 7 [(description) = "Current thumbnail URL"];
184
+ optional uint64 followers = 8 [(description) = "Number of followers of this channel"];
185
+ optional string headline = 9 [(description) = "short channel description"];
186
+ optional string avatar_url = 10 [(description) = "community avatar url"];
187
+ optional fixed64 broadcaster_steamid = 11 [(description) = "Current broadcaster streaming"];
188
+ optional uint64 subscribers = 12 [(description) = "Number of subscribers of this channel"];
189
+ optional string background_url = 13 [(description) = "Background image url"];
190
+ optional bool is_featured = 14 [(description) = "Whether the channel is featured"];
191
+ optional bool is_disabled = 15 [(description) = "Whether the channel is disabled"];
192
+ optional bool is_live = 16 [(description) = "Whether the channel is streaming"];
193
+ optional string language = 17 [(description) = "The language the stream is in"];
194
+ optional uint32 reports = 18 [(description) = "The number of reports the channel has"];
195
+ optional bool is_partnered = 19;
196
+ }
197
+
198
+ message CSteamTV_GetFollowedChannels_Response {
199
+ repeated .GetBroadcastChannelEntry results = 1 [(description) = "The list of broadcasters"];
200
+ }
201
+
202
+ message CSteamTV_GetSubscribedChannels_Request {
203
+ }
204
+
205
+ message CSteamTV_GetSubscribedChannels_Response {
206
+ repeated .GetBroadcastChannelEntry results = 1 [(description) = "The list of broadcasters"];
207
+ }
208
+
209
+ message CSteamTV_GetBroadcastChannelStatus_Request {
210
+ optional fixed64 broadcast_channel_id = 1 [(description) = "Broadcast channel ID"];
211
+ }
212
+
213
+ message CSteamTV_GetBroadcastChannelStatus_Response {
214
+ optional bool is_live = 1 [(description) = "Indicates whether the channel is streaming"];
215
+ optional bool is_disabled = 2 [(description) = "Indicates whether the channel has been disabled"];
216
+ optional uint32 appid = 3 [(description) = "The game ID the requested broadcaster is playing"];
217
+ optional uint64 viewers = 4 [(description) = "Number of viewers currently watching"];
218
+ optional uint64 views = 5 [(description) = "Number of total views of this channel"];
219
+ optional fixed64 broadcaster_steamid = 6 [(description) = "Current broadcaster streaming"];
220
+ optional string thumbnail_url = 7 [(description) = "Current thumbnail URL"];
221
+ optional uint64 followers = 8 [(description) = "Number of followers of this channel"];
222
+ optional uint64 subscribers = 9 [(description) = "Number of subscribers of this channel"];
223
+ optional string unique_name = 10;
224
+ optional uint64 broadcast_session_id = 11;
225
+ }
226
+
227
+ message CSteamTV_FollowBroadcastChannel_Request {
228
+ optional fixed64 broadcast_channel_id = 1 [(description) = "Broadcast channel ID"];
229
+ optional bool undo = 2 [(description) = "Indicates this is an unfollow request"];
230
+ }
231
+
232
+ message CSteamTV_FollowBroadcastChannel_Response {
233
+ optional bool is_followed = 1 [(description) = "Whether the user is now following"];
234
+ }
235
+
236
+ message CSteamTV_SubscribeBroadcastChannel_Request {
237
+ optional fixed64 broadcast_channel_id = 1 [(description) = "Broadcast channel ID"];
238
+ }
239
+
240
+ message CSteamTV_SubscribeBroadcastChannel_Response {
241
+ optional bool is_subscribed = 1 [(description) = "Whether the user is now subscribed"];
242
+ }
243
+
244
+ message CSteamTV_GetBroadcastChannelClips_Request {
245
+ optional fixed64 broadcast_channel_id = 1;
246
+ }
247
+
248
+ message CSteamTV_BroadcastClipInfo {
249
+ optional uint64 broadcast_clip_id = 1 [(description) = "broadcast clip ID"];
250
+ optional uint64 channel_id = 2 [(description) = "Broadcast Channel ID"];
251
+ optional uint32 app_id = 3 [(description) = "App ID stream is tagged with"];
252
+ optional fixed64 broadcaster_steamid = 4 [(description) = "Broadcaster SteamID"];
253
+ optional fixed64 creator_steamid = 5 [(description) = "Clip-maker SteamID"];
254
+ optional string video_description = 6 [(description) = "Short name or description of this clip"];
255
+ optional uint32 live_time = 7 [(description) = "GMT time clip was broadcasted live"];
256
+ optional uint32 length_ms = 8 [(description) = "length of video in MS"];
257
+ optional string thumbnail_path = 9 [(description) = "relative path for thumbnail URL on host"];
258
+ }
259
+
260
+ message CSteamTV_GetBroadcastChannelClips_Response {
261
+ repeated .CSteamTV_BroadcastClipInfo clips = 1;
262
+ optional string thumbnail_host = 2;
263
+ }
264
+
265
+ message CSteamTV_ReportBroadcastChannel_Request {
266
+ optional fixed64 broadcast_channel_id = 1 [(description) = "Broadcast channel ID"];
267
+ optional string reason = 2 [(description) = "The reason for the report"];
268
+ }
269
+
270
+ message CSteamTV_ReportBroadcastChannel_Response {
271
+ }
272
+
273
+ message CSteamTV_GetBroadcastChannelInteraction_Request {
274
+ optional fixed64 broadcast_channel_id = 1 [(description) = "Broadcast channel ID"];
275
+ }
276
+
277
+ message CSteamTV_GetBroadcastChannelInteraction_Response {
278
+ optional bool is_followed = 1 [(description) = "Whether the user has followed this channel"];
279
+ optional bool is_subscribed = 2 [(description) = "Whether the user has subscribed to this channel"];
280
+ }
281
+
282
+ message CSteamTV_GetGames_Request {
283
+ optional uint32 appid = 1 [(description) = "The ID for the game"];
284
+ optional .EGetGamesAlgorithm algorithm = 2 [default = k_EGetGamesAlgorithm_Default, (description) = "The algorithm to use when picking games to return"];
285
+ optional uint32 count = 3 [(description) = "The maximum number of results to return"];
286
+ }
287
+
288
+ message CSteamTV_Game {
289
+ optional uint32 appid = 1 [(description) = "The ID for the game"];
290
+ optional string name = 2 [(description) = "The name for the game"];
291
+ optional string image = 3 [(description) = "The image for the game"];
292
+ optional uint64 viewers = 4 [(description) = "Number of people watching this game"];
293
+ repeated .GetBroadcastChannelEntry channels = 5 [(description) = "Live channels streaming this game"];
294
+ optional string release_date = 6;
295
+ optional string developer = 7;
296
+ optional string publisher = 8;
297
+ }
298
+
299
+ message CSteamTV_GetGames_Response {
300
+ repeated .CSteamTV_Game results = 1 [(description) = "The list of games"];
301
+ }
302
+
303
+ message CSteamTV_GetChannels_Request {
304
+ optional .EGetChannelsAlgorithm algorithm = 1 [default = k_EGetChannelsAlgorithm_Default, (description) = "The algorithm to use when picking channels to return"];
305
+ optional uint32 count = 2 [(description) = "The maximum number of results to return"];
306
+ optional uint32 appid = 3 [(description) = "Filter results to only this appid"];
307
+ }
308
+
309
+ message CSteamTV_GetChannels_Response {
310
+ repeated .GetBroadcastChannelEntry results = 1 [(description) = "The list of featured broadcasters"];
311
+ }
312
+
313
+ message CSteamTV_AddChatBan_Request {
314
+ optional fixed64 broadcast_channel_id = 1;
315
+ optional fixed64 chatter_steamid = 2;
316
+ optional uint32 duration = 3;
317
+ optional bool permanent = 4;
318
+ optional bool undo = 5;
319
+ }
320
+
321
+ message CSteamTV_AddChatBan_Response {
322
+ }
323
+
324
+ message CSteamTV_GetChatBans_Request {
325
+ optional fixed64 broadcast_channel_id = 1;
326
+ }
327
+
328
+ message CSteamTV_ChatBan {
329
+ optional fixed64 issuer_steamid = 1;
330
+ optional fixed64 chatter_steamid = 2;
331
+ optional string time_expires = 3;
332
+ optional bool permanent = 4;
333
+ optional string name = 5;
334
+ }
335
+
336
+ message CSteamTV_GetChatBans_Response {
337
+ repeated .CSteamTV_ChatBan results = 1 [(description) = "The list of bans"];
338
+ }
339
+
340
+ message CSteamTV_AddChatModerator_Request {
341
+ optional fixed64 broadcast_channel_id = 1;
342
+ optional fixed64 moderator_steamid = 2;
343
+ optional bool undo = 3;
344
+ }
345
+
346
+ message CSteamTV_AddChatModerator_Response {
347
+ }
348
+
349
+ message CSteamTV_GetChatModerators_Request {
350
+ optional fixed64 broadcast_channel_id = 1;
351
+ }
352
+
353
+ message CSteamTV_ChatModerator {
354
+ optional fixed64 steamid = 1;
355
+ optional string name = 2;
356
+ }
357
+
358
+ message CSteamTV_GetChatModerators_Response {
359
+ repeated .CSteamTV_ChatModerator results = 1 [(description) = "The list of moderators"];
360
+ }
361
+
362
+ message CSteamTV_AddWordBan_Request {
363
+ optional fixed64 broadcast_channel_id = 1;
364
+ optional string word = 2;
365
+ optional bool undo = 3;
366
+ }
367
+
368
+ message CSteamTV_AddWordBan_Response {
369
+ }
370
+
371
+ message CSteamTV_GetWordBans_Request {
372
+ optional fixed64 broadcast_channel_id = 1;
373
+ }
374
+
375
+ message CSteamTV_GetWordBans_Response {
376
+ repeated string results = 1 [(description) = "The list of banned words"];
377
+ }
378
+
379
+ message CSteamTV_JoinChat_Request {
380
+ optional fixed64 broadcast_channel_id = 1;
381
+ }
382
+
383
+ message CSteamTV_JoinChat_Response {
384
+ optional fixed64 chat_id = 1;
385
+ optional string view_url_template = 2;
386
+ repeated uint64 flair_group_ids = 3;
387
+ }
388
+
389
+ message CSteamTV_Search_Request {
390
+ optional string term = 1;
391
+ }
392
+
393
+ message CSteamTV_Search_Response {
394
+ repeated .GetBroadcastChannelEntry results = 1 [(description) = "The list of broadcasters"];
395
+ }
396
+
397
+ message CSteamTV_GetSteamTVUserSettings_Request {
398
+ }
399
+
400
+ message CSteamTV_GetSteamTVUserSettings_Response {
401
+ optional bool stream_live_email = 1 [(description) = "Send email when followed stream starts"];
402
+ optional bool stream_live_notification = 2 [(description) = "Send Steam notification when followed stream starts"];
403
+ }
404
+
405
+ message CSteamTV_SetSteamTVUserSettings_Request {
406
+ optional bool stream_live_email = 1 [(description) = "Send email when followed stream starts"];
407
+ optional bool stream_live_notification = 2 [(description) = "Send Steam notification when followed stream starts"];
408
+ }
409
+
410
+ message CSteamTV_SetSteamTVUserSettings_Response {
411
+ }
412
+
413
+ message CSteamTV_GetMyBroadcastChannels_Request {
414
+ }
415
+
416
+ message CSteamTV_GetMyBroadcastChannels_Response {
417
+ repeated .GetBroadcastChannelEntry results = 1 [(description) = "The list of broadcasters"];
418
+ }
419
+
420
+ message CSteamTV_GetHomePageContents_Request {
421
+ }
422
+
423
+ message CSteamTV_HomePageTemplate_Takeover {
424
+ repeated .GetBroadcastChannelEntry broadcasts = 1;
425
+ }
426
+
427
+ message CSteamTV_HomePageTemplate_SingleGame {
428
+ repeated .GetBroadcastChannelEntry broadcasts = 1;
429
+ optional uint32 appid = 2;
430
+ optional string title = 3;
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 CSteamTV_HomePageTemplate_GameList {
440
+ repeated .GameListEntry entries = 1;
441
+ optional string title = 2;
442
+ }
443
+
444
+ message CSteamTV_HomePageTemplate_QuickExplore {
445
+ repeated .GetBroadcastChannelEntry broadcasts = 1;
446
+ optional string title = 2;
447
+ }
448
+
449
+ message CSteamTV_HomePageTemplate_ConveyorBelt {
450
+ repeated .GetBroadcastChannelEntry broadcasts = 1;
451
+ optional string title = 2;
452
+ }
453
+
454
+ message CSteamTV_HomePageTemplate_WatchParty {
455
+ optional .GetBroadcastChannelEntry broadcast = 1;
456
+ optional string title = 2;
457
+ optional uint64 chat_group_id = 3;
458
+ }
459
+
460
+ message CSteamTV_HomePageTemplate_Developer {
461
+ optional .GetBroadcastChannelEntry broadcast = 1;
462
+ optional string title = 2;
463
+ }
464
+
465
+ message CSteamTV_HomePageTemplate_Event {
466
+ optional string title = 1;
467
+ }
468
+
469
+ message CSteamTV_HomePageContentRow {
470
+ optional .ESteamTVContentTemplate template_type = 1 [default = k_ESteamTVContentTemplate_Invalid];
471
+ optional .CSteamTV_HomePageTemplate_Takeover takeover = 2;
472
+ optional .CSteamTV_HomePageTemplate_SingleGame single_game = 3;
473
+ optional .CSteamTV_HomePageTemplate_GameList game_list = 4;
474
+ optional .CSteamTV_HomePageTemplate_QuickExplore quick_explore = 5;
475
+ optional .CSteamTV_HomePageTemplate_ConveyorBelt conveyor_belt = 6;
476
+ optional .CSteamTV_HomePageTemplate_WatchParty watch_party = 7;
477
+ optional .CSteamTV_HomePageTemplate_Developer developer = 8;
478
+ optional .CSteamTV_HomePageTemplate_Event event = 9;
479
+ }
480
+
481
+ message CSteamTV_GetHomePageContents_Response {
482
+ repeated .CSteamTV_HomePageContentRow rows = 1;
483
+ }
484
+
485
+ message CSteamTV_AppCheer_SingleCheerType {
486
+ optional uint32 cheer_type = 1 [(description) = "The type of cheer. App dependent (different teams, heroes, players, etc)"];
487
+ optional uint32 cheer_amount = 2 [(description) = "The amount of cheers."];
488
+ }
489
+
490
+ message CSteamTV_AppCheer_Request {
491
+ optional uint32 app_id = 1 [(description) = "App ID this cheer is for."];
492
+ optional fixed64 cheer_target_id = 2 [(description) = "The thing being cheered on. ID is app dependent (could be steam id, match id, lobby id, server id, etc)."];
493
+ repeated .CSteamTV_AppCheer_SingleCheerType cheers = 3 [(description) = "The set of cheers this request represents (could be multiple of different types)."];
494
+ }
495
+
496
+ message CSteamTV_AppCheer_Response {
497
+ optional uint32 aggregation_delay_ms = 1 [(description) = "The amount of time in milliseconds that the client should aggregate cheers before sending them. The server can control this dynamically to ask clients to slow down sending."];
498
+ }
499
+
500
+ service SteamTV {
501
+ option (service_description) = "Methods for Steam TV operations";
502
+
503
+ rpc CreateBroadcastChannel (.CSteamTV_CreateBroadcastChannel_Request) returns (.CSteamTV_CreateBroadcastChannel_Response) {
504
+ option (method_description) = "Create a channel on SteamTV";
505
+ }
506
+
507
+ rpc GetBroadcastChannelID (.CSteamTV_GetBroadcastChannelID_Request) returns (.CSteamTV_GetBroadcastChannelID_Response) {
508
+ option (method_description) = "Get a broadcast channel ID for a channel by name or owner SteamID";
509
+ }
510
+
511
+ rpc SetBroadcastChannelProfile (.CSteamTV_SetBroadcastChannelProfile_Request) returns (.CSteamTV_SetBroadcastChannelProfile_Response) {
512
+ option (method_description) = "Set broadcast channel profile data";
513
+ }
514
+
515
+ rpc GetBroadcastChannelProfile (.CSteamTV_GetBroadcastChannelProfile_Request) returns (.CSteamTV_GetBroadcastChannelProfile_Response) {
516
+ option (method_description) = "Get broadcast channel profile data";
517
+ }
518
+
519
+ rpc SetBroadcastChannelImage (.CSteamTV_SetBroadcastChannelImage_Request) returns (.CSteamTV_SetBroadcastChannelImage_Response) {
520
+ option (method_description) = "Set broadcast channel image hash";
521
+ }
522
+
523
+ rpc GetBroadcastChannelImages (.CSteamTV_GetBroadcastChannelImages_Request) returns (.CSteamTV_GetBroadcastChannelImages_Response) {
524
+ option (method_description) = "Get broadcast channel images";
525
+ }
526
+
527
+ rpc SetBroadcastChannelLinkRegions (.CSteamTV_SetBroadcastChannelLinkRegions_Request) returns (.CSteamTV_SetBroadcastChannelLinkRegions_Response) {
528
+ option (method_description) = "Set broadcast channel link regions";
529
+ }
530
+
531
+ rpc GetBroadcastChannelLinks (.CSteamTV_GetBroadcastChannelLinks_Request) returns (.CSteamTV_GetBroadcastChannelLinks_Response) {
532
+ option (method_description) = "Get broadcast channel link regions";
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
+ }
630
+ }