UNPKG

@duell10111/youtubei.js

Version:

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

10 lines 346 B
import { YTNode } from '../../helpers.js'; export default class RemoveBannerForLiveChatCommand extends YTNode { static type = 'RemoveBannerForLiveChatCommand'; target_action_id; constructor(data) { super(); this.target_action_id = data.targetActionId; } } //# sourceMappingURL=RemoveBannerForLiveChatCommand.js.map