UNPKG

@np-dev/youtubei-js

Version:

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

12 lines 444 B
import { Parser } from '../../index.js'; import { YTNode } from '../../helpers.js'; class AddLiveChatTickerItemAction extends YTNode { constructor(data) { super(); this.item = Parser.parseItem(data.item); this.duration_sec = data.durationSec; } } AddLiveChatTickerItemAction.type = 'AddLiveChatTickerItemAction'; export default AddLiveChatTickerItemAction; //# sourceMappingURL=AddLiveChatTickerItemAction.js.map