UNPKG

@imput/youtubei.js

Version:

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

10 lines 322 B
import { YTNode } from '../../helpers.js'; class RemoveChatItemAction extends YTNode { constructor(data) { super(); this.target_item_id = data.targetItemId; } } RemoveChatItemAction.type = 'RemoveChatItemAction'; export default RemoveChatItemAction; //# sourceMappingURL=RemoveChatItemAction.js.map