blob: 7f4884b6fe1bccee78699e70820f53627808bad8 [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">
Dmitry Frenkel3e17f892020-10-06 16:46:05 -070078 <code><a href="#close">close()</a></code></p>
79<p class="firstline">Close httplib2 connections.</p>
80<p class="toc_element">
Bu Sun Kimd059ad82020-07-22 17:02:09 -070081 <code><a href="#delete">delete(id, x__xgafv=None)</a></code></p>
Jon Wayne Parrott36e41bc2016-02-19 16:02:29 -080082<p class="firstline">Deletes a chat message.</p>
83<p class="toc_element">
Bu Sun Kimd059ad82020-07-22 17:02:09 -070084 <code><a href="#insert">insert(part, body=None, x__xgafv=None)</a></code></p>
85<p class="firstline">Inserts a new resource into this collection.</p>
Jon Wayne Parrott36e41bc2016-02-19 16:02:29 -080086<p class="toc_element">
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -080087 <code><a href="#list">list(liveChatId, part, hl=None, maxResults=None, pageToken=None, profileImageSize=None, x__xgafv=None)</a></code></p>
Bu Sun Kimd059ad82020-07-22 17:02:09 -070088<p class="firstline">Retrieves a list of resources, possibly filtered.</p>
Jon Wayne Parrott36e41bc2016-02-19 16:02:29 -080089<p class="toc_element">
90 <code><a href="#list_next">list_next(previous_request, previous_response)</a></code></p>
91<p class="firstline">Retrieves the next page of results.</p>
92<h3>Method Details</h3>
93<div class="method">
Dmitry Frenkel3e17f892020-10-06 16:46:05 -070094 <code class="details" id="close">close()</code>
95 <pre>Close httplib2 connections.</pre>
96</div>
97
98<div class="method">
Bu Sun Kimd059ad82020-07-22 17:02:09 -070099 <code class="details" id="delete">delete(id, x__xgafv=None)</code>
Jon Wayne Parrott36e41bc2016-02-19 16:02:29 -0800100 <pre>Deletes a chat message.
101
102Args:
Bu Sun Kimd059ad82020-07-22 17:02:09 -0700103 id: string, A parameter (required)
104 x__xgafv: string, V1 error format.
105 Allowed values
106 1 - v1 error format
107 2 - v2 error format
Jon Wayne Parrott36e41bc2016-02-19 16:02:29 -0800108</pre>
109</div>
110
111<div class="method">
Bu Sun Kimd059ad82020-07-22 17:02:09 -0700112 <code class="details" id="insert">insert(part, body=None, x__xgafv=None)</code>
113 <pre>Inserts a new resource into this collection.
Jon Wayne Parrott36e41bc2016-02-19 16:02:29 -0800114
115Args:
Dmitry Frenkel3e17f892020-10-06 16:46:05 -0700116 part: string, The *part* parameter serves two purposes. It identifies the properties that the write operation will set as well as the properties that the API response will include. Set the parameter value to snippet. (required) (repeated)
Dan O'Mearadd494642020-05-01 07:42:23 -0700117 body: object, The request body.
Jon Wayne Parrott36e41bc2016-02-19 16:02:29 -0800118 The object takes the form of:
119
Dmitry Frenkel3e17f892020-10-06 16:46:05 -0700120{ # A *liveChatMessage* resource represents a chat message in a YouTube Live Chat.
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -0800121 &quot;authorDetails&quot;: { # The authorDetails object contains basic details about the user that posted this message.
122 &quot;channelId&quot;: &quot;A String&quot;, # The YouTube channel ID.
123 &quot;channelUrl&quot;: &quot;A String&quot;, # The channel&#x27;s URL.
124 &quot;displayName&quot;: &quot;A String&quot;, # The channel&#x27;s display name.
125 &quot;isChatModerator&quot;: True or False, # Whether the author is a moderator of the live chat.
126 &quot;isChatOwner&quot;: True or False, # Whether the author is the owner of the live chat.
127 &quot;isChatSponsor&quot;: True or False, # Whether the author is a sponsor of the live chat.
128 &quot;isVerified&quot;: True or False, # Whether the author&#x27;s identity has been verified by YouTube.
129 &quot;profileImageUrl&quot;: &quot;A String&quot;, # The channels&#x27;s avatar URL.
130 },
131 &quot;etag&quot;: &quot;A String&quot;, # Etag of this resource.
132 &quot;id&quot;: &quot;A String&quot;, # The ID that YouTube assigns to uniquely identify the message.
133 &quot;kind&quot;: &quot;youtube#liveChatMessage&quot;, # Identifies what kind of resource this is. Value: the fixed string &quot;youtube#liveChatMessage&quot;.
yoshi-code-botcdf480e2021-08-17 00:20:40 -0700134 &quot;snippet&quot;: { # Next ID: 29 # The snippet object contains basic details about the message.
135 &quot;authorChannelId&quot;: &quot;A String&quot;, # The ID of the user that authored this message, this field is not always filled. textMessageEvent - the user that wrote the message fanFundingEvent - the user that funded the broadcast newSponsorEvent - the user that just became a sponsor messageDeletedEvent - the moderator that took the action messageRetractedEvent - the author that retracted their message userBannedEvent - the moderator that took the action superChatEvent - the user that made the purchase superStickerEvent - the user that made the purchase
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -0800136 &quot;displayMessage&quot;: &quot;A String&quot;, # Contains a string that can be displayed to the user. If this field is not present the message is silent, at the moment only messages of type TOMBSTONE and CHAT_ENDED_EVENT are silent.
137 &quot;fanFundingEventDetails&quot;: { # Details about the funding event, this is only set if the type is &#x27;fanFundingEvent&#x27;.
138 &quot;amountDisplayString&quot;: &quot;A String&quot;, # A rendered string that displays the fund amount and currency to the user.
139 &quot;amountMicros&quot;: &quot;A String&quot;, # The amount of the fund.
140 &quot;currency&quot;: &quot;A String&quot;, # The currency in which the fund was made.
141 &quot;userComment&quot;: &quot;A String&quot;, # The comment added by the user to this fan funding event.
Yoshi Automation Bot0d561ef2020-11-25 07:50:41 -0800142 },
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -0800143 &quot;hasDisplayContent&quot;: True or False, # Whether the message has display content that should be displayed to users.
144 &quot;liveChatId&quot;: &quot;A String&quot;,
145 &quot;messageDeletedDetails&quot;: {
146 &quot;deletedMessageId&quot;: &quot;A String&quot;,
Yoshi Automation Botc2228be2020-11-24 15:48:03 -0800147 },
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -0800148 &quot;messageRetractedDetails&quot;: {
149 &quot;retractedMessageId&quot;: &quot;A String&quot;,
150 },
yoshi-code-botb6dc1b92021-03-02 11:49:08 -0800151 &quot;publishedAt&quot;: &quot;A String&quot;, # The date and time when the message was orignally published.
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -0800152 &quot;superChatDetails&quot;: { # Details about the Super Chat event, this is only set if the type is &#x27;superChatEvent&#x27;.
153 &quot;amountDisplayString&quot;: &quot;A String&quot;, # A rendered string that displays the fund amount and currency to the user.
154 &quot;amountMicros&quot;: &quot;A String&quot;, # The amount purchased by the user, in micros (1,750,000 micros = 1.75).
155 &quot;currency&quot;: &quot;A String&quot;, # The currency in which the purchase was made.
156 &quot;tier&quot;: 42, # The tier in which the amount belongs. Lower amounts belong to lower tiers. The lowest tier is 1.
157 &quot;userComment&quot;: &quot;A String&quot;, # The comment added by the user to this Super Chat event.
158 },
159 &quot;superStickerDetails&quot;: { # Details about the Super Sticker event, this is only set if the type is &#x27;superStickerEvent&#x27;.
160 &quot;amountDisplayString&quot;: &quot;A String&quot;, # A rendered string that displays the fund amount and currency to the user.
161 &quot;amountMicros&quot;: &quot;A String&quot;, # The amount purchased by the user, in micros (1,750,000 micros = 1.75).
162 &quot;currency&quot;: &quot;A String&quot;, # The currency in which the purchase was made.
163 &quot;superStickerMetadata&quot;: { # Information about the Super Sticker.
164 &quot;altText&quot;: &quot;A String&quot;, # Internationalized alt text that describes the sticker image and any animation associated with it.
165 &quot;altTextLanguage&quot;: &quot;A String&quot;, # Specifies the localization language in which the alt text is returned.
166 &quot;stickerId&quot;: &quot;A String&quot;, # Unique identifier of the Super Sticker. This is a shorter form of the alt_text that includes pack name and a recognizable characteristic of the sticker.
167 },
168 &quot;tier&quot;: 42, # The tier in which the amount belongs. Lower amounts belong to lower tiers. The lowest tier is 1.
169 },
170 &quot;textMessageDetails&quot;: { # Details about the text message, this is only set if the type is &#x27;textMessageEvent&#x27;.
171 &quot;messageText&quot;: &quot;A String&quot;, # The user&#x27;s message.
172 },
173 &quot;type&quot;: &quot;A String&quot;, # The type of message, this will always be present, it determines the contents of the message as well as which fields will be present.
174 &quot;userBannedDetails&quot;: {
175 &quot;banDurationSeconds&quot;: &quot;A String&quot;, # The duration of the ban. This property is only present if the banType is temporary.
176 &quot;banType&quot;: &quot;A String&quot;, # The type of ban.
177 &quot;bannedUserDetails&quot;: { # The details of the user that was banned.
178 &quot;channelId&quot;: &quot;A String&quot;, # The YouTube channel ID.
179 &quot;channelUrl&quot;: &quot;A String&quot;, # The channel&#x27;s URL.
180 &quot;displayName&quot;: &quot;A String&quot;, # The channel&#x27;s display name.
181 &quot;profileImageUrl&quot;: &quot;A String&quot;, # The channels&#x27;s avatar URL.
182 },
183 },
184 },
185}
Jon Wayne Parrott36e41bc2016-02-19 16:02:29 -0800186
Bu Sun Kimd059ad82020-07-22 17:02:09 -0700187 x__xgafv: string, V1 error format.
188 Allowed values
189 1 - v1 error format
190 2 - v2 error format
Jon Wayne Parrott36e41bc2016-02-19 16:02:29 -0800191
192Returns:
193 An object of the form:
194
Dmitry Frenkel3e17f892020-10-06 16:46:05 -0700195 { # A *liveChatMessage* resource represents a chat message in a YouTube Live Chat.
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -0800196 &quot;authorDetails&quot;: { # The authorDetails object contains basic details about the user that posted this message.
197 &quot;channelId&quot;: &quot;A String&quot;, # The YouTube channel ID.
198 &quot;channelUrl&quot;: &quot;A String&quot;, # The channel&#x27;s URL.
199 &quot;displayName&quot;: &quot;A String&quot;, # The channel&#x27;s display name.
200 &quot;isChatModerator&quot;: True or False, # Whether the author is a moderator of the live chat.
201 &quot;isChatOwner&quot;: True or False, # Whether the author is the owner of the live chat.
202 &quot;isChatSponsor&quot;: True or False, # Whether the author is a sponsor of the live chat.
203 &quot;isVerified&quot;: True or False, # Whether the author&#x27;s identity has been verified by YouTube.
204 &quot;profileImageUrl&quot;: &quot;A String&quot;, # The channels&#x27;s avatar URL.
205 },
206 &quot;etag&quot;: &quot;A String&quot;, # Etag of this resource.
207 &quot;id&quot;: &quot;A String&quot;, # The ID that YouTube assigns to uniquely identify the message.
208 &quot;kind&quot;: &quot;youtube#liveChatMessage&quot;, # Identifies what kind of resource this is. Value: the fixed string &quot;youtube#liveChatMessage&quot;.
yoshi-code-botcdf480e2021-08-17 00:20:40 -0700209 &quot;snippet&quot;: { # Next ID: 29 # The snippet object contains basic details about the message.
210 &quot;authorChannelId&quot;: &quot;A String&quot;, # The ID of the user that authored this message, this field is not always filled. textMessageEvent - the user that wrote the message fanFundingEvent - the user that funded the broadcast newSponsorEvent - the user that just became a sponsor messageDeletedEvent - the moderator that took the action messageRetractedEvent - the author that retracted their message userBannedEvent - the moderator that took the action superChatEvent - the user that made the purchase superStickerEvent - the user that made the purchase
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -0800211 &quot;displayMessage&quot;: &quot;A String&quot;, # Contains a string that can be displayed to the user. If this field is not present the message is silent, at the moment only messages of type TOMBSTONE and CHAT_ENDED_EVENT are silent.
212 &quot;fanFundingEventDetails&quot;: { # Details about the funding event, this is only set if the type is &#x27;fanFundingEvent&#x27;.
213 &quot;amountDisplayString&quot;: &quot;A String&quot;, # A rendered string that displays the fund amount and currency to the user.
214 &quot;amountMicros&quot;: &quot;A String&quot;, # The amount of the fund.
215 &quot;currency&quot;: &quot;A String&quot;, # The currency in which the fund was made.
216 &quot;userComment&quot;: &quot;A String&quot;, # The comment added by the user to this fan funding event.
217 },
218 &quot;hasDisplayContent&quot;: True or False, # Whether the message has display content that should be displayed to users.
219 &quot;liveChatId&quot;: &quot;A String&quot;,
220 &quot;messageDeletedDetails&quot;: {
221 &quot;deletedMessageId&quot;: &quot;A String&quot;,
222 },
223 &quot;messageRetractedDetails&quot;: {
224 &quot;retractedMessageId&quot;: &quot;A String&quot;,
225 },
yoshi-code-botb6dc1b92021-03-02 11:49:08 -0800226 &quot;publishedAt&quot;: &quot;A String&quot;, # The date and time when the message was orignally published.
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -0800227 &quot;superChatDetails&quot;: { # Details about the Super Chat event, this is only set if the type is &#x27;superChatEvent&#x27;.
228 &quot;amountDisplayString&quot;: &quot;A String&quot;, # A rendered string that displays the fund amount and currency to the user.
229 &quot;amountMicros&quot;: &quot;A String&quot;, # The amount purchased by the user, in micros (1,750,000 micros = 1.75).
230 &quot;currency&quot;: &quot;A String&quot;, # The currency in which the purchase was made.
231 &quot;tier&quot;: 42, # The tier in which the amount belongs. Lower amounts belong to lower tiers. The lowest tier is 1.
232 &quot;userComment&quot;: &quot;A String&quot;, # The comment added by the user to this Super Chat event.
233 },
234 &quot;superStickerDetails&quot;: { # Details about the Super Sticker event, this is only set if the type is &#x27;superStickerEvent&#x27;.
235 &quot;amountDisplayString&quot;: &quot;A String&quot;, # A rendered string that displays the fund amount and currency to the user.
236 &quot;amountMicros&quot;: &quot;A String&quot;, # The amount purchased by the user, in micros (1,750,000 micros = 1.75).
237 &quot;currency&quot;: &quot;A String&quot;, # The currency in which the purchase was made.
238 &quot;superStickerMetadata&quot;: { # Information about the Super Sticker.
239 &quot;altText&quot;: &quot;A String&quot;, # Internationalized alt text that describes the sticker image and any animation associated with it.
240 &quot;altTextLanguage&quot;: &quot;A String&quot;, # Specifies the localization language in which the alt text is returned.
241 &quot;stickerId&quot;: &quot;A String&quot;, # Unique identifier of the Super Sticker. This is a shorter form of the alt_text that includes pack name and a recognizable characteristic of the sticker.
Yoshi Automation Bot0d561ef2020-11-25 07:50:41 -0800242 },
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -0800243 &quot;tier&quot;: 42, # The tier in which the amount belongs. Lower amounts belong to lower tiers. The lowest tier is 1.
244 },
245 &quot;textMessageDetails&quot;: { # Details about the text message, this is only set if the type is &#x27;textMessageEvent&#x27;.
246 &quot;messageText&quot;: &quot;A String&quot;, # The user&#x27;s message.
247 },
248 &quot;type&quot;: &quot;A String&quot;, # The type of message, this will always be present, it determines the contents of the message as well as which fields will be present.
249 &quot;userBannedDetails&quot;: {
250 &quot;banDurationSeconds&quot;: &quot;A String&quot;, # The duration of the ban. This property is only present if the banType is temporary.
251 &quot;banType&quot;: &quot;A String&quot;, # The type of ban.
252 &quot;bannedUserDetails&quot;: { # The details of the user that was banned.
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -0800253 &quot;channelId&quot;: &quot;A String&quot;, # The YouTube channel ID.
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -0800254 &quot;channelUrl&quot;: &quot;A String&quot;, # The channel&#x27;s URL.
255 &quot;displayName&quot;: &quot;A String&quot;, # The channel&#x27;s display name.
256 &quot;profileImageUrl&quot;: &quot;A String&quot;, # The channels&#x27;s avatar URL.
Yoshi Automation Botc2228be2020-11-24 15:48:03 -0800257 },
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -0800258 },
259 },
260}</pre>
Jon Wayne Parrott36e41bc2016-02-19 16:02:29 -0800261</div>
262
263<div class="method">
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -0800264 <code class="details" id="list">list(liveChatId, part, hl=None, maxResults=None, pageToken=None, profileImageSize=None, x__xgafv=None)</code>
Bu Sun Kimd059ad82020-07-22 17:02:09 -0700265 <pre>Retrieves a list of resources, possibly filtered.
Jon Wayne Parrott36e41bc2016-02-19 16:02:29 -0800266
267Args:
Bu Sun Kimd059ad82020-07-22 17:02:09 -0700268 liveChatId: string, The id of the live chat for which comments should be returned. (required)
Dmitry Frenkel3e17f892020-10-06 16:46:05 -0700269 part: string, The *part* parameter specifies the liveChatComment resource parts that the API response will include. Supported values are id and snippet. (required) (repeated)
Dmitry Frenkel3e17f892020-10-06 16:46:05 -0700270 hl: string, Specifies the localization language in which the system messages should be returned.
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -0800271 maxResults: integer, The *maxResults* parameter specifies the maximum number of items that should be returned in the result set.
Yoshi Automation Bot0d561ef2020-11-25 07:50:41 -0800272 pageToken: string, The *pageToken* parameter identifies a specific page in the result set that should be returned. In an API response, the nextPageToken property identify other pages that could be retrieved.
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -0800273 profileImageSize: integer, Specifies the size of the profile image that should be returned for each user.
Bu Sun Kimd059ad82020-07-22 17:02:09 -0700274 x__xgafv: string, V1 error format.
275 Allowed values
276 1 - v1 error format
277 2 - v2 error format
Jon Wayne Parrott36e41bc2016-02-19 16:02:29 -0800278
279Returns:
280 An object of the form:
281
282 {
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -0800283 &quot;etag&quot;: &quot;A String&quot;, # Etag of this resource.
284 &quot;eventId&quot;: &quot;A String&quot;, # Serialized EventId of the request which produced this response.
285 &quot;items&quot;: [
286 { # A *liveChatMessage* resource represents a chat message in a YouTube Live Chat.
287 &quot;authorDetails&quot;: { # The authorDetails object contains basic details about the user that posted this message.
288 &quot;channelId&quot;: &quot;A String&quot;, # The YouTube channel ID.
289 &quot;channelUrl&quot;: &quot;A String&quot;, # The channel&#x27;s URL.
290 &quot;displayName&quot;: &quot;A String&quot;, # The channel&#x27;s display name.
291 &quot;isChatModerator&quot;: True or False, # Whether the author is a moderator of the live chat.
292 &quot;isChatOwner&quot;: True or False, # Whether the author is the owner of the live chat.
293 &quot;isChatSponsor&quot;: True or False, # Whether the author is a sponsor of the live chat.
294 &quot;isVerified&quot;: True or False, # Whether the author&#x27;s identity has been verified by YouTube.
295 &quot;profileImageUrl&quot;: &quot;A String&quot;, # The channels&#x27;s avatar URL.
296 },
297 &quot;etag&quot;: &quot;A String&quot;, # Etag of this resource.
298 &quot;id&quot;: &quot;A String&quot;, # The ID that YouTube assigns to uniquely identify the message.
299 &quot;kind&quot;: &quot;youtube#liveChatMessage&quot;, # Identifies what kind of resource this is. Value: the fixed string &quot;youtube#liveChatMessage&quot;.
yoshi-code-botcdf480e2021-08-17 00:20:40 -0700300 &quot;snippet&quot;: { # Next ID: 29 # The snippet object contains basic details about the message.
301 &quot;authorChannelId&quot;: &quot;A String&quot;, # The ID of the user that authored this message, this field is not always filled. textMessageEvent - the user that wrote the message fanFundingEvent - the user that funded the broadcast newSponsorEvent - the user that just became a sponsor messageDeletedEvent - the moderator that took the action messageRetractedEvent - the author that retracted their message userBannedEvent - the moderator that took the action superChatEvent - the user that made the purchase superStickerEvent - the user that made the purchase
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -0800302 &quot;displayMessage&quot;: &quot;A String&quot;, # Contains a string that can be displayed to the user. If this field is not present the message is silent, at the moment only messages of type TOMBSTONE and CHAT_ENDED_EVENT are silent.
303 &quot;fanFundingEventDetails&quot;: { # Details about the funding event, this is only set if the type is &#x27;fanFundingEvent&#x27;.
304 &quot;amountDisplayString&quot;: &quot;A String&quot;, # A rendered string that displays the fund amount and currency to the user.
305 &quot;amountMicros&quot;: &quot;A String&quot;, # The amount of the fund.
306 &quot;currency&quot;: &quot;A String&quot;, # The currency in which the fund was made.
307 &quot;userComment&quot;: &quot;A String&quot;, # The comment added by the user to this fan funding event.
308 },
309 &quot;hasDisplayContent&quot;: True or False, # Whether the message has display content that should be displayed to users.
310 &quot;liveChatId&quot;: &quot;A String&quot;,
311 &quot;messageDeletedDetails&quot;: {
312 &quot;deletedMessageId&quot;: &quot;A String&quot;,
313 },
314 &quot;messageRetractedDetails&quot;: {
315 &quot;retractedMessageId&quot;: &quot;A String&quot;,
316 },
yoshi-code-botb6dc1b92021-03-02 11:49:08 -0800317 &quot;publishedAt&quot;: &quot;A String&quot;, # The date and time when the message was orignally published.
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -0800318 &quot;superChatDetails&quot;: { # Details about the Super Chat event, this is only set if the type is &#x27;superChatEvent&#x27;.
319 &quot;amountDisplayString&quot;: &quot;A String&quot;, # A rendered string that displays the fund amount and currency to the user.
320 &quot;amountMicros&quot;: &quot;A String&quot;, # The amount purchased by the user, in micros (1,750,000 micros = 1.75).
321 &quot;currency&quot;: &quot;A String&quot;, # The currency in which the purchase was made.
322 &quot;tier&quot;: 42, # The tier in which the amount belongs. Lower amounts belong to lower tiers. The lowest tier is 1.
323 &quot;userComment&quot;: &quot;A String&quot;, # The comment added by the user to this Super Chat event.
324 },
325 &quot;superStickerDetails&quot;: { # Details about the Super Sticker event, this is only set if the type is &#x27;superStickerEvent&#x27;.
326 &quot;amountDisplayString&quot;: &quot;A String&quot;, # A rendered string that displays the fund amount and currency to the user.
327 &quot;amountMicros&quot;: &quot;A String&quot;, # The amount purchased by the user, in micros (1,750,000 micros = 1.75).
328 &quot;currency&quot;: &quot;A String&quot;, # The currency in which the purchase was made.
329 &quot;superStickerMetadata&quot;: { # Information about the Super Sticker.
330 &quot;altText&quot;: &quot;A String&quot;, # Internationalized alt text that describes the sticker image and any animation associated with it.
331 &quot;altTextLanguage&quot;: &quot;A String&quot;, # Specifies the localization language in which the alt text is returned.
332 &quot;stickerId&quot;: &quot;A String&quot;, # Unique identifier of the Super Sticker. This is a shorter form of the alt_text that includes pack name and a recognizable characteristic of the sticker.
Yoshi Automation Bot0d561ef2020-11-25 07:50:41 -0800333 },
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -0800334 &quot;tier&quot;: 42, # The tier in which the amount belongs. Lower amounts belong to lower tiers. The lowest tier is 1.
335 },
336 &quot;textMessageDetails&quot;: { # Details about the text message, this is only set if the type is &#x27;textMessageEvent&#x27;.
337 &quot;messageText&quot;: &quot;A String&quot;, # The user&#x27;s message.
338 },
339 &quot;type&quot;: &quot;A String&quot;, # The type of message, this will always be present, it determines the contents of the message as well as which fields will be present.
340 &quot;userBannedDetails&quot;: {
341 &quot;banDurationSeconds&quot;: &quot;A String&quot;, # The duration of the ban. This property is only present if the banType is temporary.
342 &quot;banType&quot;: &quot;A String&quot;, # The type of ban.
343 &quot;bannedUserDetails&quot;: { # The details of the user that was banned.
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -0800344 &quot;channelId&quot;: &quot;A String&quot;, # The YouTube channel ID.
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -0800345 &quot;channelUrl&quot;: &quot;A String&quot;, # The channel&#x27;s URL.
346 &quot;displayName&quot;: &quot;A String&quot;, # The channel&#x27;s display name.
347 &quot;profileImageUrl&quot;: &quot;A String&quot;, # The channels&#x27;s avatar URL.
Yoshi Automation Botc2228be2020-11-24 15:48:03 -0800348 },
Yoshi Automation Botc2228be2020-11-24 15:48:03 -0800349 },
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -0800350 },
351 },
352 ],
353 &quot;kind&quot;: &quot;youtube#liveChatMessageListResponse&quot;, # Identifies what kind of resource this is. Value: the fixed string &quot;youtube#liveChatMessageListResponse&quot;.
354 &quot;nextPageToken&quot;: &quot;A String&quot;,
yoshi-code-botb6dc1b92021-03-02 11:49:08 -0800355 &quot;offlineAt&quot;: &quot;A String&quot;, # The date and time when the underlying stream went offline.
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -0800356 &quot;pageInfo&quot;: { # Paging details for lists of resources, including total number of items available and number of resources returned in a single page. # General pagination information.
357 &quot;resultsPerPage&quot;: 42, # The number of results included in the API response.
358 &quot;totalResults&quot;: 42, # The total number of results in the result set.
359 },
360 &quot;pollingIntervalMillis&quot;: 42, # The amount of time the client should wait before polling again.
361 &quot;tokenPagination&quot;: { # Stub token pagination template to suppress results.
362 },
363 &quot;visitorId&quot;: &quot;A String&quot;, # The visitorId identifies the visitor.
364}</pre>
Jon Wayne Parrott36e41bc2016-02-19 16:02:29 -0800365</div>
366
367<div class="method">
368 <code class="details" id="list_next">list_next(previous_request, previous_response)</code>
369 <pre>Retrieves the next page of results.
370
371Args:
372 previous_request: The request for the previous page. (required)
373 previous_response: The response from the request for the previous page. (required)
374
375Returns:
Bu Sun Kim65020912020-05-20 12:08:20 -0700376 A request object that you can call &#x27;execute()&#x27; on to request the next
Jon Wayne Parrott36e41bc2016-02-19 16:02:29 -0800377 page. Returns None if there are no more items in the collection.
378 </pre>
379</div>
380
381</body></html>