chore: update docs/dyn (#1106)
diff --git a/docs/dyn/chat_v1.spaces.html b/docs/dyn/chat_v1.spaces.html
index 9bbfde6..511fcd7 100644
--- a/docs/dyn/chat_v1.spaces.html
+++ b/docs/dyn/chat_v1.spaces.html
@@ -117,10 +117,10 @@
An object of the form:
{ # A room or DM in Hangouts Chat.
- "displayName": "A String", # Output only. The display name (only if the space is a room). Please note that this field might not be populated in direct messages between humans.
- "type": "A String", # Output only. The type of a space. This is deprecated. Use `single_user_bot_dm` instead.
"name": "A String", # Resource name of the space, in the form "spaces/*". Example: spaces/AAAAMpdlehYs
+ "displayName": "A String", # Output only. The display name (only if the space is a room). Please note that this field might not be populated in direct messages between humans.
"threaded": True or False, # Whether the messages are threaded in this space.
+ "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>
@@ -144,10 +144,10 @@
"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.
- "displayName": "A String", # Output only. The display name (only if the space is a room). Please note that this field might not be populated in direct messages between humans.
- "type": "A String", # Output only. The type of a space. This is deprecated. Use `single_user_bot_dm` instead.
"name": "A String", # Resource name of the space, in the form "spaces/*". Example: spaces/AAAAMpdlehYs
+ "displayName": "A String", # Output only. The display name (only if the space is a room). Please note that this field might not be populated in direct messages between humans.
"threaded": True or False, # Whether the messages are threaded in this space.
+ "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.
},
],