Skip to content

Commit d83a4a7

Browse files
yoshi-automationsofisl
authored andcommitted
feat(youtube)!: update the API
BREAKING CHANGE: This release has breaking changes. #### youtube:v3 The following keys were deleted: - schemas.LiveBroadcastStatistics.properties.totalChatCount.description - schemas.LiveBroadcastStatistics.properties.totalChatCount.format - schemas.LiveBroadcastStatistics.properties.totalChatCount.type
1 parent f0366b5 commit d83a4a7

File tree

2 files changed

+1
-10
lines changed

2 files changed

+1
-10
lines changed

discovery/youtube-v3.json

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -3831,7 +3831,7 @@
38313831
}
38323832
}
38333833
},
3834-
"revision": "20230131",
3834+
"revision": "20230321",
38353835
"rootUrl": "https://youtube.googleapis.com/",
38363836
"schemas": {
38373837
"AbuseReport": {
@@ -8052,11 +8052,6 @@
80528052
"description": "The number of viewers currently watching the broadcast. The property and its value will be present if the broadcast has current viewers and the broadcast owner has not hidden the viewcount for the video. Note that YouTube stops tracking the number of concurrent viewers for a broadcast when the broadcast ends. So, this property would not identify the number of viewers watching an archived video of a live broadcast that already ended.",
80538053
"format": "uint64",
80548054
"type": "string"
8055-
},
8056-
"totalChatCount": {
8057-
"description": "The total number of live chat messages currently on the broadcast. The property and its value will be present if the broadcast is public, has the live chat feature enabled, and has at least one message. Note that this field will not be filled after the broadcast ends. So this property would not identify the number of chat messages for an archived video of a completed live broadcast.",
8058-
"format": "uint64",
8059-
"type": "string"
80608055
}
80618056
},
80628057
"type": "object"

src/apis/youtube/v3.ts

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2187,10 +2187,6 @@ export namespace youtube_v3 {
21872187
* The number of viewers currently watching the broadcast. The property and its value will be present if the broadcast has current viewers and the broadcast owner has not hidden the viewcount for the video. Note that YouTube stops tracking the number of concurrent viewers for a broadcast when the broadcast ends. So, this property would not identify the number of viewers watching an archived video of a live broadcast that already ended.
21882188
*/
21892189
concurrentViewers?: string | null;
2190-
/**
2191-
* The total number of live chat messages currently on the broadcast. The property and its value will be present if the broadcast is public, has the live chat feature enabled, and has at least one message. Note that this field will not be filled after the broadcast ends. So this property would not identify the number of chat messages for an archived video of a completed live broadcast.
2192-
*/
2193-
totalChatCount?: string | null;
21942190
}
21952191
/**
21962192
* Live broadcast state.

0 commit comments

Comments
 (0)