UNPKG

@imput/youtubei.js

Version:

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

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