Ejemplo n.º 1
0
 public static YoutubeCommentThread FormatPlainText(this YoutubeCommentThread commentThread)
 {
     return(commentThread.TextFormat(Enums.TextFormat.PlainText));
 }
Ejemplo n.º 2
0
 public static YoutubeCommentThread FormatHtml(this YoutubeCommentThread commentThread)
 {
     return(commentThread.TextFormat(Enums.TextFormat.Html));
 }