innertuber-rn
Version:
A wrapper around YouTube's private API. Supports YouTube, YouTube Music, YouTube Kids and YouTube Studio (WIP).
11 lines • 401 B
JavaScript
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