UNPKG

innertuber-rn

Version:

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

11 lines 387 B
import { Parser } from '../../index.js'; import { YTNode } from '../../helpers.js'; class ShowLiveChatDialogAction extends YTNode { constructor(data) { super(); this.dialog = Parser.parseItem(data.dialog); } } ShowLiveChatDialogAction.type = 'ShowLiveChatDialogAction'; export default ShowLiveChatDialogAction; //# sourceMappingURL=ShowLiveChatDialogAction.js.map