UNPKG

@duell10111/youtubei.js

Version:

A JavaScript client for YouTube's private API, known as InnerTube.

9 lines (8 loc) 311 B
import { YTNode } from '../helpers.js'; import { type RawNode } from '../index.js'; import CommentsEntryPoint from './CommentsEntryPoint.js'; export default class VideoDescriptionCommentsSection extends YTNode { static type: string; content: CommentsEntryPoint | null; constructor(data: RawNode); }