You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: clients/you_tube/lib/google_api/you_tube/v3/api/live_chat_messages.ex
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -168,7 +168,7 @@ defmodule GoogleApi.YouTube.V3.Api.LiveChatMessages do
168
168
* `:uploadType` (*type:* `String.t`) - Legacy upload protocol for media (e.g. "media", "multipart").
169
169
* `:upload_protocol` (*type:* `String.t`) - Upload protocol for media (e.g. "raw", "multipart").
170
170
* `:hl` (*type:* `String.t`) - Specifies the localization language in which the system messages should be returned.
171
-
* `:maxResults` (*type:* `integer()`) - The *maxResults* parameter specifies the maximum number of items that should be returned in the result set.
171
+
* `:maxResults` (*type:* `integer()`) - The *maxResults* parameter specifies the maximum number of items that should be returned in the result set. Not used in the streaming RPC.
172
172
* `:pageToken` (*type:* `String.t`) - 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.
173
173
* `:profileImageSize` (*type:* `integer()`) - Specifies the size of the profile image that should be returned for each user.
* `:alt` (*type:* `String.t`) - Data format for response.
99
+
* `:callback` (*type:* `String.t`) - JSONP
100
+
* `:fields` (*type:* `String.t`) - Selector specifying which fields to include in a partial response.
101
+
* `:key` (*type:* `String.t`) - API key. Your API key identifies your project and provides you with API access, quota, and reports. Required unless you provide an OAuth 2.0 token.
102
+
* `:oauth_token` (*type:* `String.t`) - OAuth 2.0 token for the current user.
103
+
* `:prettyPrint` (*type:* `boolean()`) - Returns response with indentations and line breaks.
104
+
* `:quotaUser` (*type:* `String.t`) - Available to use for quota purposes for server-side applications. Can be any arbitrary string assigned to a user, but should not exceed 40 characters.
105
+
* `:uploadType` (*type:* `String.t`) - Legacy upload protocol for media (e.g. "media", "multipart").
106
+
* `:upload_protocol` (*type:* `String.t`) - Upload protocol for media (e.g. "raw", "multipart").
107
+
* `:hl` (*type:* `String.t`) - Specifies the localization language in which the system messages should be returned.
108
+
* `:liveChatId` (*type:* `String.t`) - The id of the live chat for which comments should be returned.
109
+
* `:maxResults` (*type:* `integer()`) - The *maxResults* parameter specifies the maximum number of items that should be returned in the result set. Not used in the streaming RPC.
110
+
* `:pageToken` (*type:* `String.t`) - 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.
111
+
* `:part` (*type:* `list(String.t)`) - The *part* parameter specifies the liveChatComment resource parts that the API response will include. Supported values are id, snippet, and authorDetails.
112
+
* `:profileImageSize` (*type:* `integer()`) - Specifies the size of the profile image that should be returned for each user.
113
+
* `opts` (*type:* `keyword()`) - Call options
114
+
115
+
## Returns
116
+
117
+
* `{:ok, %GoogleApi.YouTube.V3.Model.LiveChatMessageListResponse{}}` on success
0 commit comments