UNPKG

@np-dev/youtubei-js

Version:

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

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