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
"description": "Specifies the localization language in which the system messages should be returned.",
4119
+
"location": "query",
4120
+
"type": "string"
4121
+
},
4122
+
"liveChatId": {
4123
+
"description": "The id of the live chat for which comments should be returned.",
4124
+
"location": "query",
4125
+
"type": "string"
4126
+
},
4127
+
"maxResults": {
4128
+
"default": "500",
4129
+
"description": "The *maxResults* parameter specifies the maximum number of items that should be returned in the result set. Not used in the streaming RPC.",
4130
+
"format": "uint32",
4131
+
"location": "query",
4132
+
"maximum": "2000",
4133
+
"minimum": "200",
4134
+
"type": "integer"
4135
+
},
4136
+
"pageToken": {
4137
+
"description": "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.",
4138
+
"location": "query",
4139
+
"type": "string"
4140
+
},
4141
+
"part": {
4142
+
"description": "The *part* parameter specifies the liveChatComment resource parts that the API response will include. Supported values are id, snippet, and authorDetails.",
4143
+
"location": "query",
4144
+
"repeated": true,
4145
+
"type": "string"
4146
+
},
4147
+
"profileImageSize": {
4148
+
"description": "Specifies the size of the profile image that should be returned for each user.",
0 commit comments