@np-dev/youtubei-js
Version:
A wrapper around YouTube's private API. Supports YouTube, YouTube Music, YouTube Kids and YouTube Studio (WIP).
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