Beispiel #1
0
 public static YoutubeCommentThreads FormatPlainText(this YoutubeCommentThreads commentThreads)
 {
     return(commentThreads.TextFormat(Enums.TextFormat.PlainText));
 }
Beispiel #2
0
 public static YoutubeCommentThreads FormatHtml(this YoutubeCommentThreads commentThreads)
 {
     return(commentThreads.TextFormat(Enums.TextFormat.Html));
 }