Skip to main content
Module

x/youtubei/deno.ts>YTNodes.CommentThread

A wrapper around YouTube's internal API — reverse engineering InnerTube
Very Popular
Go to Latest
class YTNodes.CommentThread
extends YTNode
import { YTNodes } from "https://deno.land/x/youtubei@v9.3.0-deno/deno.ts";
const { CommentThread } = YTNodes;

Constructors

new
CommentThread(data: RawNode)

Properties

comment: Comment | CommentView | null
comment_replies_data: CommentReplies | null
readonly
has_continuation: boolean
has_replies: boolean
is_moderated_elq_comment: boolean
optional
replies: ObservedArray<Comment | CommentView>

Methods

Retrieves next batch of replies.

Retrieves replies to this comment thread.

Static Properties

type: string