UNPKG

@np-dev/youtubei-js

Version:

A wrapper around YouTube's private API. Supports YouTube, YouTube Music, YouTube Kids and YouTube Studio (WIP).

11 lines (10 loc) 346 B
import { YTNode } from '../helpers.js'; import { Text } from '../misc.js'; import type { RawNode } from '../index.js'; export default class ExpandableVideoDescriptionBody extends YTNode { static type: string; show_more_text: Text; show_less_text: Text; attributed_description_body_text?: string; constructor(data: RawNode); }