public static YoutubeCommentThreads FormatPlainText(this YoutubeCommentThreads commentThreads) { return(commentThreads.TextFormat(Enums.TextFormat.PlainText)); }
public static YoutubeCommentThreads FormatHtml(this YoutubeCommentThreads commentThreads) { return(commentThreads.TextFormat(Enums.TextFormat.Html)); }