UNPKG

@imput/youtubei.js

Version:

A JavaScript client for YouTube's private API, known as InnerTube. Fork of youtubei.js

9 lines (8 loc) 264 B
import type { RawNode } from '../../index.js'; import { YTNode } from '../../helpers.js'; export default class UpdateSubscribeButtonAction extends YTNode { static type: string; channel_id: string; subscribed: boolean; constructor(data: RawNode); }