UNPKG

@antoniojps/youtubei.js

Version:

A JavaScript client for YouTube's private API, known as InnerTube.

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