UNPKG

innertuber-rn

Version:

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

9 lines (8 loc) 296 B
import type { RawNode } from '../index.js'; import MetadataBadge from './MetadataBadge.js'; import Thumbnail from './misc/Thumbnail.js'; export default class LiveChatAuthorBadge extends MetadataBadge { static type: string; custom_thumbnail: Thumbnail[]; constructor(data: RawNode); }