innertuber-rn
Version:
A wrapper around YouTube's private API. Supports YouTube, YouTube Music, YouTube Kids and YouTube Studio (WIP).
9 lines (8 loc) • 305 B
TypeScript
import { YTNode } from '../../helpers.js';
import type { RawNode } from '../../index.js';
import LiveChatBanner from './items/LiveChatBanner.js';
export default class AddBannerToLiveChatCommand extends YTNode {
static type: string;
banner: LiveChatBanner | null;
constructor(data: RawNode);
}