Skip to content

Commit eea3c5c

Browse files
feat(chat): update the api
#### chat:v1 The following keys were added: - schemas.Message.properties.createTime.readOnly (Total Keys: 1)
1 parent d2db739 commit eea3c5c

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

googleapiclient/discovery_cache/documents/chat.v1.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -601,7 +601,7 @@
601601
}
602602
}
603603
},
604-
"revision": "20210618",
604+
"revision": "20210626",
605605
"rootUrl": "https://chat.googleapis.com/",
606606
"schemas": {
607607
"ActionParameter": {
@@ -2142,6 +2142,7 @@
21422142
"createTime": {
21432143
"description": "Output only. The time at which the message was created in Hangouts Chat server.",
21442144
"format": "google-datetime",
2145+
"readOnly": true,
21452146
"type": "string"
21462147
},
21472148
"fallbackText": {

0 commit comments

Comments
 (0)