UNPKG

@steepleinc/youtubei.js

Version:

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

12 lines (11 loc) 344 B
import Text from './misc/Text.js'; import Author from './misc/Author.js'; import { YTNode } from '../helpers.js'; import type { RawNode } from '../index.js'; export default class VideoOwner extends YTNode { static type: string; subscription_button: any; subscriber_count: Text; author: Author; constructor(data: RawNode); }