@imput/youtubei.js
Version:
A JavaScript client for YouTube's private API, known as InnerTube. Fork of youtubei.js
10 lines • 322 B
JavaScript
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