API: Add "isPinned" to comments endpoint (follow-up to #344)

This commit is contained in:
Samantaz Fox 2023-02-11 19:21:24 +01:00
parent 9776fb40a4
commit 0df9f25a88
No known key found for this signature in database
GPG Key ID: F42821059186176E

View File

@ -187,7 +187,10 @@ Returns annotation XML from YouTube's `/annotations_invideo` endpoint. Alternati
],
"authorId": String,
"authorUrl": String,
"isEdited": Bool,
"isEdited": Boolean,
"isPinned": Boolean,
"content": String,
"contentHtml": String,
"published": Int64,