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