UNPKG

@imput/youtubei.js

Version:

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

11 lines (10 loc) 329 B
import { YTNode } from '../helpers.js'; import { type RawNode } from '../index.js'; import Button from './Button.js'; import Text from './misc/Text.js'; export default class LiveChatDialog extends YTNode { static type: string; confirm_button: Button | null; dialog_messages: Text[]; constructor(data: RawNode); }