Skip to content

Commit

Permalink
feat(chat): update the api
Browse files Browse the repository at this point in the history
#### chat:v1

The following keys were added:
- schemas.Message.properties.createTime.readOnly (Total Keys: 1)
  • Loading branch information
yoshi-automation committed Jul 6, 2021
1 parent d2db739 commit eea3c5c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion googleapiclient/discovery_cache/documents/chat.v1.json
Original file line number Diff line number Diff line change
Expand Up @@ -601,7 +601,7 @@
}
}
},
"revision": "20210618",
"revision": "20210626",
"rootUrl": "https://chat.googleapis.com/",
"schemas": {
"ActionParameter": {
Expand Down Expand Up @@ -2142,6 +2142,7 @@
"createTime": {
"description": "Output only. The time at which the message was created in Hangouts Chat server.",
"format": "google-datetime",
"readOnly": true,
"type": "string"
},
"fallbackText": {
Expand Down

0 comments on commit eea3c5c

Please sign in to comment.