UNPKG

@imput/youtubei.js

Version:

A JavaScript client for YouTube's private API, known as InnerTube. Fork of youtubei.js

11 lines (10 loc) 344 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?: Text; constructor(data: RawNode); }