docs: update docs (#916)
* fix: re-run script
* test: fix noxfile
diff --git a/docs/dyn/chat_v1.spaces.html b/docs/dyn/chat_v1.spaces.html
index 7a33bd3..72cc218 100644
--- a/docs/dyn/chat_v1.spaces.html
+++ b/docs/dyn/chat_v1.spaces.html
@@ -111,14 +111,14 @@
An object of the form:
{ # A room or DM in Hangouts Chat.
- "type": "A String", # Output only. The type of a space.
- # This is deprecated. Use `single_user_bot_dm` instead.
- "singleUserBotDm": True or False, # Whether the space is a DM between a bot and a single human.
"name": "A String", # Resource name of the space, in the form "spaces/*".
#
# Example: spaces/AAAAMpdlehYs
"threaded": True or False, # Whether the messages are threaded in this space.
"displayName": "A String", # Output only. The display name (only if the space is a room).
+ "type": "A String", # Output only. The type of a space.
+ # This is deprecated. Use `single_user_bot_dm` instead.
+ "singleUserBotDm": True or False, # Whether the space is a DM between a bot and a single human.
}</pre>
</div>
@@ -140,21 +140,21 @@
An object of the form:
{
+ "nextPageToken": "A String", # Continuation token to retrieve the next page of results. It will be empty
+ # for the last page of results. Tokens expire in an hour. An error is thrown
+ # if an expired token is passed.
"spaces": [ # List of spaces in the requested (or first) page.
{ # A room or DM in Hangouts Chat.
- "type": "A String", # Output only. The type of a space.
- # This is deprecated. Use `single_user_bot_dm` instead.
- "singleUserBotDm": True or False, # Whether the space is a DM between a bot and a single human.
"name": "A String", # Resource name of the space, in the form "spaces/*".
#
# Example: spaces/AAAAMpdlehYs
"threaded": True or False, # Whether the messages are threaded in this space.
"displayName": "A String", # Output only. The display name (only if the space is a room).
+ "type": "A String", # Output only. The type of a space.
+ # This is deprecated. Use `single_user_bot_dm` instead.
+ "singleUserBotDm": True or False, # Whether the space is a DM between a bot and a single human.
},
],
- "nextPageToken": "A String", # Continuation token to retrieve the next page of results. It will be empty
- # for the last page of results. Tokens expire in an hour. An error is thrown
- # if an expired token is passed.
}</pre>
</div>