blob: cb887373089b6e79d12748e831a7501c6eba5544 [file] [log] [blame]
Jon Wayne Parrott36e41bc2016-02-19 16:02:29 -08001<html><body>
2<style>
3
4body, h1, h2, h3, div, span, p, pre, a {
5 margin: 0;
6 padding: 0;
7 border: 0;
8 font-weight: inherit;
9 font-style: inherit;
10 font-size: 100%;
11 font-family: inherit;
12 vertical-align: baseline;
13}
14
15body {
16 font-size: 13px;
17 padding: 1em;
18}
19
20h1 {
21 font-size: 26px;
22 margin-bottom: 1em;
23}
24
25h2 {
26 font-size: 24px;
27 margin-bottom: 1em;
28}
29
30h3 {
31 font-size: 20px;
32 margin-bottom: 1em;
33 margin-top: 1em;
34}
35
36pre, code {
37 line-height: 1.5;
38 font-family: Monaco, 'DejaVu Sans Mono', 'Bitstream Vera Sans Mono', 'Lucida Console', monospace;
39}
40
41pre {
42 margin-top: 0.5em;
43}
44
45h1, h2, h3, p {
46 font-family: Arial, sans serif;
47}
48
49h1, h2, h3 {
50 border-bottom: solid #CCC 1px;
51}
52
53.toc_element {
54 margin-top: 0.5em;
55}
56
57.firstline {
58 margin-left: 2 em;
59}
60
61.method {
62 margin-top: 1em;
63 border: solid 1px #CCC;
64 padding: 1em;
65 background: #EEE;
66}
67
68.details {
69 font-weight: bold;
70 font-size: 14px;
71}
72
73</style>
74
Bu Sun Kimd059ad82020-07-22 17:02:09 -070075<h1><a href="youtube_v3.html">YouTube Data API v3</a> . <a href="youtube_v3.liveChatMessages.html">liveChatMessages</a></h1>
Jon Wayne Parrott36e41bc2016-02-19 16:02:29 -080076<h2>Instance Methods</h2>
77<p class="toc_element">
Bu Sun Kimd059ad82020-07-22 17:02:09 -070078 <code><a href="#delete">delete(id, x__xgafv=None)</a></code></p>
Jon Wayne Parrott36e41bc2016-02-19 16:02:29 -080079<p class="firstline">Deletes a chat message.</p>
80<p class="toc_element">
Bu Sun Kimd059ad82020-07-22 17:02:09 -070081 <code><a href="#insert">insert(part, body=None, x__xgafv=None)</a></code></p>
82<p class="firstline">Inserts a new resource into this collection.</p>
Jon Wayne Parrott36e41bc2016-02-19 16:02:29 -080083<p class="toc_element">
Bu Sun Kimd059ad82020-07-22 17:02:09 -070084 <code><a href="#list">list(liveChatId, part, pageToken=None, hl=None, maxResults=None, profileImageSize=None, x__xgafv=None)</a></code></p>
85<p class="firstline">Retrieves a list of resources, possibly filtered.</p>
Jon Wayne Parrott36e41bc2016-02-19 16:02:29 -080086<p class="toc_element">
87 <code><a href="#list_next">list_next(previous_request, previous_response)</a></code></p>
88<p class="firstline">Retrieves the next page of results.</p>
89<h3>Method Details</h3>
90<div class="method">
Bu Sun Kimd059ad82020-07-22 17:02:09 -070091 <code class="details" id="delete">delete(id, x__xgafv=None)</code>
Jon Wayne Parrott36e41bc2016-02-19 16:02:29 -080092 <pre>Deletes a chat message.
93
94Args:
Bu Sun Kimd059ad82020-07-22 17:02:09 -070095 id: string, A parameter (required)
96 x__xgafv: string, V1 error format.
97 Allowed values
98 1 - v1 error format
99 2 - v2 error format
Jon Wayne Parrott36e41bc2016-02-19 16:02:29 -0800100</pre>
101</div>
102
103<div class="method">
Bu Sun Kimd059ad82020-07-22 17:02:09 -0700104 <code class="details" id="insert">insert(part, body=None, x__xgafv=None)</code>
105 <pre>Inserts a new resource into this collection.
Jon Wayne Parrott36e41bc2016-02-19 16:02:29 -0800106
107Args:
Bu Sun Kimd059ad82020-07-22 17:02:09 -0700108 part: string, The &lt;code&gt;&lt;strong&gt;part&lt;/strong&gt;&lt;/code&gt; parameter serves two purposes. It
109identifies the properties that the write operation will set as well as the
110properties that the API response will include. Set the parameter value to
111&lt;code&gt;snippet&lt;/code&gt;. (required) (repeated)
Dan O'Mearadd494642020-05-01 07:42:23 -0700112 body: object, The request body.
Jon Wayne Parrott36e41bc2016-02-19 16:02:29 -0800113 The object takes the form of:
114
Bu Sun Kimd059ad82020-07-22 17:02:09 -0700115{ # A &lt;code&gt;&lt;strong&gt;liveChatMessage&lt;/strong&gt;&lt;/code&gt; resource represents a chat
116 # message in a YouTube Live Chat.
117 &quot;kind&quot;: &quot;youtube#liveChatMessage&quot;, # Identifies what kind of resource this is. Value: the fixed string
118 # &lt;code&gt;&quot;youtube#liveChatMessage&quot;&lt;/code&gt;.
Bu Sun Kim65020912020-05-20 12:08:20 -0700119 &quot;etag&quot;: &quot;A String&quot;, # Etag of this resource.
Bu Sun Kimd059ad82020-07-22 17:02:09 -0700120 &quot;snippet&quot;: { # The &lt;code&gt;snippet&lt;/code&gt; object contains basic details about the message.
Bu Sun Kim65020912020-05-20 12:08:20 -0700121 &quot;liveChatId&quot;: &quot;A String&quot;,
Bu Sun Kimd059ad82020-07-22 17:02:09 -0700122 &quot;authorChannelId&quot;: &quot;A String&quot;, # The ID of the user that authored this message, this field is not always
123 # filled.
124 # textMessageEvent - the user that wrote the message
125 # fanFundingEvent - the user that funded the broadcast
126 # newSponsorEvent - the user that just became a sponsor
127 # messageDeletedEvent - the moderator that took the action
128 # messageRetractedEvent - the author that retracted their message
129 # userBannedEvent - the moderator that took the action
130 # superChatEvent - the user that made the purchase
131 &quot;publishedAt&quot;: &quot;A String&quot;, # The date and time when the message was orignally published. The value is
132 # specified in &lt;a href=&quot;//www.w3.org/TR/NOTE-datetime&quot;&gt;ISO 8601&lt;/a&gt;
133 # format.
134 &quot;userBannedDetails&quot;: {
135 &quot;banDurationSeconds&quot;: &quot;A String&quot;, # The duration of the ban. This property is only present if the
136 # &lt;code&gt;banType&lt;/code&gt; is &lt;code&gt;temporary&lt;/code&gt;.
137 &quot;bannedUserDetails&quot;: { # The details of the user that was banned.
138 &quot;profileImageUrl&quot;: &quot;A String&quot;, # The channels&#x27;s avatar URL.
139 &quot;channelUrl&quot;: &quot;A String&quot;, # The channel&#x27;s URL.
140 &quot;displayName&quot;: &quot;A String&quot;, # The channel&#x27;s display name.
141 &quot;channelId&quot;: &quot;A String&quot;, # The YouTube channel ID.
142 },
143 &quot;banType&quot;: &quot;A String&quot;, # The type of ban.
Sai Cheemalapatic30d2b52017-03-13 12:12:03 -0400144 },
Bu Sun Kim65020912020-05-20 12:08:20 -0700145 &quot;messageRetractedDetails&quot;: {
146 &quot;retractedMessageId&quot;: &quot;A String&quot;,
Jon Wayne Parrott36e41bc2016-02-19 16:02:29 -0800147 },
Bu Sun Kimd059ad82020-07-22 17:02:09 -0700148 &quot;superChatDetails&quot;: { # Details about the Super Chat event, this is only set if the type is
149 # &#x27;superChatEvent&#x27;.
Bu Sun Kim65020912020-05-20 12:08:20 -0700150 &quot;amountMicros&quot;: &quot;A String&quot;, # The amount purchased by the user, in micros (1,750,000 micros = 1.75).
Bu Sun Kim65020912020-05-20 12:08:20 -0700151 &quot;userComment&quot;: &quot;A String&quot;, # The comment added by the user to this Super Chat event.
Bu Sun Kim65020912020-05-20 12:08:20 -0700152 &quot;currency&quot;: &quot;A String&quot;, # The currency in which the purchase was made.
Bu Sun Kimd059ad82020-07-22 17:02:09 -0700153 &quot;amountDisplayString&quot;: &quot;A String&quot;, # A rendered string that displays the fund amount and currency to the user.
154 &quot;tier&quot;: 42, # The tier in which the amount belongs. Lower amounts belong to lower
155 # tiers. The lowest tier is &lt;code&gt;1&lt;/code&gt;.
Bu Sun Kim65020912020-05-20 12:08:20 -0700156 },
Bu Sun Kimd059ad82020-07-22 17:02:09 -0700157 &quot;superStickerDetails&quot;: { # Details about the Super Sticker event, this is only set if the type is
158 # &#x27;superStickerEvent&#x27;.
159 &quot;tier&quot;: 42, # The tier in which the amount belongs. Lower amounts belong to lower
160 # tiers. The lowest tier is &lt;code&gt;1&lt;/code&gt;.
161 &quot;amountDisplayString&quot;: &quot;A String&quot;, # A rendered string that displays the fund amount and currency to the user.
162 &quot;superStickerMetadata&quot;: { # Information about the Super Sticker.
163 &quot;altTextLanguage&quot;: &quot;A String&quot;, # Specifies the localization language in which the alt text is returned.
164 &quot;altText&quot;: &quot;A String&quot;, # Internationalized alt text that describes the sticker image and any
165 # animation associated with it.
166 &quot;stickerId&quot;: &quot;A String&quot;, # Unique identifier of the Super Sticker. This is a shorter form of the
167 # alt_text that includes pack name and a recognizable characteristic of the
168 # sticker.
169 },
170 &quot;currency&quot;: &quot;A String&quot;, # The currency in which the purchase was made.
171 &quot;amountMicros&quot;: &quot;A String&quot;, # The amount purchased by the user, in micros (1,750,000 micros = 1.75).
172 },
173 &quot;fanFundingEventDetails&quot;: { # Details about the funding event, this is only set if the type is
174 # &#x27;fanFundingEvent&#x27;.
175 &quot;userComment&quot;: &quot;A String&quot;, # The comment added by the user to this fan funding event.
176 &quot;amountMicros&quot;: &quot;A String&quot;, # The amount of the fund.
177 &quot;amountDisplayString&quot;: &quot;A String&quot;, # A rendered string that displays the fund amount and currency to the user.
178 &quot;currency&quot;: &quot;A String&quot;, # The currency in which the fund was made.
179 },
180 &quot;textMessageDetails&quot;: { # Details about the text message, this is only set if the type is
181 # &#x27;textMessageEvent&#x27;.
Bu Sun Kim65020912020-05-20 12:08:20 -0700182 &quot;messageText&quot;: &quot;A String&quot;, # The user&#x27;s message.
183 },
Bu Sun Kimd059ad82020-07-22 17:02:09 -0700184 &quot;displayMessage&quot;: &quot;A String&quot;, # Contains a string that can be displayed to the user.
185 # If this field is not present the message is silent, at the moment only
186 # messages of type TOMBSTONE and CHAT_ENDED_EVENT are silent.
187 &quot;messageDeletedDetails&quot;: {
188 &quot;deletedMessageId&quot;: &quot;A String&quot;,
Jon Wayne Parrott7d5badb2016-08-16 12:44:29 -0700189 },
Bu Sun Kimd059ad82020-07-22 17:02:09 -0700190 &quot;type&quot;: &quot;A String&quot;, # The type of message, this will always be present, it determines the
191 # contents of the message as well as which fields will be present.
192 &quot;hasDisplayContent&quot;: True or False, # Whether the message has display content that should be displayed to users.
193 },
194 &quot;id&quot;: &quot;A String&quot;, # The ID that YouTube assigns to uniquely identify the message.
195 &quot;authorDetails&quot;: { # The &lt;code&gt;authorDetails&lt;/code&gt; object contains basic details about the
196 # user that posted this message.
197 &quot;isChatModerator&quot;: True or False, # Whether the author is a moderator of the live chat.
198 &quot;channelUrl&quot;: &quot;A String&quot;, # The channel&#x27;s URL.
199 &quot;isChatSponsor&quot;: True or False, # Whether the author is a sponsor of the live chat.
200 &quot;isVerified&quot;: True or False, # Whether the author&#x27;s identity has been verified by YouTube.
201 &quot;isChatOwner&quot;: True or False, # Whether the author is the owner of the live chat.
202 &quot;profileImageUrl&quot;: &quot;A String&quot;, # The channels&#x27;s avatar URL.
203 &quot;channelId&quot;: &quot;A String&quot;, # The YouTube channel ID.
204 &quot;displayName&quot;: &quot;A String&quot;, # The channel&#x27;s display name.
Jon Wayne Parrott36e41bc2016-02-19 16:02:29 -0800205 },
Jon Wayne Parrott36e41bc2016-02-19 16:02:29 -0800206 }
207
Bu Sun Kimd059ad82020-07-22 17:02:09 -0700208 x__xgafv: string, V1 error format.
209 Allowed values
210 1 - v1 error format
211 2 - v2 error format
Jon Wayne Parrott36e41bc2016-02-19 16:02:29 -0800212
213Returns:
214 An object of the form:
215
Bu Sun Kimd059ad82020-07-22 17:02:09 -0700216 { # A &lt;code&gt;&lt;strong&gt;liveChatMessage&lt;/strong&gt;&lt;/code&gt; resource represents a chat
217 # message in a YouTube Live Chat.
218 &quot;kind&quot;: &quot;youtube#liveChatMessage&quot;, # Identifies what kind of resource this is. Value: the fixed string
219 # &lt;code&gt;&quot;youtube#liveChatMessage&quot;&lt;/code&gt;.
Bu Sun Kim65020912020-05-20 12:08:20 -0700220 &quot;etag&quot;: &quot;A String&quot;, # Etag of this resource.
Bu Sun Kimd059ad82020-07-22 17:02:09 -0700221 &quot;snippet&quot;: { # The &lt;code&gt;snippet&lt;/code&gt; object contains basic details about the message.
Bu Sun Kim65020912020-05-20 12:08:20 -0700222 &quot;liveChatId&quot;: &quot;A String&quot;,
Bu Sun Kimd059ad82020-07-22 17:02:09 -0700223 &quot;authorChannelId&quot;: &quot;A String&quot;, # The ID of the user that authored this message, this field is not always
224 # filled.
225 # textMessageEvent - the user that wrote the message
226 # fanFundingEvent - the user that funded the broadcast
227 # newSponsorEvent - the user that just became a sponsor
228 # messageDeletedEvent - the moderator that took the action
229 # messageRetractedEvent - the author that retracted their message
230 # userBannedEvent - the moderator that took the action
231 # superChatEvent - the user that made the purchase
232 &quot;publishedAt&quot;: &quot;A String&quot;, # The date and time when the message was orignally published. The value is
233 # specified in &lt;a href=&quot;//www.w3.org/TR/NOTE-datetime&quot;&gt;ISO 8601&lt;/a&gt;
234 # format.
235 &quot;userBannedDetails&quot;: {
236 &quot;banDurationSeconds&quot;: &quot;A String&quot;, # The duration of the ban. This property is only present if the
237 # &lt;code&gt;banType&lt;/code&gt; is &lt;code&gt;temporary&lt;/code&gt;.
238 &quot;bannedUserDetails&quot;: { # The details of the user that was banned.
239 &quot;profileImageUrl&quot;: &quot;A String&quot;, # The channels&#x27;s avatar URL.
240 &quot;channelUrl&quot;: &quot;A String&quot;, # The channel&#x27;s URL.
241 &quot;displayName&quot;: &quot;A String&quot;, # The channel&#x27;s display name.
242 &quot;channelId&quot;: &quot;A String&quot;, # The YouTube channel ID.
243 },
244 &quot;banType&quot;: &quot;A String&quot;, # The type of ban.
Sai Cheemalapatic30d2b52017-03-13 12:12:03 -0400245 },
Bu Sun Kim65020912020-05-20 12:08:20 -0700246 &quot;messageRetractedDetails&quot;: {
247 &quot;retractedMessageId&quot;: &quot;A String&quot;,
Jon Wayne Parrott36e41bc2016-02-19 16:02:29 -0800248 },
Bu Sun Kimd059ad82020-07-22 17:02:09 -0700249 &quot;superChatDetails&quot;: { # Details about the Super Chat event, this is only set if the type is
250 # &#x27;superChatEvent&#x27;.
Bu Sun Kim65020912020-05-20 12:08:20 -0700251 &quot;amountMicros&quot;: &quot;A String&quot;, # The amount purchased by the user, in micros (1,750,000 micros = 1.75).
Bu Sun Kim65020912020-05-20 12:08:20 -0700252 &quot;userComment&quot;: &quot;A String&quot;, # The comment added by the user to this Super Chat event.
Bu Sun Kim65020912020-05-20 12:08:20 -0700253 &quot;currency&quot;: &quot;A String&quot;, # The currency in which the purchase was made.
Bu Sun Kimd059ad82020-07-22 17:02:09 -0700254 &quot;amountDisplayString&quot;: &quot;A String&quot;, # A rendered string that displays the fund amount and currency to the user.
255 &quot;tier&quot;: 42, # The tier in which the amount belongs. Lower amounts belong to lower
256 # tiers. The lowest tier is &lt;code&gt;1&lt;/code&gt;.
Bu Sun Kim65020912020-05-20 12:08:20 -0700257 },
Bu Sun Kimd059ad82020-07-22 17:02:09 -0700258 &quot;superStickerDetails&quot;: { # Details about the Super Sticker event, this is only set if the type is
259 # &#x27;superStickerEvent&#x27;.
260 &quot;tier&quot;: 42, # The tier in which the amount belongs. Lower amounts belong to lower
261 # tiers. The lowest tier is &lt;code&gt;1&lt;/code&gt;.
262 &quot;amountDisplayString&quot;: &quot;A String&quot;, # A rendered string that displays the fund amount and currency to the user.
263 &quot;superStickerMetadata&quot;: { # Information about the Super Sticker.
264 &quot;altTextLanguage&quot;: &quot;A String&quot;, # Specifies the localization language in which the alt text is returned.
265 &quot;altText&quot;: &quot;A String&quot;, # Internationalized alt text that describes the sticker image and any
266 # animation associated with it.
267 &quot;stickerId&quot;: &quot;A String&quot;, # Unique identifier of the Super Sticker. This is a shorter form of the
268 # alt_text that includes pack name and a recognizable characteristic of the
269 # sticker.
270 },
271 &quot;currency&quot;: &quot;A String&quot;, # The currency in which the purchase was made.
272 &quot;amountMicros&quot;: &quot;A String&quot;, # The amount purchased by the user, in micros (1,750,000 micros = 1.75).
273 },
274 &quot;fanFundingEventDetails&quot;: { # Details about the funding event, this is only set if the type is
275 # &#x27;fanFundingEvent&#x27;.
276 &quot;userComment&quot;: &quot;A String&quot;, # The comment added by the user to this fan funding event.
277 &quot;amountMicros&quot;: &quot;A String&quot;, # The amount of the fund.
278 &quot;amountDisplayString&quot;: &quot;A String&quot;, # A rendered string that displays the fund amount and currency to the user.
279 &quot;currency&quot;: &quot;A String&quot;, # The currency in which the fund was made.
280 },
281 &quot;textMessageDetails&quot;: { # Details about the text message, this is only set if the type is
282 # &#x27;textMessageEvent&#x27;.
Bu Sun Kim65020912020-05-20 12:08:20 -0700283 &quot;messageText&quot;: &quot;A String&quot;, # The user&#x27;s message.
284 },
Bu Sun Kimd059ad82020-07-22 17:02:09 -0700285 &quot;displayMessage&quot;: &quot;A String&quot;, # Contains a string that can be displayed to the user.
286 # If this field is not present the message is silent, at the moment only
287 # messages of type TOMBSTONE and CHAT_ENDED_EVENT are silent.
288 &quot;messageDeletedDetails&quot;: {
289 &quot;deletedMessageId&quot;: &quot;A String&quot;,
Jon Wayne Parrott7d5badb2016-08-16 12:44:29 -0700290 },
Bu Sun Kimd059ad82020-07-22 17:02:09 -0700291 &quot;type&quot;: &quot;A String&quot;, # The type of message, this will always be present, it determines the
292 # contents of the message as well as which fields will be present.
293 &quot;hasDisplayContent&quot;: True or False, # Whether the message has display content that should be displayed to users.
294 },
295 &quot;id&quot;: &quot;A String&quot;, # The ID that YouTube assigns to uniquely identify the message.
296 &quot;authorDetails&quot;: { # The &lt;code&gt;authorDetails&lt;/code&gt; object contains basic details about the
297 # user that posted this message.
298 &quot;isChatModerator&quot;: True or False, # Whether the author is a moderator of the live chat.
299 &quot;channelUrl&quot;: &quot;A String&quot;, # The channel&#x27;s URL.
300 &quot;isChatSponsor&quot;: True or False, # Whether the author is a sponsor of the live chat.
301 &quot;isVerified&quot;: True or False, # Whether the author&#x27;s identity has been verified by YouTube.
302 &quot;isChatOwner&quot;: True or False, # Whether the author is the owner of the live chat.
303 &quot;profileImageUrl&quot;: &quot;A String&quot;, # The channels&#x27;s avatar URL.
304 &quot;channelId&quot;: &quot;A String&quot;, # The YouTube channel ID.
305 &quot;displayName&quot;: &quot;A String&quot;, # The channel&#x27;s display name.
Jon Wayne Parrott36e41bc2016-02-19 16:02:29 -0800306 },
Jon Wayne Parrott36e41bc2016-02-19 16:02:29 -0800307 }</pre>
308</div>
309
310<div class="method">
Bu Sun Kimd059ad82020-07-22 17:02:09 -0700311 <code class="details" id="list">list(liveChatId, part, pageToken=None, hl=None, maxResults=None, profileImageSize=None, x__xgafv=None)</code>
312 <pre>Retrieves a list of resources, possibly filtered.
Jon Wayne Parrott36e41bc2016-02-19 16:02:29 -0800313
314Args:
Bu Sun Kimd059ad82020-07-22 17:02:09 -0700315 liveChatId: string, The id of the live chat for which comments should be returned. (required)
316 part: string, The &lt;code&gt;&lt;strong&gt;part&lt;/strong&gt;&lt;/code&gt; parameter specifies the
317&lt;code&gt;liveChatComment&lt;/code&gt; resource parts that the API response will
318include. Supported values are &lt;code&gt;id&lt;/code&gt; and &lt;code&gt;snippet&lt;/code&gt;. (required) (repeated)
319 pageToken: string, The &lt;code&gt;&lt;strong&gt;pageToken&lt;/strong&gt;&lt;/code&gt; parameter identifies a specific
320page in the result set that should be returned. In an API response, the
321&lt;code&gt;nextPageToken&lt;/code&gt; property identify other pages that could be
322retrieved.
323 hl: string, Specifies the localization language in which the system messages
324should be returned.
325 maxResults: integer, The &lt;code&gt;&lt;strong&gt;maxResults&lt;/strong&gt;&lt;/code&gt; parameter specifies the
326maximum number of items that should be returned in the result set.
327 profileImageSize: integer, Specifies the size of the profile image that should be
328returned for each user.
329 x__xgafv: string, V1 error format.
330 Allowed values
331 1 - v1 error format
332 2 - v2 error format
Jon Wayne Parrott36e41bc2016-02-19 16:02:29 -0800333
334Returns:
335 An object of the form:
336
337 {
Bu Sun Kimd059ad82020-07-22 17:02:09 -0700338 &quot;pollingIntervalMillis&quot;: 42, # The amount of time the client should wait before polling again.
339 &quot;items&quot;: [
340 { # A &lt;code&gt;&lt;strong&gt;liveChatMessage&lt;/strong&gt;&lt;/code&gt; resource represents a chat
341 # message in a YouTube Live Chat.
342 &quot;kind&quot;: &quot;youtube#liveChatMessage&quot;, # Identifies what kind of resource this is. Value: the fixed string
343 # &lt;code&gt;&quot;youtube#liveChatMessage&quot;&lt;/code&gt;.
Bu Sun Kim65020912020-05-20 12:08:20 -0700344 &quot;etag&quot;: &quot;A String&quot;, # Etag of this resource.
Bu Sun Kimd059ad82020-07-22 17:02:09 -0700345 &quot;snippet&quot;: { # The &lt;code&gt;snippet&lt;/code&gt; object contains basic details about the message.
Bu Sun Kim65020912020-05-20 12:08:20 -0700346 &quot;liveChatId&quot;: &quot;A String&quot;,
Bu Sun Kimd059ad82020-07-22 17:02:09 -0700347 &quot;authorChannelId&quot;: &quot;A String&quot;, # The ID of the user that authored this message, this field is not always
348 # filled.
349 # textMessageEvent - the user that wrote the message
350 # fanFundingEvent - the user that funded the broadcast
351 # newSponsorEvent - the user that just became a sponsor
352 # messageDeletedEvent - the moderator that took the action
353 # messageRetractedEvent - the author that retracted their message
354 # userBannedEvent - the moderator that took the action
355 # superChatEvent - the user that made the purchase
356 &quot;publishedAt&quot;: &quot;A String&quot;, # The date and time when the message was orignally published. The value is
357 # specified in &lt;a href=&quot;//www.w3.org/TR/NOTE-datetime&quot;&gt;ISO 8601&lt;/a&gt;
358 # format.
359 &quot;userBannedDetails&quot;: {
360 &quot;banDurationSeconds&quot;: &quot;A String&quot;, # The duration of the ban. This property is only present if the
361 # &lt;code&gt;banType&lt;/code&gt; is &lt;code&gt;temporary&lt;/code&gt;.
362 &quot;bannedUserDetails&quot;: { # The details of the user that was banned.
363 &quot;profileImageUrl&quot;: &quot;A String&quot;, # The channels&#x27;s avatar URL.
364 &quot;channelUrl&quot;: &quot;A String&quot;, # The channel&#x27;s URL.
365 &quot;displayName&quot;: &quot;A String&quot;, # The channel&#x27;s display name.
366 &quot;channelId&quot;: &quot;A String&quot;, # The YouTube channel ID.
367 },
368 &quot;banType&quot;: &quot;A String&quot;, # The type of ban.
Sai Cheemalapatic30d2b52017-03-13 12:12:03 -0400369 },
Bu Sun Kim65020912020-05-20 12:08:20 -0700370 &quot;messageRetractedDetails&quot;: {
371 &quot;retractedMessageId&quot;: &quot;A String&quot;,
Jon Wayne Parrott36e41bc2016-02-19 16:02:29 -0800372 },
Bu Sun Kimd059ad82020-07-22 17:02:09 -0700373 &quot;superChatDetails&quot;: { # Details about the Super Chat event, this is only set if the type is
374 # &#x27;superChatEvent&#x27;.
Bu Sun Kim65020912020-05-20 12:08:20 -0700375 &quot;amountMicros&quot;: &quot;A String&quot;, # The amount purchased by the user, in micros (1,750,000 micros = 1.75).
Bu Sun Kim65020912020-05-20 12:08:20 -0700376 &quot;userComment&quot;: &quot;A String&quot;, # The comment added by the user to this Super Chat event.
Bu Sun Kim65020912020-05-20 12:08:20 -0700377 &quot;currency&quot;: &quot;A String&quot;, # The currency in which the purchase was made.
Bu Sun Kimd059ad82020-07-22 17:02:09 -0700378 &quot;amountDisplayString&quot;: &quot;A String&quot;, # A rendered string that displays the fund amount and currency to the user.
379 &quot;tier&quot;: 42, # The tier in which the amount belongs. Lower amounts belong to lower
380 # tiers. The lowest tier is &lt;code&gt;1&lt;/code&gt;.
Bu Sun Kim65020912020-05-20 12:08:20 -0700381 },
Bu Sun Kimd059ad82020-07-22 17:02:09 -0700382 &quot;superStickerDetails&quot;: { # Details about the Super Sticker event, this is only set if the type is
383 # &#x27;superStickerEvent&#x27;.
384 &quot;tier&quot;: 42, # The tier in which the amount belongs. Lower amounts belong to lower
385 # tiers. The lowest tier is &lt;code&gt;1&lt;/code&gt;.
386 &quot;amountDisplayString&quot;: &quot;A String&quot;, # A rendered string that displays the fund amount and currency to the user.
387 &quot;superStickerMetadata&quot;: { # Information about the Super Sticker.
388 &quot;altTextLanguage&quot;: &quot;A String&quot;, # Specifies the localization language in which the alt text is returned.
389 &quot;altText&quot;: &quot;A String&quot;, # Internationalized alt text that describes the sticker image and any
390 # animation associated with it.
391 &quot;stickerId&quot;: &quot;A String&quot;, # Unique identifier of the Super Sticker. This is a shorter form of the
392 # alt_text that includes pack name and a recognizable characteristic of the
393 # sticker.
394 },
395 &quot;currency&quot;: &quot;A String&quot;, # The currency in which the purchase was made.
396 &quot;amountMicros&quot;: &quot;A String&quot;, # The amount purchased by the user, in micros (1,750,000 micros = 1.75).
397 },
398 &quot;fanFundingEventDetails&quot;: { # Details about the funding event, this is only set if the type is
399 # &#x27;fanFundingEvent&#x27;.
400 &quot;userComment&quot;: &quot;A String&quot;, # The comment added by the user to this fan funding event.
401 &quot;amountMicros&quot;: &quot;A String&quot;, # The amount of the fund.
402 &quot;amountDisplayString&quot;: &quot;A String&quot;, # A rendered string that displays the fund amount and currency to the user.
403 &quot;currency&quot;: &quot;A String&quot;, # The currency in which the fund was made.
404 },
405 &quot;textMessageDetails&quot;: { # Details about the text message, this is only set if the type is
406 # &#x27;textMessageEvent&#x27;.
Bu Sun Kim65020912020-05-20 12:08:20 -0700407 &quot;messageText&quot;: &quot;A String&quot;, # The user&#x27;s message.
408 },
Bu Sun Kimd059ad82020-07-22 17:02:09 -0700409 &quot;displayMessage&quot;: &quot;A String&quot;, # Contains a string that can be displayed to the user.
410 # If this field is not present the message is silent, at the moment only
411 # messages of type TOMBSTONE and CHAT_ENDED_EVENT are silent.
412 &quot;messageDeletedDetails&quot;: {
413 &quot;deletedMessageId&quot;: &quot;A String&quot;,
Jon Wayne Parrott7d5badb2016-08-16 12:44:29 -0700414 },
Bu Sun Kimd059ad82020-07-22 17:02:09 -0700415 &quot;type&quot;: &quot;A String&quot;, # The type of message, this will always be present, it determines the
416 # contents of the message as well as which fields will be present.
417 &quot;hasDisplayContent&quot;: True or False, # Whether the message has display content that should be displayed to users.
418 },
419 &quot;id&quot;: &quot;A String&quot;, # The ID that YouTube assigns to uniquely identify the message.
420 &quot;authorDetails&quot;: { # The &lt;code&gt;authorDetails&lt;/code&gt; object contains basic details about the
421 # user that posted this message.
422 &quot;isChatModerator&quot;: True or False, # Whether the author is a moderator of the live chat.
423 &quot;channelUrl&quot;: &quot;A String&quot;, # The channel&#x27;s URL.
424 &quot;isChatSponsor&quot;: True or False, # Whether the author is a sponsor of the live chat.
425 &quot;isVerified&quot;: True or False, # Whether the author&#x27;s identity has been verified by YouTube.
426 &quot;isChatOwner&quot;: True or False, # Whether the author is the owner of the live chat.
427 &quot;profileImageUrl&quot;: &quot;A String&quot;, # The channels&#x27;s avatar URL.
428 &quot;channelId&quot;: &quot;A String&quot;, # The YouTube channel ID.
429 &quot;displayName&quot;: &quot;A String&quot;, # The channel&#x27;s display name.
Jon Wayne Parrott36e41bc2016-02-19 16:02:29 -0800430 },
Jon Wayne Parrott36e41bc2016-02-19 16:02:29 -0800431 },
432 ],
Bu Sun Kimd059ad82020-07-22 17:02:09 -0700433 &quot;etag&quot;: &quot;A String&quot;, # Etag of this resource.
434 &quot;kind&quot;: &quot;youtube#liveChatMessageListResponse&quot;, # Identifies what kind of resource this is. Value: the fixed string
435 # &lt;code&gt;&quot;youtube#liveChatMessageListResponse&quot;&lt;/code&gt;.
436 &quot;pageInfo&quot;: { # Paging details for lists of resources, including total number of items # General pagination information.
437 # available and number of resources returned in a single page.
Bu Sun Kim65020912020-05-20 12:08:20 -0700438 &quot;resultsPerPage&quot;: 42, # The number of results included in the API response.
439 &quot;totalResults&quot;: 42, # The total number of results in the result set.
Jon Wayne Parrott36e41bc2016-02-19 16:02:29 -0800440 },
Bu Sun Kimd059ad82020-07-22 17:02:09 -0700441 &quot;visitorId&quot;: &quot;A String&quot;, # The &lt;code&gt;visitorId&lt;/code&gt; identifies the visitor.
442 &quot;eventId&quot;: &quot;A String&quot;, # Serialized EventId of the request which produced this response.
Bu Sun Kim65020912020-05-20 12:08:20 -0700443 &quot;tokenPagination&quot;: { # Stub token pagination template to suppress results.
Jon Wayne Parrott36e41bc2016-02-19 16:02:29 -0800444 },
Bu Sun Kimd059ad82020-07-22 17:02:09 -0700445 &quot;offlineAt&quot;: &quot;A String&quot;, # The date and time when the underlying stream went offline. The value is
446 # specified in &lt;a href=&quot;//www.w3.org/TR/NOTE-datetime&quot;&gt;ISO 8601&lt;/a&gt;
447 # format.
448 &quot;nextPageToken&quot;: &quot;A String&quot;,
Jon Wayne Parrott36e41bc2016-02-19 16:02:29 -0800449 }</pre>
450</div>
451
452<div class="method">
453 <code class="details" id="list_next">list_next(previous_request, previous_response)</code>
454 <pre>Retrieves the next page of results.
455
456Args:
457 previous_request: The request for the previous page. (required)
458 previous_response: The response from the request for the previous page. (required)
459
460Returns:
Bu Sun Kim65020912020-05-20 12:08:20 -0700461 A request object that you can call &#x27;execute()&#x27; on to request the next
Jon Wayne Parrott36e41bc2016-02-19 16:02:29 -0800462 page. Returns None if there are no more items in the collection.
463 </pre>
464</div>
465
466</body></html>