steamutils 1.3.65 → 1.3.67

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 (167) hide show
  1. package/SteamClient.js +6 -3
  2. package/package.json +2 -2
  3. package/protos/csgo/base_gcmessages.proto +553 -0
  4. package/protos/csgo/connectionless_netmessages.proto +0 -2
  5. package/protos/csgo/cs_gameevents.proto +1 -0
  6. package/protos/csgo/cstrike15_gcmessages.proto +41 -12
  7. package/protos/csgo/cstrike15_usermessages.proto +0 -4
  8. package/protos/csgo/demo.proto +5 -0
  9. package/protos/csgo/econ_gcmessages.proto +0 -9
  10. package/protos/csgo/gcsdk_gcmessages.proto +2 -2
  11. package/protos/csgo/gcsystemmsgs.proto +1 -0
  12. package/protos/csgo/netmessages.proto +22 -8
  13. package/protos/csgo/networkbasetypes.proto +2 -0
  14. package/protos/csgo/steammessages.proto +23 -0
  15. package/protos/csgo/usercmd.proto +2 -1
  16. package/protos/csgo/usermessages.proto +31 -0
  17. package/protos/steam/enums.proto +58 -1
  18. package/protos/steam/enums_clientserver.proto +3 -34
  19. package/protos/steam/enums_productinfo.proto +1 -0
  20. package/protos/steam/htmlmessages.proto +12 -0
  21. package/protos/steam/steamdatagram_messages_sdr.proto +1 -1
  22. package/protos/steam/steammessages_accounthardware.steamclient.proto +18 -52
  23. package/protos/steam/steammessages_appoverview.proto +18 -1
  24. package/protos/steam/steammessages_auth.steamclient.proto +128 -188
  25. package/protos/steam/steammessages_base.proto +3 -0
  26. package/protos/steam/steammessages_broadcast.steamclient.proto +126 -267
  27. package/protos/steam/steammessages_chat.steamclient.proto +79 -290
  28. package/protos/steam/steammessages_client_objects.proto +4 -0
  29. package/protos/steam/steammessages_clientlanp2p.proto +1 -0
  30. package/protos/steam/steammessages_clientmetrics.steamclient.proto +0 -2
  31. package/protos/steam/steammessages_clientnotificationtypes.proto +19 -0
  32. package/protos/steam/steammessages_clientserver_2.proto +11 -0
  33. package/protos/steam/steammessages_clientserver_login.proto +1 -1
  34. package/protos/steam/steammessages_clientserver_mms.proto +228 -235
  35. package/protos/steam/steammessages_clientserver_ucm.proto +2 -0
  36. package/protos/steam/steammessages_clientserver_uds.proto +1 -0
  37. package/protos/steam/steammessages_clientserver_ufs.proto +0 -127
  38. package/protos/steam/steammessages_clientsettings.proto +46 -6
  39. package/protos/steam/steammessages_cloud.steamclient.proto +158 -249
  40. package/protos/steam/steammessages_contentsystem.steamclient.proto +16 -8
  41. package/protos/steam/steammessages_credentials.steamclient.proto +7 -26
  42. package/protos/steam/steammessages_datapublisher.steamclient.proto +30 -44
  43. package/protos/steam/steammessages_depotbuilder.steamclient.proto +6 -25
  44. package/protos/steam/steammessages_deviceauth.steamclient.proto +11 -45
  45. package/protos/steam/steammessages_econ.steamclient.proto +12 -25
  46. package/protos/steam/steammessages_familygroups.steamclient.proto +441 -0
  47. package/protos/steam/steammessages_friendmessages.steamclient.proto +19 -46
  48. package/protos/steam/steammessages_gamenetworking.steamclient.proto +2 -9
  49. package/protos/steam/steammessages_gamenotifications.steamclient.proto +57 -82
  50. package/protos/steam/steammessages_gameservers.steamclient.proto +13 -29
  51. package/protos/steam/steammessages_inventory.steamclient.proto +21 -73
  52. package/protos/steam/steammessages_linkfilter.steamclient.proto +14 -24
  53. package/protos/steam/steammessages_lobbymatchmaking.steamclient.proto +1 -5
  54. package/protos/steam/steammessages_market.steamclient.proto +9 -13
  55. package/protos/steam/steammessages_marketingmessages.steamclient.proto +59 -60
  56. package/protos/steam/steammessages_offline.steamclient.proto +2 -9
  57. package/protos/steam/steammessages_parental.steamclient.proto +100 -66
  58. package/protos/steam/steammessages_parties.steamclient.proto +6 -25
  59. package/protos/steam/steammessages_partnerapps.steamclient.proto +11 -43
  60. package/protos/steam/steammessages_player.steamclient.proto +133 -278
  61. package/protos/steam/steammessages_publishedfile.steamclient.proto +213 -289
  62. package/protos/steam/steammessages_qms.steamclient.proto +4 -18
  63. package/protos/steam/steammessages_remoteclient.proto +2 -1
  64. package/protos/steam/steammessages_remoteclient_discovery.proto +9 -0
  65. package/protos/steam/steammessages_remoteclient_service.steamclient.proto +18 -73
  66. package/protos/steam/steammessages_remoteplay.proto +1 -2
  67. package/protos/steam/steammessages_secrets.steamclient.proto +1 -5
  68. package/protos/steam/steammessages_shader.steamclient.proto +6 -25
  69. package/protos/steam/steammessages_site_license.steamclient.proto +8 -33
  70. package/protos/steam/steammessages_steamtv.steamclient.proto +169 -266
  71. package/protos/steam/steammessages_store.steamclient.proto +110 -77
  72. package/protos/steam/steammessages_storebrowse.steamclient.proto +170 -115
  73. package/protos/steam/steammessages_timedtrial.steamclient.proto +3 -13
  74. package/protos/steam/steammessages_twofactor.steamclient.proto +92 -121
  75. package/protos/steam/steammessages_unified_base.steamclient.proto +12 -0
  76. package/protos/steam/steammessages_unified_test.steamclient.proto +10 -20
  77. package/protos/steam/steammessages_useraccount.steamclient.proto +26 -64
  78. package/protos/steam/steammessages_vac.steamclient.proto +2 -9
  79. package/protos/steam/steammessages_video.steamclient.proto +25 -128
  80. package/protos/steam/steammessages_workshop.steamclient.proto +1 -5
  81. package/protos/steam/webuimessages_achievements.proto +29 -0
  82. package/protos/steam/webuimessages_gamescope.proto +57 -0
  83. package/protos/steam/webuimessages_steamengine.proto +9 -0
  84. package/protos/steam/webuimessages_steamos.proto +114 -0
  85. package/protos/steam/webuimessages_transport.proto +4 -0
  86. package/protos/steam/webuimessages_transportvalidation.proto +14 -0
  87. package/test_steamclient.js +7 -11
  88. package/protos/csgo/steammessages_steamlearn.steamworkssdk.proto +0 -357
  89. package/protos/steam/renderer/rendermessages.proto +0 -893
  90. package/protos/steam/steammessages_star.steamclient.proto +0 -64
  91. package/protos/webui/common.proto +0 -5508
  92. package/protos/webui/common_base.proto +0 -27
  93. package/protos/webui/service_accountlinking.proto +0 -27
  94. package/protos/webui/service_accountprivacy.proto +0 -42
  95. package/protos/webui/service_auction.proto +0 -97
  96. package/protos/webui/service_authentication.proto +0 -222
  97. package/protos/webui/service_authenticationsupport.proto +0 -74
  98. package/protos/webui/service_broadcast.proto +0 -562
  99. package/protos/webui/service_chat.proto +0 -11
  100. package/protos/webui/service_chatroom.proto +0 -810
  101. package/protos/webui/service_chatusability.proto +0 -107
  102. package/protos/webui/service_clan.proto +0 -41
  103. package/protos/webui/service_clanchatrooms.proto +0 -25
  104. package/protos/webui/service_clanfaqs.proto +0 -202
  105. package/protos/webui/service_clientcomm.proto +0 -150
  106. package/protos/webui/service_clientmetrics.proto +0 -63
  107. package/protos/webui/service_cloud.proto +0 -222
  108. package/protos/webui/service_cloudconfigstore.proto +0 -51
  109. package/protos/webui/service_cloudgaming.proto +0 -30
  110. package/protos/webui/service_community.proto +0 -365
  111. package/protos/webui/service_econ.proto +0 -134
  112. package/protos/webui/service_embedded.proto +0 -24
  113. package/protos/webui/service_experimentservice.proto +0 -6
  114. package/protos/webui/service_fovasvideo.proto +0 -15
  115. package/protos/webui/service_friendmessages.proto +0 -133
  116. package/protos/webui/service_friendslist.proto +0 -70
  117. package/protos/webui/service_gamenotes.proto +0 -15
  118. package/protos/webui/service_helprequestlogs.proto +0 -26
  119. package/protos/webui/service_loyaltyrewards.proto +0 -252
  120. package/protos/webui/service_marketingmessages.proto +0 -184
  121. package/protos/webui/service_mobileapp.proto +0 -18
  122. package/protos/webui/service_mobileauth.proto +0 -24
  123. package/protos/webui/service_mobiledevice.proto +0 -26
  124. package/protos/webui/service_mobileperaccount.proto +0 -31
  125. package/protos/webui/service_news.proto +0 -101
  126. package/protos/webui/service_parental.proto +0 -178
  127. package/protos/webui/service_partnermembershipinvite.proto +0 -29
  128. package/protos/webui/service_partnerstorebrowse.proto +0 -6
  129. package/protos/webui/service_phone.proto +0 -51
  130. package/protos/webui/service_physicalgoods.proto +0 -15
  131. package/protos/webui/service_player.proto +0 -885
  132. package/protos/webui/service_promotioneventinvites.proto +0 -50
  133. package/protos/webui/service_promotionplanning.proto +0 -72
  134. package/protos/webui/service_publishedfile.proto +0 -687
  135. package/protos/webui/service_publishing.proto +0 -119
  136. package/protos/webui/service_quest.proto +0 -127
  137. package/protos/webui/service_salefeature.proto +0 -315
  138. package/protos/webui/service_saleitemrewards.proto +0 -54
  139. package/protos/webui/service_shoppingcart.proto +0 -108
  140. package/protos/webui/service_steamawards.proto +0 -19
  141. package/protos/webui/service_steamcharts.proto +0 -75
  142. package/protos/webui/service_steamengine.proto +0 -36
  143. package/protos/webui/service_steamlearn.proto +0 -727
  144. package/protos/webui/service_steamnotification.proto +0 -84
  145. package/protos/webui/service_steamtv.proto +0 -495
  146. package/protos/webui/service_steamvrvoicechat.proto +0 -67
  147. package/protos/webui/service_steamvrwebrtc.proto +0 -48
  148. package/protos/webui/service_storagedevicemanager.proto +0 -104
  149. package/protos/webui/service_store.proto +0 -289
  150. package/protos/webui/service_storeappsimilarity.proto +0 -76
  151. package/protos/webui/service_storebrowse.proto +0 -73
  152. package/protos/webui/service_storequery.proto +0 -97
  153. package/protos/webui/service_storesales.proto +0 -15
  154. package/protos/webui/service_storetopsellers.proto +0 -44
  155. package/protos/webui/service_systemmanager.proto +0 -11
  156. package/protos/webui/service_test_transporterror.proto +0 -6
  157. package/protos/webui/service_transportauth.proto +0 -12
  158. package/protos/webui/service_transportvalidation.proto +0 -69
  159. package/protos/webui/service_twofactor.proto +0 -181
  160. package/protos/webui/service_useraccount.proto +0 -138
  161. package/protos/webui/service_usergameactivity.proto +0 -34
  162. package/protos/webui/service_usergamenotes.proto +0 -53
  163. package/protos/webui/service_usernews.proto +0 -68
  164. package/protos/webui/service_userreviews.proto +0 -96
  165. package/protos/webui/service_video.proto +0 -128
  166. package/protos/webui/service_voicechat.proto +0 -139
  167. package/protos/webui/service_webrtc.proto +0 -52
@@ -40,81 +40,81 @@ enum ESteamTVContentTemplate {
40
40
  }
41
41
 
42
42
  message CSteamTV_CreateBroadcastChannel_Request {
43
- optional string unique_name = 1 [(description) = "Unique short broadcast channel name, part of Steam.TV URL"];
43
+ optional string unique_name = 1;
44
44
  }
45
45
 
46
46
  message CSteamTV_CreateBroadcastChannel_Response {
47
- optional fixed64 broadcast_channel_id = 1 [(description) = "Broadcast channel ID or 0"];
47
+ optional fixed64 broadcast_channel_id = 1;
48
48
  }
49
49
 
50
50
  message CSteamTV_GetBroadcastChannelID_Request {
51
- optional string unique_name = 1 [(description) = "Channel short name)"];
51
+ optional string unique_name = 1;
52
52
  }
53
53
 
54
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"];
55
+ optional fixed64 broadcast_channel_id = 1;
56
+ optional string unique_name = 2;
57
+ optional fixed64 steamid = 3;
58
58
  }
59
59
 
60
60
  message CSteamTV_SetBroadcastChannelProfile_Request {
61
- optional fixed64 broadcast_channel_id = 1 [(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"];
61
+ optional fixed64 broadcast_channel_id = 1;
62
+ optional string name = 2;
63
+ optional string language = 3;
64
+ optional string headline = 4;
65
+ optional string summary = 5;
66
+ optional string avatar_hash = 6;
67
+ optional string schedule = 7;
68
+ optional string rules = 8;
69
+ optional string panels = 9;
70
70
  }
71
71
 
72
72
  message CSteamTV_SetBroadcastChannelProfile_Response {
73
73
  }
74
74
 
75
75
  message CSteamTV_GetBroadcastChannelProfile_Request {
76
- optional fixed64 broadcast_channel_id = 1 [(description) = "Broadcast channel ID"];
76
+ optional fixed64 broadcast_channel_id = 1;
77
77
  }
78
78
 
79
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"];
80
+ optional string unique_name = 1;
81
+ optional fixed64 owner_steamid = 2;
82
+ optional string name = 3;
83
+ optional string language = 4;
84
+ optional string headline = 5;
85
+ optional string summary = 6;
86
+ optional string schedule = 7;
87
+ optional string rules = 8;
88
+ optional string panels = 9;
89
89
  optional bool is_partnered = 10;
90
90
  }
91
91
 
92
92
  message CSteamTV_SetBroadcastChannelImage_Request {
93
- optional fixed64 broadcast_channel_id = 1 [(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"];
93
+ optional fixed64 broadcast_channel_id = 1;
94
+ optional .EBroadcastImageType image_type = 2 [default = k_EBroadcastImageType_None];
95
+ optional uint32 image_index = 3;
96
+ optional uint32 image_width = 4;
97
+ optional uint32 image_height = 5;
98
+ optional uint32 file_size = 6;
99
+ optional string file_extension = 7;
100
+ optional string file_hash = 8;
101
+ optional bool undo = 9;
102
102
  }
103
103
 
104
104
  message CSteamTV_SetBroadcastChannelImage_Response {
105
- optional string replace_image_hash = 1 [(description) = "set if caller should remove previous SHA file from cache"];
105
+ optional string replace_image_hash = 1;
106
106
  }
107
107
 
108
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"];
109
+ optional fixed64 broadcast_channel_id = 1;
110
+ repeated .EBroadcastImageType image_types = 2;
111
111
  }
112
112
 
113
113
  message CSteamTV_GetBroadcastChannelImages_Response {
114
114
  message Images {
115
- optional .EBroadcastImageType image_type = 1 [default = k_EBroadcastImageType_None, (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"];
115
+ optional .EBroadcastImageType image_type = 1 [default = k_EBroadcastImageType_None];
116
+ optional string image_path = 2;
117
+ optional uint32 image_index = 3;
118
118
  }
119
119
 
120
120
  repeated .CSteamTV_GetBroadcastChannelImages_Response.Images images = 1;
@@ -122,16 +122,16 @@ message CSteamTV_GetBroadcastChannelImages_Response {
122
122
 
123
123
  message CSteamTV_SetBroadcastChannelLinkRegions_Request {
124
124
  message Links {
125
- optional uint32 link_index = 1 [(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"];
125
+ optional uint32 link_index = 1;
126
+ optional string url = 2;
127
+ optional string link_description = 3;
128
+ optional uint32 left = 4;
129
+ optional uint32 top = 5;
130
+ optional uint32 width = 6;
131
+ optional uint32 height = 7;
132
132
  }
133
133
 
134
- optional fixed64 broadcast_channel_id = 1 [(description) = "Broadcast channel ID"];
134
+ optional fixed64 broadcast_channel_id = 1;
135
135
  repeated .CSteamTV_SetBroadcastChannelLinkRegions_Request.Links links = 2;
136
136
  }
137
137
 
@@ -139,32 +139,32 @@ message CSteamTV_SetBroadcastChannelLinkRegions_Response {
139
139
  }
140
140
 
141
141
  message CSteamTV_GetBroadcastChannelLinks_Request {
142
- optional fixed64 broadcast_channel_id = 1 [(description) = "Broadcast channel ID"];
142
+ optional fixed64 broadcast_channel_id = 1;
143
143
  }
144
144
 
145
145
  message CSteamTV_GetBroadcastChannelLinks_Response {
146
146
  message Links {
147
- optional uint32 link_index = 1 [(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"];
147
+ optional uint32 link_index = 1;
148
+ optional string url = 2;
149
+ optional string link_description = 3;
150
+ optional uint32 left = 4;
151
+ optional uint32 top = 5;
152
+ optional uint32 width = 6;
153
+ optional uint32 height = 7;
154
154
  }
155
155
 
156
156
  repeated .CSteamTV_GetBroadcastChannelLinks_Response.Links links = 1;
157
157
  }
158
158
 
159
159
  message CSteamTV_GetBroadcastChannelBroadcasters_Request {
160
- optional fixed64 broadcast_channel_id = 1 [(description) = "Broadcast channel ID"];
160
+ optional fixed64 broadcast_channel_id = 1;
161
161
  }
162
162
 
163
163
  message CSteamTV_GetBroadcastChannelBroadcasters_Response {
164
164
  message Broadcaster {
165
- optional fixed64 steamid = 1 [(description) = "Broadcaster Steam ID"];
166
- optional string name = 2 [(description) = "Broadcaster name"];
167
- optional string rtmp_token = 3 [(description) = "Broadcaster upload token"];
165
+ optional fixed64 steamid = 1;
166
+ optional string name = 2;
167
+ optional string rtmp_token = 3;
168
168
  }
169
169
 
170
170
  repeated .CSteamTV_GetBroadcastChannelBroadcasters_Response.Broadcaster broadcasters = 1;
@@ -174,71 +174,71 @@ message CSteamTV_GetFollowedChannels_Request {
174
174
  }
175
175
 
176
176
  message GetBroadcastChannelEntry {
177
- optional fixed64 broadcast_channel_id = 1 [(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"];
177
+ optional fixed64 broadcast_channel_id = 1;
178
+ optional string unique_name = 2;
179
+ optional string name = 3;
180
+ optional uint32 appid = 4;
181
+ optional uint64 viewers = 5;
182
+ optional uint64 views = 6;
183
+ optional string thumbnail_url = 7;
184
+ optional uint64 followers = 8;
185
+ optional string headline = 9;
186
+ optional string avatar_url = 10;
187
+ optional fixed64 broadcaster_steamid = 11;
188
+ optional uint64 subscribers = 12;
189
+ optional string background_url = 13;
190
+ optional bool is_featured = 14;
191
+ optional bool is_disabled = 15;
192
+ optional bool is_live = 16;
193
+ optional string language = 17;
194
+ optional uint32 reports = 18;
195
195
  optional bool is_partnered = 19;
196
196
  }
197
197
 
198
198
  message CSteamTV_GetFollowedChannels_Response {
199
- repeated .GetBroadcastChannelEntry results = 1 [(description) = "The list of broadcasters"];
199
+ repeated .GetBroadcastChannelEntry results = 1;
200
200
  }
201
201
 
202
202
  message CSteamTV_GetSubscribedChannels_Request {
203
203
  }
204
204
 
205
205
  message CSteamTV_GetSubscribedChannels_Response {
206
- repeated .GetBroadcastChannelEntry results = 1 [(description) = "The list of broadcasters"];
206
+ repeated .GetBroadcastChannelEntry results = 1;
207
207
  }
208
208
 
209
209
  message CSteamTV_GetBroadcastChannelStatus_Request {
210
- optional fixed64 broadcast_channel_id = 1 [(description) = "Broadcast channel ID"];
210
+ optional fixed64 broadcast_channel_id = 1;
211
211
  }
212
212
 
213
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"];
214
+ optional bool is_live = 1;
215
+ optional bool is_disabled = 2;
216
+ optional uint32 appid = 3;
217
+ optional uint64 viewers = 4;
218
+ optional uint64 views = 5;
219
+ optional fixed64 broadcaster_steamid = 6;
220
+ optional string thumbnail_url = 7;
221
+ optional uint64 followers = 8;
222
+ optional uint64 subscribers = 9;
223
223
  optional string unique_name = 10;
224
224
  optional uint64 broadcast_session_id = 11;
225
225
  }
226
226
 
227
227
  message CSteamTV_FollowBroadcastChannel_Request {
228
- optional fixed64 broadcast_channel_id = 1 [(description) = "Broadcast channel ID"];
229
- optional bool undo = 2 [(description) = "Indicates this is an unfollow request"];
228
+ optional fixed64 broadcast_channel_id = 1;
229
+ optional bool undo = 2;
230
230
  }
231
231
 
232
232
  message CSteamTV_FollowBroadcastChannel_Response {
233
- optional bool is_followed = 1 [(description) = "Whether the user is now following"];
233
+ optional bool is_followed = 1;
234
234
  }
235
235
 
236
236
  message CSteamTV_SubscribeBroadcastChannel_Request {
237
- optional fixed64 broadcast_channel_id = 1 [(description) = "Broadcast channel ID"];
237
+ optional fixed64 broadcast_channel_id = 1;
238
238
  }
239
239
 
240
240
  message CSteamTV_SubscribeBroadcastChannel_Response {
241
- optional bool is_subscribed = 1 [(description) = "Whether the user is now subscribed"];
241
+ optional bool is_subscribed = 1;
242
242
  }
243
243
 
244
244
  message CSteamTV_GetBroadcastChannelClips_Request {
@@ -246,15 +246,15 @@ message CSteamTV_GetBroadcastChannelClips_Request {
246
246
  }
247
247
 
248
248
  message CSteamTV_BroadcastClipInfo {
249
- optional uint64 broadcast_clip_id = 1 [(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"];
249
+ optional uint64 broadcast_clip_id = 1;
250
+ optional uint64 channel_id = 2;
251
+ optional uint32 app_id = 3;
252
+ optional fixed64 broadcaster_steamid = 4;
253
+ optional fixed64 creator_steamid = 5;
254
+ optional string video_description = 6;
255
+ optional uint32 live_time = 7;
256
+ optional uint32 length_ms = 8;
257
+ optional string thumbnail_path = 9;
258
258
  }
259
259
 
260
260
  message CSteamTV_GetBroadcastChannelClips_Response {
@@ -263,51 +263,51 @@ message CSteamTV_GetBroadcastChannelClips_Response {
263
263
  }
264
264
 
265
265
  message CSteamTV_ReportBroadcastChannel_Request {
266
- optional fixed64 broadcast_channel_id = 1 [(description) = "Broadcast channel ID"];
267
- optional string reason = 2 [(description) = "The reason for the report"];
266
+ optional fixed64 broadcast_channel_id = 1;
267
+ optional string reason = 2;
268
268
  }
269
269
 
270
270
  message CSteamTV_ReportBroadcastChannel_Response {
271
271
  }
272
272
 
273
273
  message CSteamTV_GetBroadcastChannelInteraction_Request {
274
- optional fixed64 broadcast_channel_id = 1 [(description) = "Broadcast channel ID"];
274
+ optional fixed64 broadcast_channel_id = 1;
275
275
  }
276
276
 
277
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"];
278
+ optional bool is_followed = 1;
279
+ optional bool is_subscribed = 2;
280
280
  }
281
281
 
282
282
  message CSteamTV_GetGames_Request {
283
- optional uint32 appid = 1 [(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"];
283
+ optional uint32 appid = 1;
284
+ optional .EGetGamesAlgorithm algorithm = 2 [default = k_EGetGamesAlgorithm_Default];
285
+ optional uint32 count = 3;
286
286
  }
287
287
 
288
288
  message CSteamTV_Game {
289
- optional uint32 appid = 1 [(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"];
289
+ optional uint32 appid = 1;
290
+ optional string name = 2;
291
+ optional string image = 3;
292
+ optional uint64 viewers = 4;
293
+ repeated .GetBroadcastChannelEntry channels = 5;
294
294
  optional string release_date = 6;
295
295
  optional string developer = 7;
296
296
  optional string publisher = 8;
297
297
  }
298
298
 
299
299
  message CSteamTV_GetGames_Response {
300
- repeated .CSteamTV_Game results = 1 [(description) = "The list of games"];
300
+ repeated .CSteamTV_Game results = 1;
301
301
  }
302
302
 
303
303
  message CSteamTV_GetChannels_Request {
304
- optional .EGetChannelsAlgorithm algorithm = 1 [default = k_EGetChannelsAlgorithm_Default, (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"];
304
+ optional .EGetChannelsAlgorithm algorithm = 1 [default = k_EGetChannelsAlgorithm_Default];
305
+ optional uint32 count = 2;
306
+ optional uint32 appid = 3;
307
307
  }
308
308
 
309
309
  message CSteamTV_GetChannels_Response {
310
- repeated .GetBroadcastChannelEntry results = 1 [(description) = "The list of featured broadcasters"];
310
+ repeated .GetBroadcastChannelEntry results = 1;
311
311
  }
312
312
 
313
313
  message CSteamTV_AddChatBan_Request {
@@ -334,7 +334,7 @@ message CSteamTV_ChatBan {
334
334
  }
335
335
 
336
336
  message CSteamTV_GetChatBans_Response {
337
- repeated .CSteamTV_ChatBan results = 1 [(description) = "The list of bans"];
337
+ repeated .CSteamTV_ChatBan results = 1;
338
338
  }
339
339
 
340
340
  message CSteamTV_AddChatModerator_Request {
@@ -356,7 +356,7 @@ message CSteamTV_ChatModerator {
356
356
  }
357
357
 
358
358
  message CSteamTV_GetChatModerators_Response {
359
- repeated .CSteamTV_ChatModerator results = 1 [(description) = "The list of moderators"];
359
+ repeated .CSteamTV_ChatModerator results = 1;
360
360
  }
361
361
 
362
362
  message CSteamTV_AddWordBan_Request {
@@ -373,7 +373,7 @@ message CSteamTV_GetWordBans_Request {
373
373
  }
374
374
 
375
375
  message CSteamTV_GetWordBans_Response {
376
- repeated string results = 1 [(description) = "The list of banned words"];
376
+ repeated string results = 1;
377
377
  }
378
378
 
379
379
  message CSteamTV_JoinChat_Request {
@@ -391,20 +391,20 @@ message CSteamTV_Search_Request {
391
391
  }
392
392
 
393
393
  message CSteamTV_Search_Response {
394
- repeated .GetBroadcastChannelEntry results = 1 [(description) = "The list of broadcasters"];
394
+ repeated .GetBroadcastChannelEntry results = 1;
395
395
  }
396
396
 
397
397
  message CSteamTV_GetSteamTVUserSettings_Request {
398
398
  }
399
399
 
400
400
  message CSteamTV_GetSteamTVUserSettings_Response {
401
- optional bool stream_live_email = 1 [(description) = "Send email when followed stream starts"];
402
- optional bool stream_live_notification = 2 [(description) = "Send Steam notification when followed stream starts"];
401
+ optional bool stream_live_email = 1;
402
+ optional bool stream_live_notification = 2;
403
403
  }
404
404
 
405
405
  message CSteamTV_SetSteamTVUserSettings_Request {
406
- optional bool stream_live_email = 1 [(description) = "Send email when followed stream starts"];
407
- optional bool stream_live_notification = 2 [(description) = "Send Steam notification when followed stream starts"];
406
+ optional bool stream_live_email = 1;
407
+ optional bool stream_live_notification = 2;
408
408
  }
409
409
 
410
410
  message CSteamTV_SetSteamTVUserSettings_Response {
@@ -414,7 +414,7 @@ message CSteamTV_GetMyBroadcastChannels_Request {
414
414
  }
415
415
 
416
416
  message CSteamTV_GetMyBroadcastChannels_Response {
417
- repeated .GetBroadcastChannelEntry results = 1 [(description) = "The list of broadcasters"];
417
+ repeated .GetBroadcastChannelEntry results = 1;
418
418
  }
419
419
 
420
420
  message CSteamTV_GetHomePageContents_Request {
@@ -483,148 +483,51 @@ message CSteamTV_GetHomePageContents_Response {
483
483
  }
484
484
 
485
485
  message CSteamTV_AppCheer_SingleCheerType {
486
- optional uint32 cheer_type = 1 [(description) = "The type of cheer. App dependent (different teams, heroes, players, etc)"];
487
- optional uint32 cheer_amount = 2 [(description) = "The amount of cheers."];
486
+ optional uint32 cheer_type = 1;
487
+ optional uint32 cheer_amount = 2;
488
488
  }
489
489
 
490
490
  message CSteamTV_AppCheer_Request {
491
- optional uint32 app_id = 1 [(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)."];
491
+ optional uint32 app_id = 1;
492
+ optional fixed64 cheer_target_id = 2;
493
+ repeated .CSteamTV_AppCheer_SingleCheerType cheers = 3;
494
494
  }
495
495
 
496
496
  message CSteamTV_AppCheer_Response {
497
- optional uint32 aggregation_delay_ms = 1 [(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."];
497
+ optional uint32 aggregation_delay_ms = 1;
498
498
  }
499
499
 
500
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
- }
501
+ rpc CreateBroadcastChannel (.CSteamTV_CreateBroadcastChannel_Request) returns (.CSteamTV_CreateBroadcastChannel_Response);
502
+ rpc GetBroadcastChannelID (.CSteamTV_GetBroadcastChannelID_Request) returns (.CSteamTV_GetBroadcastChannelID_Response);
503
+ rpc SetBroadcastChannelProfile (.CSteamTV_SetBroadcastChannelProfile_Request) returns (.CSteamTV_SetBroadcastChannelProfile_Response);
504
+ rpc GetBroadcastChannelProfile (.CSteamTV_GetBroadcastChannelProfile_Request) returns (.CSteamTV_GetBroadcastChannelProfile_Response);
505
+ rpc SetBroadcastChannelImage (.CSteamTV_SetBroadcastChannelImage_Request) returns (.CSteamTV_SetBroadcastChannelImage_Response);
506
+ rpc GetBroadcastChannelImages (.CSteamTV_GetBroadcastChannelImages_Request) returns (.CSteamTV_GetBroadcastChannelImages_Response);
507
+ rpc SetBroadcastChannelLinkRegions (.CSteamTV_SetBroadcastChannelLinkRegions_Request) returns (.CSteamTV_SetBroadcastChannelLinkRegions_Response);
508
+ rpc GetBroadcastChannelLinks (.CSteamTV_GetBroadcastChannelLinks_Request) returns (.CSteamTV_GetBroadcastChannelLinks_Response);
509
+ rpc GetBroadcastChannelBroadcasters (.CSteamTV_GetBroadcastChannelBroadcasters_Request) returns (.CSteamTV_GetBroadcastChannelBroadcasters_Response);
510
+ rpc GetFollowedChannels (.CSteamTV_GetFollowedChannels_Request) returns (.CSteamTV_GetFollowedChannels_Response);
511
+ rpc GetSubscribedChannels (.CSteamTV_GetSubscribedChannels_Request) returns (.CSteamTV_GetSubscribedChannels_Response);
512
+ rpc GetBroadcastChannelStatus (.CSteamTV_GetBroadcastChannelStatus_Request) returns (.CSteamTV_GetBroadcastChannelStatus_Response);
513
+ rpc FollowBroadcastChannel (.CSteamTV_FollowBroadcastChannel_Request) returns (.CSteamTV_FollowBroadcastChannel_Response);
514
+ rpc SubscribeBroadcastChannel (.CSteamTV_SubscribeBroadcastChannel_Request) returns (.CSteamTV_SubscribeBroadcastChannel_Response);
515
+ rpc GetBroadcastChannelClips (.CSteamTV_GetBroadcastChannelClips_Request) returns (.CSteamTV_GetBroadcastChannelClips_Response);
516
+ rpc ReportBroadcastChannel (.CSteamTV_ReportBroadcastChannel_Request) returns (.CSteamTV_ReportBroadcastChannel_Response);
517
+ rpc GetBroadcastChannelInteraction (.CSteamTV_GetBroadcastChannelInteraction_Request) returns (.CSteamTV_GetBroadcastChannelInteraction_Response);
518
+ rpc GetGames (.CSteamTV_GetGames_Request) returns (.CSteamTV_GetGames_Response);
519
+ rpc GetChannels (.CSteamTV_GetChannels_Request) returns (.CSteamTV_GetChannels_Response);
520
+ rpc AddChatBan (.CSteamTV_AddChatBan_Request) returns (.CSteamTV_AddChatBan_Response);
521
+ rpc GetChatBans (.CSteamTV_GetChatBans_Request) returns (.CSteamTV_GetChatBans_Response);
522
+ rpc AddChatModerator (.CSteamTV_AddChatModerator_Request) returns (.CSteamTV_AddChatModerator_Response);
523
+ rpc GetChatModerators (.CSteamTV_GetChatModerators_Request) returns (.CSteamTV_GetChatModerators_Response);
524
+ rpc AddWordBan (.CSteamTV_AddWordBan_Request) returns (.CSteamTV_AddWordBan_Response);
525
+ rpc GetWordBans (.CSteamTV_GetWordBans_Request) returns (.CSteamTV_GetWordBans_Response);
526
+ rpc JoinChat (.CSteamTV_JoinChat_Request) returns (.CSteamTV_JoinChat_Response);
527
+ rpc Search (.CSteamTV_Search_Request) returns (.CSteamTV_Search_Response);
528
+ rpc GetSteamTVUserSettings (.CSteamTV_GetSteamTVUserSettings_Request) returns (.CSteamTV_GetSteamTVUserSettings_Response);
529
+ rpc SetSteamTVUserSettings (.CSteamTV_SetSteamTVUserSettings_Request) returns (.CSteamTV_SetSteamTVUserSettings_Response);
530
+ rpc GetMyBroadcastChannels (.CSteamTV_GetMyBroadcastChannels_Request) returns (.CSteamTV_GetMyBroadcastChannels_Response);
531
+ rpc GetHomePageContents (.CSteamTV_GetHomePageContents_Request) returns (.CSteamTV_GetHomePageContents_Response);
532
+ rpc AppCheer (.CSteamTV_AppCheer_Request) returns (.CSteamTV_AppCheer_Response);
630
533
  }