public static YoutubeCommentThread CommentThread(CommentThreadSettings settings, params PartType[] partTypes) { return(new YoutubeCommentThread(settings, partTypes)); }
public static YoutubeCommentThread CommentThread(CommentThreadSettings settings = null) { return(CommentThread(settings, PartType.Snippet, PartType.Replies)); }
public static YoutubeCommentThreads CommentThreads(CommentThreadSettings settings, params PartType[] partTypes) { return(new YoutubeCommentThreads(settings, partTypes, ResultsPerPage)); }