CommentThreads
class CommentThreads extends Resource (View source)
The "commentThreads" collection of methods.
Typical usage is:
$youtubeService = new Google\Service\YouTube(...);
$commentThreads = $youtubeService->commentThreads;
Methods
insert(string|array $part, CommentThread $postBody, array $optParams = [])
Inserts a new resource into this collection. (commentThreads.insert)
listCommentThreads(string|array $part, array $optParams = [])
Retrieves a list of resources, possibly filtered.
Details
CommentThread
insert(string|array $part, CommentThread $postBody, array $optParams = [])
Inserts a new resource into this collection. (commentThreads.insert)
CommentThreadListResponse
listCommentThreads(string|array $part, array $optParams = [])
Retrieves a list of resources, possibly filtered.
(commentThreads.listCommentThreads)