@np-dev/youtubei-js
Version:
A wrapper around YouTube's private API. Supports YouTube, YouTube Music, YouTube Kids and YouTube Studio (WIP).
12 lines (11 loc) • 316 B
TypeScript
import { YTNode } from '../../helpers.js';
import type { RawNode } from '../../index.js';
export default class AuthorCommentBadge extends YTNode {
#private;
static type: string;
icon_type?: string;
tooltip: string;
style?: string;
constructor(data: RawNode);
get orig_badge(): RawNode;
}